mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-19 04:22:32 +01:00
Removing faketty in configure
This commit is contained in:
parent
8aa28ba22a
commit
81d0e9e5ac
@ -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
6
configure
vendored
@ -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
|
||||
|
2
external/qp2-dependencies
vendored
2
external/qp2-dependencies
vendored
@ -1 +1 @@
|
||||
Subproject commit 0e1ca91313e4b6ba3ea042b6378c3ff483781fb1
|
||||
Subproject commit ae9397c3b4e689a487fdd4b1425af5f519d3ea82
|
Loading…
Reference in New Issue
Block a user