Removed reference to local version of PLUMED from interface

This commit is contained in:
Gareth Tribello
2018-06-29 16:28:53 +01:00
parent ef0f9c0451
commit f5642ac292
2 changed files with 2 additions and 7 deletions

View File

@ -10,7 +10,7 @@ if (test $1 = 1) then
if (test -e ../Makefile.package.settings) then
# multiline form needed for BSD sed on Macs
sed -i -e '4 i \
include ..\/Plumed.inc
PLUMED_LOAD=Plumed.o -ldl
' ../Makefile.package.settings
fi
@ -18,7 +18,6 @@ include ..\/Plumed.inc
cp fix_plumed.h ..
cp Plumed.h ..
cp Plumed.cpp ..
cp Plumed.inc ..
elif (test $1 = 0) then
@ -27,13 +26,12 @@ elif (test $1 = 0) then
fi
if (test -e ../Makefile.package.settings) then
sed -i -e '/^include.*Plumed\.inc.*$/d' ../Makefile.package.settings
sed -i -e '/PLUMED_LOAD=Plumed.o -ldl/d' ../Makefile.package.settings
fi
rm -f ../fix_plumed.cpp
rm -f ../fix_plumed.h
rm -f ../Plumed.h
rm -f ../Plumed.cpp
rm -f ../Plumed.inc
fi

View File

@ -1,3 +0,0 @@
# PLUMED: runtime installation
PLUMED_LOAD= /data/gt/mycodes/plumed2/src/lib/libplumedWrapper.a -ldl
PLUMED_DEPENDENCIES=