aboutsummaryrefslogtreecommitdiff
path: root/configuration.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@05df85d1-2347-4101-86f9-8720c14fb45e>2009-01-26 18:14:55 +0000
committerschnetter <schnetter@05df85d1-2347-4101-86f9-8720c14fb45e>2009-01-26 18:14:55 +0000
commita3b5d7010be260f21036bea63d9a39e2e68b1330 (patch)
treebfc6fef527f8beb3a61ddb93d7029626728dc933 /configuration.ccl
parent56e3149e49a99000b2967f4b85838b5d8e9b9a46 (diff)
Add thorn FFTWlib which interfaces to the FFTW library
git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FFTWlib/trunk@2 05df85d1-2347-4101-86f9-8720c14fb45e
Diffstat (limited to 'configuration.ccl')
-rw-r--r--configuration.ccl9
1 files changed, 9 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
new file mode 100644
index 0000000..01a8c3e
--- /dev/null
+++ b/configuration.ccl
@@ -0,0 +1,9 @@
+# Configuration definitions for thorn FFTWlib
+# $Header$
+
+PROVIDES FFTW
+{
+ SCRIPT FFTW.sh
+ LANG sh
+ OPTIONS FFTW_DIR FFTW_LIBS
+}