aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/config-pd-linux.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-linux.txt
parentaf12d7d5cd541b0d02b31a00e6e3918ae209d8eb (diff)
""
svn path=/trunk/; revision=281
Diffstat (limited to 'externals/grill/vasp/config-pd-linux.txt')
-rw-r--r--externals/grill/vasp/config-pd-linux.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/externals/grill/vasp/config-pd-linux.txt b/externals/grill/vasp/config-pd-linux.txt
index 0a01f364..9a5a177f 100644
--- a/externals/grill/vasp/config-pd-linux.txt
+++ b/externals/grill/vasp/config-pd-linux.txt
@@ -5,13 +5,16 @@
# 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=
+PDINC=
# where do the flext libraries reside?
-FLEXTPATH=/usr/local/lib/pd/flext
+FLEXTPATH=${PD}/flext
# where should flext libraries be built?
TARGDIR=./pd-linux
@@ -19,9 +22,9 @@ TARGDIR=./pd-linux
# where should VASP be installed?
# (leave blank to omit installation)
# a subfolder "vasp" will be created for the files
-INSTDIR=/usr/local/lib/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/lib/pd/doc/5.reference
+HELPDIR=${PD}/doc/5.reference