This commit is contained in:
Emmanuel Giner 2019-01-15 23:43:06 +01:00
commit 659e75ae4b
2 changed files with 3 additions and 8 deletions

1
TODO
View File

@ -5,7 +5,6 @@
Problem with EMSL
* Mettre le fichier LIB
* Faire que le slave de Hartree-fock est le calcul des integrales AO en parallele
# Web/doc

10
configure vendored
View File

@ -54,7 +54,7 @@ function execute () {
sleep 1
echo ""
printf "\e[0;94m"
eval "set -x ; $_command set +x"
eval "set -x ; $_command set +x" || exit -1
printf "\e[m"
echo ""
}
@ -342,12 +342,8 @@ EOF
execute << EOF
cd "\${QP_ROOT}"/external
tar -zxf bats.tar.gz
(
cd bats-core-1.1.0/
./install.sh \${QP_ROOT}
)
rm --recursive --force -- bats-core-1.1.0 \
"\${QP_ROOT}"/external/bats.tar.gz
( cd bats-core-1.1.0/ ; ./install.sh \${QP_ROOT})
rm --recursive --force -- bats-core-1.1.0 \ "\${QP_ROOT}"/external/bats.tar.gz
EOF
fi