mirror of
https://github.com/triqs/dft_tools
synced 2025-04-28 19:25:00 +02:00
[jenkins] update osx python path for 3.9
This commit is contained in:
parent
ad0853b6bc
commit
4e1cdfe4e2
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -82,7 +82,7 @@ for (int i = 0; i < osxPlatforms.size(); i++) {
|
|||||||
"CPLUS_INCLUDE_PATH=$venv/include:$hdf5/include:${env.BREW}/include",
|
"CPLUS_INCLUDE_PATH=$venv/include:$hdf5/include:${env.BREW}/include",
|
||||||
"LIBRARY_PATH=$venv/lib:$hdf5/lib:${env.BREW}/lib",
|
"LIBRARY_PATH=$venv/lib:$hdf5/lib:${env.BREW}/lib",
|
||||||
"LD_LIBRARY_PATH=$hdf5/lib",
|
"LD_LIBRARY_PATH=$hdf5/lib",
|
||||||
"PYTHONPATH=$installDir/lib/python3.8/site-packages",
|
"PYTHONPATH=$installDir/lib/python3.9/site-packages",
|
||||||
"CMAKE_PREFIX_PATH=$venv/lib/cmake/triqs"]) {
|
"CMAKE_PREFIX_PATH=$venv/lib/cmake/triqs"]) {
|
||||||
deleteDir()
|
deleteDir()
|
||||||
/* note: this is installing into the parent (triqs) venv (install dir), which is thus shared among apps and so not be completely safe */
|
/* note: this is installing into the parent (triqs) venv (install dir), which is thus shared among apps and so not be completely safe */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user