summaryrefslogtreecommitdiffstats
path: root/cluster
diff options
context:
space:
mode:
Diffstat (limited to 'cluster')
-rwxr-xr-xcluster/lapack/BUILD2
-rwxr-xr-xcluster/lapack/CONFIGURE1
-rwxr-xr-xcluster/lapack/DEPENDS5
-rwxr-xr-xcluster/lapack/DETAILS1
-rw-r--r--cluster/lapack/HISTORY3
5 files changed, 10 insertions, 2 deletions
diff --git a/cluster/lapack/BUILD b/cluster/lapack/BUILD
index 43310a318d..de27eefd42 100755
--- a/cluster/lapack/BUILD
+++ b/cluster/lapack/BUILD
@@ -1,2 +1,4 @@
OPTS+="-DBUILD_DEPRECATED=on -DBUILD_SHARED_LIBS=on -DLAPACKE=on -DLAPACKE_WITH_TMG=on" &&
+CMAKE_GEN='Unix Makefiles' &&
+
cmake_build
diff --git a/cluster/lapack/CONFIGURE b/cluster/lapack/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/cluster/lapack/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/cluster/lapack/DEPENDS b/cluster/lapack/DEPENDS
index 74fa45407f..cee3a012ca 100755
--- a/cluster/lapack/DEPENDS
+++ b/cluster/lapack/DEPENDS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/CMAKE_DEPENDS &&
+
depends -sub FORTRAN gcc &&
-depends python &&
-depends cmake
+depends python
diff --git a/cluster/lapack/DETAILS b/cluster/lapack/DETAILS
index 8821327c19..1ad496cdb2 100755
--- a/cluster/lapack/DETAILS
+++ b/cluster/lapack/DETAILS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=lapack
VERSION=3.8.0
VERSIONMAN=3.8.0
diff --git a/cluster/lapack/HISTORY b/cluster/lapack/HISTORY
index e1fbb79f37..15681422b3 100644
--- a/cluster/lapack/HISTORY
+++ b/cluster/lapack/HISTORY
@@ -1,3 +1,6 @@
+2019-10-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: use CMAKE_*
+
2019-01-10 Thomas Orgis <sobukus@sourcemage.org>
* BUILD: include deprecated functions (needed by octave control package)
* DETAILS: PATCHLEVEL++