summaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorThomas Orgis2019-01-10 11:50:23 +0100
committerThomas Orgis2019-01-10 11:55:18 +0100
commit4021d65f9344730dc43cf4fda907a44faacff347 (patch)
treeb0a7b75a271a91f3a1128845253b2b5d3ee8d862 /science
parentb166883976381b6fbeff275da1b33316ceb748be (diff)
octave: update to 4.4.1, drop --without-blas to fix build
This spell still needs cleanup for correct dependencies and configuration, but at least it builds at all now. Also, we will revisit this after adding proper BLAS/LAPACK (openblas) choice.
Diffstat (limited to 'science')
-rwxr-xr-xscience/octave/DEPENDS6
-rwxr-xr-xscience/octave/DETAILS6
-rw-r--r--science/octave/HISTORY4
3 files changed, 11 insertions, 5 deletions
diff --git a/science/octave/DEPENDS b/science/octave/DEPENDS
index 518f8f0b3f..9bfca7f932 100755
--- a/science/octave/DEPENDS
+++ b/science/octave/DEPENDS
@@ -28,9 +28,11 @@ optional_depends readline \
#
# Untested
#
+# some BLAS is needed ... the switch for Atlas needs to be investigated.
+# We want OpenBLAS anyway.
optional_depends atlas \
- '--with-blas' \
- '--without-blas' \
+ '' \
+ '' \
'for automatically tuned linear algebra support' &&
optional_depends fftw \
diff --git a/science/octave/DETAILS b/science/octave/DETAILS
index 21de34741c..a43cf55098 100755
--- a/science/octave/DETAILS
+++ b/science/octave/DETAILS
@@ -1,7 +1,7 @@
SPELL=octave
- VERSION=3.6.4
- SOURCE_HASH=sha512:a49ef50161272618c9543057be5903e1e50b7f4ecb929777f6715d4b3a07a92c36a5b13958c52d8b942b6c7e7e3f7844409d0062eb02bdb3972d7194312b7a81
- SOURCE=$SPELL-$VERSION.tar.bz2
+ VERSION=4.4.1
+ SOURCE_HASH=sha512:e165f0638a18552d0b455b974eaffc774ffa03a2ea47c48998d12f52707cab249b8f9c5eb32dd20c9858babc31d23edb4b93be29abb0656c109e309f3d2585ca
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
LICENSE[0]=GPL
diff --git a/science/octave/HISTORY b/science/octave/HISTORY
index 1c25418660..8e5c3c9b6f 100644
--- a/science/octave/HISTORY
+++ b/science/octave/HISTORY
@@ -1,3 +1,7 @@
+2018-12-31 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: hot-update to 4.4.1, fixup needed for deps
+ * DEPENDS: --without-blas is no option (use LAPACK, at least)
+
2015-01-20 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: Add dependency on LAPACK