New commits:
commit 3aa472a9c8ece0875969af3db5f82bd9c5d85044
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
lapack: build deprecated routines
commit 230b514cdd9c976cfaf8b74df308512b9fa00d94
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
octave: enable Qt5 GUI
diff --git a/cluster/lapack/BUILD b/cluster/lapack/BUILD
index 97022a5..43310a3 100755
--- a/cluster/lapack/BUILD
+++ b/cluster/lapack/BUILD
@@ -1,2 +1,2 @@
-OPTS+=" -DBUILD_SHARED_LIBS=on -DLAPACKE=on -DLAPACKE_WITH_TMG=on" &&
+OPTS+="-DBUILD_DEPRECATED=on -DBUILD_SHARED_LIBS=on -DLAPACKE=on
-DLAPACKE_WITH_TMG=on" &&
cmake_build
diff --git a/cluster/lapack/DETAILS b/cluster/lapack/DETAILS
index 5dd0357..8821327 100755
--- a/cluster/lapack/DETAILS
+++ b/cluster/lapack/DETAILS
@@ -13,6 +13,7 @@ SOURCE2_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION/man
WEB_SITE=http://www.netlib.org/lapack
KEYWORDS="fortran algebra cluster"
ENTERED=20020519
+ PATCHLEVEL=1
SHORT="Linear Algebra PACKage (Fortran version)"
cat << EOF
LAPACK provides routines for solving systems of simultaneous
diff --git a/cluster/lapack/HISTORY b/cluster/lapack/HISTORY
index 08eb394..e1fbb79 100644
--- a/cluster/lapack/HISTORY
+++ b/cluster/lapack/HISTORY
@@ -1,3 +1,7 @@
+2019-01-10 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: include deprecated functions (needed by octave control
package)
+ * DETAILS: PATCHLEVEL++
+
2017-11-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 3.8.0
2018-12-31 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: hot-update to 4.4.1, fixup needed for deps
diff --git a/science/octave/PRE_BUILD b/science/octave/PRE_BUILD
new file mode 100755
index 0000000..10be498
--- /dev/null
+++ b/science/octave/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+# Octave expects some qt5-specific name for the lib, while we install it in a
+# specific prefix.
+sed -i \
+ 's:octave_qscintilla_libnames="qscintilla2-qt5 qscintilla2_qt5
qt5scintilla2":octave_qscintilla_libnames=qscintilla2:' \
+ configure
[SM-Commit] GIT changes to master grimoire by Thomas Orgis (3aa472a9c8ece0875969af3db5f82bd9c5d85044),
Thomas Orgis, 01/10/2019