From d1ecedf8e46d5486253436aa7fd5ba4dff19d65b Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 3 Sep 2003 02:38:08 +0000 Subject: "" svn path=/trunk/; revision=930 --- externals/grill/vasp/config-pd-darwin.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 5ddbb67d..30ad23e2 100755 --- a/externals/grill/vasp/config-pd-darwin.txt +++ b/externals/grill/vasp/config-pd-darwin.txt @@ -3,10 +3,10 @@ # # your c++ compiler (define only if it's different than g++) -# CXX=g++ +CXX=g++-3.3 # where does the PD installation reside? -PD=/usr/local/pd +PD=/usr/local/lib/pd # where are the PD header files? # leave it blank if it is a system directory (like /usr/local/include), @@ -14,7 +14,7 @@ PD=/usr/local/pd PDINC=${PD}/src # where is the PD executable? -PDBIN=${PD}/bin/pd +PDBIN=/usr/local/bin/pd # where do the flext libraries reside? FLEXTPATH=${PD}/flext @@ -34,4 +34,4 @@ HELPDIR=${PD}/doc/5.reference # additional compiler flags # (check if they fit to your system!) -UFLAGS=-malign-power -maltivec +UFLAGS=-malign-power -faltivec -maltivec -- cgit v1.2.1