mirror of
https://github.com/triqs/dft_tools
synced 2024-12-22 12:23:41 +01:00
Add requirements.txt for python package dependencies
This commit is contained in:
parent
b5278079de
commit
e5a4cfb47e
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -71,6 +71,8 @@ for (int i = 0; i < osxPlatforms.size(); i++) {
|
||||
"LIBRARY_PATH=$triqsDir/lib:${env.BREW}/lib",
|
||||
"CMAKE_PREFIX_PATH=$triqsDir/lib/cmake/triqs"]) {
|
||||
deleteDir()
|
||||
/* note: this is installing into the parent (triqs) venv (install dir), which is thus shared among apps and so not be completely safe */
|
||||
sh "pip install -r $srcDir/requirements.txt"
|
||||
sh "cmake $srcDir -DCMAKE_INSTALL_PREFIX=$installDir -DTRIQS_ROOT=$triqsDir"
|
||||
sh "make -j3"
|
||||
try {
|
||||
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
# Required python packages for this application (these should also be added to Dockerfile for Jenkins)
|
Loading…
Reference in New Issue
Block a user