easyconfigs-it4i/o/OpenMolcas/OpenMolcas-pymolcas_only_in_ebprefix.patch
Lukáš Krupčík 1c17ee3f13 modified: c/CheMPS2/CheMPS2-1.8.9-intel-2017c.eb
new file:   c/CheMPS2/CheMPS2-1.8.9-intel-2020a.eb
	new file:   d/deepdiff/deepdiff-4.0.6-Py-3.6.eb
	new file:   g/GlobalArrays/GlobalArrays-5.7-intel-2020a.eb
	new file:   h/HDF5/HDF5-1.10.6-intel-2017c.eb
	modified:   h/HDF5/HDF5-1.10.6-intel-2020a.eb
	new file:   o/OpenMolcas/OpenMolcas-18.09-intel-2020a-Py-3.7.eb
	new file:   o/OpenMolcas/OpenMolcas-pymolcas_only_in_ebprefix.patch
	modified:   p/PSI4/PSI4-1.2.1-intel-2017c-Py-2.7.eb
	new file:   p/PSI4/PSI4-1.3.2-intel-2017c-Py-3.6.eb
	new file:   p/PSI4/PSI4-1.3.2_fix_cmake_release.patch
	new file:   p/pint/Pint-0.11-Py-3.6.eb
	new file:   p/pluggy/pluggy-0.13.1-Py-3.6.eb
	new file:   p/pydantic/pydantic-1.4-Py-3.6.eb
	new file:   p/pyparsing/pyparsing-2.2.0-Py-3.7.eb
	new file:   p/pytest/pytest-5.3.5-Py-3.6.eb
	new file:   v/Valgrind/Valgrind-3.15.0-intel-2017c.eb
2020-03-02 10:24:47 +01:00

27 lines
927 B
Diff

# Avoid a forced copy of the 'pymolcas' script in a local path
# of the user doing the build
# 'make install' will install it using the proper prefix
# by A. Lozano (ULiege)
--- a/sbin/install_pymolcas.sh 2018-09-02 09:35:13.000000000 +0200
+++ b/sbin/install_pymolcas.sh 2019-03-11 16:53:29.224546598 +0100
@@ -116,8 +116,8 @@
echo "Is this OK? [Y/n] (will assume \"Yes\" in 25 seconds)"
while true ; do
if [ "$INTERACTIVE" = "0" ] ; then
- echo "Running in non-interactive mode, assuming \"Yes\""
- answer="Yes"
+ echo "Running in non-interactive mode, assuming \"No\""
+ answer="No"
else
read_timeout answer
fi
@@ -143,7 +143,7 @@
echo ""
echo "*** You have to put pymolcas in any directory in your PATH"
if [ "$INTERACTIVE" = "0" ] ; then
- exit 3
+ exit 0
fi
break ;;
* ) echo "Please answer yes or no"