aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/config-pd-darwin.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2002-12-07 05:35:42 +0000
committerThomas Grill <xovo@users.sourceforge.net>2002-12-07 05:35:42 +0000
commit7a407681e04667a8a488693a12cd42148e59eb75 (patch)
tree0a74b13902d9824e0f8f1d88e7e113d163c09453 /externals/grill/vasp/config-pd-darwin.txt
parentaf12d7d5cd541b0d02b31a00e6e3918ae209d8eb (diff)
""
svn path=/trunk/; revision=281
Diffstat (limited to 'externals/grill/vasp/config-pd-darwin.txt')
-rwxr-xr-xexternals/grill/vasp/config-pd-darwin.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/externals/grill/vasp/config-pd-darwin.txt b/externals/grill/vasp/config-pd-darwin.txt
index 596c1d4d..b5b617df 100755
--- a/externals/grill/vasp/config-pd-darwin.txt
+++ b/externals/grill/vasp/config-pd-darwin.txt
@@ -5,16 +5,19 @@
# your c++ compiler (normally g++)
CXX=g++
+# where does the PD installation reside?
+PD=/usr/local/pd
+
# where are the PD header files?
# leave it blank if it is a system directory (like /usr/local/include),
# since gcc 3.2 complains about it
-PDPATH=/usr/local/pd/src
+PDINC=${PD}/src
# where is the PD executable?
-PD=/usr/local/pd/bin/pd
+PDBIN=${PD}/bin/pd
# where do the flext libraries reside?
-FLEXTPATH=/usr/local/pd/flext
+FLEXTPATH=${PD}/flext
# where should flext libraries be built?
TARGDIR=./pd-darwin
@@ -22,9 +25,9 @@ TARGDIR=./pd-darwin
# where should VASP be installed?
# (leave blank to omit installation)
# a subfolder "vasp" will be created for the files
-INSTDIR=/usr/local/pd/extra
+INSTDIR=${PD}/extra
# where should the VASP help be installed?
# (leave blank to omit installation)
# a subfolder "vasp" will be created for the files
-HELPDIR=/usr/local/pd/doc/5.reference
+HELPDIR=${PD}/doc/5.reference