[arch-commits] Commit in octave/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Jan 14 21:17:45 UTC 2019


    Date: Monday, January 14, 2019 @ 21:17:44
  Author: arojas
Revision: 423092

Restore GUI (FS#61406), enable ode15 solvers (FS#61398)

Modified:
  octave/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-14 21:07:32 UTC (rev 423091)
+++ PKGBUILD	2019-01-14 21:17:44 UTC (rev 423092)
@@ -4,7 +4,7 @@
 
 pkgname=octave
 pkgver=4.4.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('x86_64')
 url="http://www.octave.org"
@@ -11,11 +11,12 @@
 license=('GPL')
 depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'arpack' 'glu' 'ghostscript'
  	   'suitesparse' 'gl2ps' 'qscintilla-qt5' 'libsndfile' 'qt5-tools' 'qrupdate')
-makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 'fltk' 'portaudio' 'jdk8-openjdk')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 'fltk' 'portaudio' 'jdk8-openjdk' 'sundials')
 optdepends=('texinfo: for help-support in octave'
             'gnuplot: alternative plotting'
             'portaudio: audio support'
             'java-runtime: java support'
+            'sundials: ode15i and ode15s solvers'
             'fltk: FLTK GUI')
 source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig})
 options=('!emptydirs')
@@ -26,6 +27,7 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
+  export QCOLLECTIONGENERATOR=qhelpgenerator # Fix build with Qt 5.12
   ./configure --prefix=/usr --libexecdir=/usr/lib \
   --enable-shared --disable-static \
   --with-quantum-depth=16 \



More information about the arch-commits mailing list