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

Antonio Rojas arojas at archlinux.org
Sat Mar 16 23:32:20 UTC 2019


    Date: Saturday, March 16, 2019 @ 23:32:20
  Author: arojas
Revision: 442263

Revert unintended changes

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-16 23:26:11 UTC (rev 442262)
+++ PKGBUILD	2019-03-16 23:32:20 UTC (rev 442263)
@@ -4,7 +4,7 @@
 
 pkgname=octave
 pkgver=5.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('x86_64')
 url="http://www.octave.org"
@@ -35,9 +35,9 @@
   cd ${pkgname}-${pkgver}
 
   ./configure --prefix=/usr --libexecdir=/usr/lib \
-  --enable-shared --disable-static --enable-link-all-dependencies \
-  --with-quantum-depth=16
-
+    --enable-shared --disable-static \
+    --with-quantum-depth=16 \
+    --with-sundials_ida="-lsundials_ida -lsundials_sunlinsolklu"
   make
 }
 



More information about the arch-commits mailing list