summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2019-10-05 14:26:25 +0200
committerFlorian Franzmann2019-10-05 18:29:11 +0200
commitabd8ecfc1868f815914f6a0198a8d98e37bd1fc8 (patch)
treee0b6ea38b0bc21a816dab4eab61fa7a77ae761c3
parent5a190614fce877668e7baab26e49515dd74ee3d2 (diff)
cluster/metis: use CMAKE_*
-rwxr-xr-xcluster/metis/BUILD4
-rwxr-xr-xcluster/metis/CONFIGURE1
-rwxr-xr-xcluster/metis/DEPENDS2
-rwxr-xr-xcluster/metis/DETAILS1
-rw-r--r--cluster/metis/HISTORY3
5 files changed, 8 insertions, 3 deletions
diff --git a/cluster/metis/BUILD b/cluster/metis/BUILD
index 17bb6c5fdf..a231cfb1fd 100755
--- a/cluster/metis/BUILD
+++ b/cluster/metis/BUILD
@@ -1,2 +1,2 @@
-make config prefix=${INSTALL_ROOT}/usr &&
-make
+OPTS=" -DGKLIB_PATH=$SOURCE_DIRECTORY/GKlib" &&
+cmake_build
diff --git a/cluster/metis/CONFIGURE b/cluster/metis/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/cluster/metis/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/cluster/metis/DEPENDS b/cluster/metis/DEPENDS
index 60dd6147cc..6d7d390345 100755
--- a/cluster/metis/DEPENDS
+++ b/cluster/metis/DEPENDS
@@ -1 +1 @@
-depends cmake
+source $GRIMOIRE/CMAKE_DEPENDS
diff --git a/cluster/metis/DETAILS b/cluster/metis/DETAILS
index 4f5f87f750..f97855ce01 100755
--- a/cluster/metis/DETAILS
+++ b/cluster/metis/DETAILS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=metis
VERSION=5.1.0
SOURCE=$SPELL-$VERSION.tar.gz
diff --git a/cluster/metis/HISTORY b/cluster/metis/HISTORY
index 018481ab90..8d14693032 100644
--- a/cluster/metis/HISTORY
+++ b/cluster/metis/HISTORY
@@ -1,3 +1,6 @@
+2019-10-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: use CMAKE_*
+
2018-01-20 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 5.1.0