3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-29 00:15:00 +02:00

Add requirements.txt for python package dependencies

This commit is contained in:
Dylan Simon 2019-07-29 14:42:20 -04:00
parent b5278079de
commit e5a4cfb47e
2 changed files with 3 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -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
View File

@ -0,0 +1 @@
# Required python packages for this application (these should also be added to Dockerfile for Jenkins)