From 81d0e9e5acc7432b25c9543ba6c6bae24d53a85a Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 7 Jul 2021 17:44:15 +0200 Subject: [PATCH] Removing faketty in configure --- RELEASE_NOTES.org | 1 + configure | 6 +++--- external/qp2-dependencies | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.org b/RELEASE_NOTES.org index 1f746ec2..98830f3f 100644 --- a/RELEASE_NOTES.org +++ b/RELEASE_NOTES.org @@ -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 diff --git a/configure b/configure index 328d335a..0debde04 100755 --- a/configure +++ b/configure @@ -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 diff --git a/external/qp2-dependencies b/external/qp2-dependencies index 0e1ca913..ae9397c3 160000 --- a/external/qp2-dependencies +++ b/external/qp2-dependencies @@ -1 +1 @@ -Subproject commit 0e1ca91313e4b6ba3ea042b6378c3ff483781fb1 +Subproject commit ae9397c3b4e689a487fdd4b1425af5f519d3ea82