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-darwin.txt | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'externals/grill/vasp/config-pd-darwin.txt') 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 -- cgit v1.2.1