Fixed IRPF90 environment variable

This commit is contained in:
Anthony Scemama 2015-03-27 09:45:37 +01:00
parent 8bafaeb60f
commit 6e4523524b
3 changed files with 4 additions and 3 deletions

View File

@ -2,10 +2,10 @@ sudo: true
before_script:
- sudo apt-get update
- sudo apt-get install gfortran liblapack-dev zip
- sudo apt-get install gfortran liblapack-dev
script:
- ./setup_environment.sh --robot
- ./setup_environment.sh --robot
- source ./quantum_package.rc
- cp ./src/Makefile.config.gfortran ./src/Makefile.config
- make build

View File

@ -18,6 +18,8 @@ source ${QPACKAGE_ROOT}/scripts/qp_include.sh
check_current_dir_is_src
IRPF90="${QPACKAGE_ROOT}/bin/irpf90 ${IRPF90_FLAGS}"
# Check if the user's config exists
if [[ ! -f ${QPACKAGE_ROOT}/src/Makefile.config ]]

View File

@ -41,7 +41,6 @@ then
exit 1
fi
if [[ ! -x ${QPACKAGE_ROOT}/bin/irpman ]]
then
echo $RED "Error in IRPF90 installation" $BLACK