-
Notifications
You must be signed in to change notification settings - Fork 703
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
{lang}[intel/2021a] SciPy-bundle v2021.05 w/ Python 3.9.5 #12964
{lang}[intel/2021a] SciPy-bundle v2021.05 w/ Python 3.9.5 #12964
Conversation
@boegelbot please test @ generoso |
@boegel: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 947703906 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
Test report by @akesandgren |
Looking at the initial part of the numpy build, it looks like it fails to find a BLAS lib completely....
We might need to patch the numpy search code... |
The numpy from SciPy-bundle 2020.11 have this instead:
|
The problem may be that intel/2021a does not add /hpc2n/eb/software/intel-compilers/2021.2.0/compiler/2021.2.0/linux/compiler/lib/intel64_lin to LDFLAGS!!! So numpy cant find iomp5 |
If I change https://github.com/easybuilders/easybuild-framework/blob/develop/easybuild/toolchains/compiler/intel_compilers.py#L53 to be:
then I get:
Without that change I get similar output to #12964 (comment) |
The produced Fortran code is incorrect.
We need easybuilders/easybuild-framework#3866 to get this moving forward. |
Disable TestF90Callback since it fails with Intel.
We need easybuilders/easybuild-easyblocks#2606 too to get this to pass all tests. |
Test report by @akesandgren |
Test report by @branfosj |
@boegel Please add numpy-1.20.3_fix-target-test-ccompiler-opt.patch |
In
|
Test report by @boegel |
…:boegel/easybuild-easyconfigs into 20210526160607_new_pr_SciPy-bundle202105
@boegelbot please test @ generoso |
@boegel: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 951658584 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
Test report by @SebastianAchilles |
Test report by @branfosj |
Test report by @branfosj |
Test report by @boegel |
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.
lgtm
Going in, thanks @boegel! |
(created using
eb --new-pr
)WIP because a handful of tests are still failing...(failing tests fixed via easybuilders/easybuild-framework#3866 + easybuilders/easybuild-easyblocks#2606)