-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currency: created build_script for Scipy v1.11.3 #5361
base: python-ecosystem
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Address comments and needs to be reviewed from Nikhil, Amir, Priya
s/scipy/scipy_v1.11.3_ubi_9.3.sh
Outdated
PACKAGE_NAME=scipy | ||
PACKAGE_VERSION=${1:-v1.11.3} | ||
PACKAGE_URL=https://github.com/scipy/scipy | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing PACKAGE_DIR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shubham-dayma-ibm addressed.
|
||
echo "Building and installing $PACKAGE_NAME..." | ||
# issue: https://github.com/scipy/scipy/issues/21100#issuecomment-2538514333 | ||
if [[ $PACKAGE_VERSION == "v1.11.3" ]] && [[ $(git diff pyproject.toml | wc -l) -eq 0 ]]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nikhil-kalbande is it good to add version specific conditions, in build-script?
Checklist
set -e
option enabled and observe success ?