From 0047c32411e49118207d12e0d3983ea7fcf21701 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Tue, 19 Feb 2013 13:35:38 +0000 Subject: [PATCH] dropped ./fftw in favor of /usr/local as FFTW default install path --- lib/pathinfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pathinfo b/lib/pathinfo index 4af575603..12e0cb27a 100644 --- a/lib/pathinfo +++ b/lib/pathinfo @@ -5,7 +5,7 @@ # LAPACK base installation directory of (system) LAPACK Library # MSC base installation directory of MSC.Marc/Mentat # FFTW base installation directory of Fastest Fourier Transform in the West library -# A relative path (like ./fftw/ in this example) starts from $DAMASK_ROOT/lib/ +# A relative path (./like/this) starts from $DAMASK_ROOT/lib/ # Do NOT add any trailing /lib/ to the end # of the base installation path---this will be done automatically # Out of IMKL, ACML, LAPACK the first defined value is used to access BLAS functionality @@ -13,5 +13,5 @@ #IMKL /opt/intel/composerxe/mkl #ACML /opt/acml4.4.0 LAPACK /usr -FFTW ./fftw +FFTW /usr/local MSC /msc