Skip to content
Snippets Groups Projects
Commit dcccead3 authored by Thomas Purcell's avatar Thomas Purcell
Browse files

Update gilab_ci to see if that will help find the libs

parent b6fee62f
Branches
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ build-intel: ...@@ -12,7 +12,7 @@ build-intel:
- cd build_intel/ - cd build_intel/
- conda create -p sisso/ python=3.7 mkl numpy scipy pandas pytest - conda create -p sisso/ python=3.7 mkl numpy scipy pandas pytest
- export PATH=`pwd`/sisso/bin/:$PATH - export PATH=`pwd`/sisso/bin/:$PATH
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MKLROOT/lib/intel64/ - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MKLROOT/lib/intel64/:`pwd`/sisso/lib/
- cmake -C ../cmake/toolchains/intel_py.cmake ../ - cmake -C ../cmake/toolchains/intel_py.cmake ../
- make - make
- make install - make install
...@@ -31,7 +31,7 @@ build-gnu: ...@@ -31,7 +31,7 @@ build-gnu:
- cd build_gcc/ - cd build_gcc/
- conda create -p sisso/ python=3.7 mkl numpy scipy pandas pytest - conda create -p sisso/ python=3.7 mkl numpy scipy pandas pytest
- export PATH=`pwd`/sisso/bin/:$PATH - export PATH=`pwd`/sisso/bin/:$PATH
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MKLROOT/lib/intel64/ - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MKLROOT/lib/intel64/:`pwd`/sisso/lib/
- cmake -C ../cmake/toolchains/gnu_py.cmake ../ - cmake -C ../cmake/toolchains/gnu_py.cmake ../
- make - make
- make install - make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment