10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-09-27 03:51:01 +02:00

Fixed travis

This commit is contained in:
Anthony Scemama 2019-01-04 19:14:46 +01:00
parent cb0ac6956c
commit d2179f5fab
2 changed files with 3 additions and 2 deletions

2
configure vendored
View File

@ -239,7 +239,7 @@ EOF
elif [[ ${PACKAGE} = ezfio ]] ; then elif [[ ${PACKAGE} = ezfio ]] ; then
download \ download \
"https://gitlab.com/scemama/EZFIO/-/archive/v1.3.4/EZFIO-v1.3.4.tar.gz" "https://gitlab.com/scemama/EZFIO/-/archive/v1.3.4/EZFIO-v1.3.4.tar.gz" \
"${QP_ROOT}"/external/ezfio.tar.gz "${QP_ROOT}"/external/ezfio.tar.gz
( (
cd "${QP_ROOT}"/external cd "${QP_ROOT}"/external

View File

@ -13,6 +13,7 @@ Options:
""" """
import sys
import os import os
import subprocess import subprocess
@ -22,7 +23,7 @@ try:
except ImportError: except ImportError:
print "Please check if you have sourced the ${QP_ROOT}/quantum_package.rc" print "Please check if you have sourced the ${QP_ROOT}/quantum_package.rc"
print "(`source ${QP_ROOT}/quantum_package.rc`)" print "(`source ${QP_ROOT}/quantum_package.rc`)"
print sys.exit(1) sys.exit(1)
def main(arguments): def main(arguments):