From 5a190614fce877668e7baab26e49515dd74ee3d2 Mon Sep 17 00:00:00 2001 From: Florian Franzmann Date: Sat, 5 Oct 2019 14:24:53 +0200 Subject: cluster/lapack: use CMAKE_* --- cluster/lapack/BUILD | 2 ++ cluster/lapack/CONFIGURE | 1 + cluster/lapack/DEPENDS | 5 +++-- cluster/lapack/DETAILS | 1 + cluster/lapack/HISTORY | 3 +++ 5 files changed, 10 insertions(+), 2 deletions(-) create mode 100755 cluster/lapack/CONFIGURE (limited to 'cluster') 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 + * BUILD, CONFIGURE, DEPENDS, DETAILS: use CMAKE_* + 2019-01-10 Thomas Orgis * BUILD: include deprecated functions (needed by octave control package) * DETAILS: PATCHLEVEL++ -- cgit v1.2.3