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

Gaetan Bisson bisson at nymeria.archlinux.org
Sat Jan 11 17:11:18 UTC 2014


    Date: Saturday, January 11, 2014 @ 18:11:17
  Author: bisson
Revision: 203484

fix FS#38463

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-11 16:49:37 UTC (rev 203483)
+++ PKGBUILD	2014-01-11 17:11:17 UTC (rev 203484)
@@ -5,7 +5,7 @@
 
 pkgname=octave
 pkgver=3.6.4
-pkgrel=5
+pkgrel=6
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('i686' 'x86_64')
 url="http://www.octave.org"
@@ -36,7 +36,7 @@
 
   ./configure --prefix=/usr --libexecdir=/usr/lib \
   --enable-shared --disable-static \
-  --with-quantum-depth=32 \
+  --with-quantum-depth=16 \
   --with-umfpack="-lumfpack -lsuitesparseconfig" # https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html
 
   LANG=C make




More information about the arch-commits mailing list