-
Notifications
You must be signed in to change notification settings - Fork 256
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 Opence Conversion: Created build script for numba. #5505
Currency Opence Conversion: Created build script for numba. #5505
Conversation
n/numba/numba_0.62.0dev0_ubi_9.3.sh
Outdated
# Install dependencies and tools. | ||
|
||
dnf install -y --nodocs https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm | ||
yum install -y git gcc gcc-c++ make wget python3.11 python3.11-devel python3.11-pip xz-devel bzip2-devel openssl-devel zlib-devel libffi-devel llvm15-devel.ppc64le |
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.
Is this for RT25.1.
I think it is discussed to use GCC toolset 13 instead of gcc 11 for RT25.1 pls check once.
n/numba/numba_0.62.0dev0_ubi_9.3.sh
Outdated
cd $PACKAGE_DIR | ||
git checkout $PACKAGE_VERSION | ||
|
||
python3.11 -m pip install numpy setuptools |
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.
Pls check if numpy needs to be pinned to v2.0.2
In OpenCE we are building with numpy v2.0.2.
n/numba/numba_0.62.0dev0_ubi_9.3.sh
Outdated
# Install dependencies and tools. | ||
|
||
dnf install -y --nodocs https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm | ||
yum install -y git gcc-toolset-13 gcc gcc-c++ make wget python3.11 python3.11-devel python3.11-pip xz-devel bzip2-devel openssl-devel zlib-devel libffi-devel llvm15-devel.ppc64le |
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.
yum install -y git gcc-toolset-13 gcc gcc-c++ make wget python3.11 python3.11-devel python3.11-pip xz-devel bzip2-devel openssl-devel zlib-devel libffi-devel llvm15-devel.ppc64le | |
yum install -y git gcc-toolset-13 make wget python3.11 python3.11-devel python3.11-pip xz-devel bzip2-devel openssl-devel zlib-devel libffi-devel llvm15-devel.ppc64le |
Checklist
set -e
option enabled and observe success ?