aboutsummaryrefslogtreecommitdiff
path: root/reproduce/config/pipeline/dependency-numpy-scipy.cfg
AgeCommit message (Collapse)AuthorLines
2019-04-02Numpy and Scipy using OpenBLAS instead of ATLASRaul Infante-Sainz-14/+6
We could not get ATLAS shared libraries on Mac (while the static ATLAS libraries are built and can be used successfully on Mac). So, the pipeline now builds OpenBLAS, which both Numpy and Scipy can use on Mac and GNU/Linux. We also added FFTW as a dependency of Numpy. Altough Numpy is not linking to FFTW for some reason. However, since FFTW is a low level library used by many programs, we have kept it as a dependency of Numpy anyway for now.
2019-03-21ATLAS and Scipy working on GNU/LinuxRaul Infante-Sainz-0/+47
Numpy needs ATLAS as shared libraries. So we also need to build Python with shared libraries. We also need to define site.cfg for numpy and scipy so we define a master template: `reproduce/config/pipeline/dependency-numpy-scipy.cfg' Also `Openssl' did not have rpath so we added with this commit.