From 0df3500b6ee15c863a8112f77aacf81a2280e62b Mon Sep 17 00:00:00 2001 From: eschnett Date: Sat, 26 Jun 2010 13:16:58 +0000 Subject: Patch from David Radice At the moment the compilation of EinsteinToolkit with LORENE fails if LORENE is configured to use FFTW as LORENE_LIBS does not contain fftw3. The attached patch solves the problem by allowing the user to specify additional directories and libraries in the optionlist file. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@19 5c1b1641-b641-47ec-b3d9-0f93d4c445ee --- configuration.ccl | 1 + 1 file changed, 1 insertion(+) (limited to 'configuration.ccl') diff --git a/configuration.ccl b/configuration.ccl index b62db6d..50c9e9b 100644 --- a/configuration.ccl +++ b/configuration.ccl @@ -4,6 +4,7 @@ PROVIDES LORENE { SCRIPT LORENE.sh LANG bash + OPTIONS LORENE_DIR LORENE_EXTRA_LIB_DIRS LORENE_EXTRA_LIBS } REQUIRES LAPACK BLAS GSL -- cgit v1.2.3