Build NumPy and SciPy against AOCL#231
Conversation
|
Currently:
and:
It seems it was a distutils related file located in Important:
But there are a lot of |
6db03e3 to
c52851b
Compare
ba488a4 to
60d2ff1
Compare
|
Both numpy and scipy do build now. |
|
Only test fails after removing numpy and scipy from requirements.txt. The container is built fine. |
|
Thanks, nice to be able to build them with vendor libraries. The tests will have to succeed before it can be merged. It would also be nice to include some results to see if it gives any performance benefit or how much. |
I dont understand how it could be failing since numpy is installed in the test (https://github.com/tikk3r/flocs/blob/fedora-py3/.github/workflows/integration-tests.yml#L31C38-L31C48). |
e13acc8 to
ca9fe9c
Compare
|
Test is OK now both here and in MKL version. |
d265880 to
862247c
Compare
1463680 to
e3a2a60
Compare
Compiling numpy and scipy manually is save only if MARCH and MTUNE = native.
3b681f3 to
27dba60
Compare
Description
Try to do the same: #229 here.
Note that numpy and scipy are removed from requirements.txt, so this should me merged at the same time: #222.