Removing faketty in configure

This commit is contained in:
Anthony Scemama 2021-07-07 17:44:15 +02:00
parent 8aa28ba22a
commit 81d0e9e5ac
3 changed files with 5 additions and 4 deletions

View File

@ -30,6 +30,7 @@
- Fixed bug in DIIS
- Fixed bug in molden (Au -> Angs)
- Fixed bug with non-contiguous MOs in active space and deleter MOs
- Complete network-free installation
*** User interface

6
configure vendored
View File

@ -242,9 +242,9 @@ EOF
source "${QP_ROOT}"/quantum_package.rc
cd "${QP_ROOT}"/external/
tar --gunzip --extract --file qp2-dependencies/ocaml-bundle_x86.tar.gz
echo "" | faketty ./ocaml-bundle/bootstrap.sh "${QP_ROOT}"
echo n | faketty ./ocaml-bundle/configure.sh "${QP_ROOT}"
echo "" | faketty ./ocaml-bundle/compile.sh "${QP_ROOT}"
echo "" | ./ocaml-bundle/bootstrap.sh "${QP_ROOT}"
./ocaml-bundle/configure.sh "${QP_ROOT}"
echo "" | ./ocaml-bundle/compile.sh "${QP_ROOT}"
EOF
elif [[ ${PACKAGE} = bse ]] ; then

@ -1 +1 @@
Subproject commit 0e1ca91313e4b6ba3ea042b6378c3ff483781fb1
Subproject commit ae9397c3b4e689a487fdd4b1425af5f519d3ea82