aboutsummaryrefslogtreecommitdiff
path: root/configuration.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'configuration.ccl')
-rw-r--r--configuration.ccl10
1 files changed, 10 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
new file mode 100644
index 0000000..9c1dcfd
--- /dev/null
+++ b/configuration.ccl
@@ -0,0 +1,10 @@
+# Configuration definitions for thorn LAPACK
+
+PROVIDES LAPACK
+{
+ SCRIPT LAPACK.sh
+ LANG bash
+ OPTIONS LAPACK_DIR LAPACK_LIBS
+}
+
+REQUIRES BLAS