summaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorFlorian Franzmann2019-10-05 17:28:01 +0200
committerFlorian Franzmann2019-10-05 18:29:12 +0200
commit2e403eeb031ecff9826f2f00a4fa51deba981c8c (patch)
tree5ee85f4bcaaeed81d6813d9bb2ebad009193f498 /science
parent68d1f3dd55ace4efd3c7a05b8d8cbbe55d9615e3 (diff)
science/codec2: use CMAKE_*
Diffstat (limited to 'science')
-rwxr-xr-xscience/codec2/BUILD1
-rwxr-xr-xscience/codec2/CONFIGURE1
-rwxr-xr-xscience/codec2/DEPENDS2
-rwxr-xr-xscience/codec2/DETAILS1
-rw-r--r--science/codec2/HISTORY3
5 files changed, 6 insertions, 2 deletions
diff --git a/science/codec2/BUILD b/science/codec2/BUILD
deleted file mode 100755
index e013b8d866..0000000000
--- a/science/codec2/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-cmake_build
diff --git a/science/codec2/CONFIGURE b/science/codec2/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/science/codec2/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/science/codec2/DEPENDS b/science/codec2/DEPENDS
index ce741a9d6f..afdd4a67ba 100755
--- a/science/codec2/DEPENDS
+++ b/science/codec2/DEPENDS
@@ -1,2 +1,2 @@
-depends cmake &&
+source $GRIMOIRE/CMAKE_DEPENDS &&
depends gcc
diff --git a/science/codec2/DETAILS b/science/codec2/DETAILS
index c75554824a..263bc3c8e4 100755
--- a/science/codec2/DETAILS
+++ b/science/codec2/DETAILS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=codec2
VERSION=0.8.1
SOURCE="${SPELL}-${VERSION}.tar.xz"
diff --git a/science/codec2/HISTORY b/science/codec2/HISTORY
index b4d5fc8697..b29cc74898 100644
--- a/science/codec2/HISTORY
+++ b/science/codec2/HISTORY
@@ -1,3 +1,6 @@
+2019-10-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: use CMAKE_*
+
2019-08-11 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* BUILD, DEPENDS, DETAILS: spell created
* PRE_BUILD, codec2-0.8.1-unused-deps.patch: patch from gentoo that