From 7a407681e04667a8a488693a12cd42148e59eb75 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 7 Dec 2002 05:35:42 +0000 Subject: "" svn path=/trunk/; revision=281 --- externals/grill/vasp/config-pd-linux.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'externals/grill/vasp/config-pd-linux.txt') 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 -- cgit v1.2.1