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

Ronald van Haren ronald at archlinux.org
Sun Mar 18 19:06:26 UTC 2012


    Date: Sunday, March 18, 2012 @ 15:06:26
  Author: ronald
Revision: 153723

upgpkg: octave 3.6.1-2

rebuild against suitesparse

Modified:
  octave/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-18 17:12:55 UTC (rev 153722)
+++ PKGBUILD	2012-03-18 19:06:26 UTC (rev 153723)
@@ -5,16 +5,15 @@
 
 pkgname=octave
 pkgver=3.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('i686' 'x86_64')
 url="http://www.octave.org"
 license=('GPL')
-depends=('fftw' 'pcre' 'curl' 'lapack' 'libx11' 'graphicsmagick' 'glpk' 'hdf5' 'gcc-libs' 'qhull' 'fltk')
-makedepends=('texinfo' 'graphicsmagick' 'gcc-fortran' 'umfpack' 'texlive-core')
+depends=('fftw' 'pcre' 'curl' 'lapack' 'libx11' 'graphicsmagick' 'glpk' 'hdf5' 'gcc-libs' 'qhull' 'fltk' 'suitesparse') 
+makedepends=('texinfo' 'graphicsmagick' 'gcc-fortran' 'suitesparse' 'texlive-core')
 optdepends=('texinfo: for help-support in octave'
-            'gnuplot: alternative plotting'
-	    'umfpack: LU decomposition of some large sparse matrices')
+            'gnuplot: alternative plotting')
 source=("ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2")
 options=('!emptydirs')
 install=octave.install
@@ -27,7 +26,7 @@
   FFLAGS="-O -ffloat-store" \
 
   ./configure --prefix=/usr --libexecdir=/usr/lib \
-  --enable-shared --disable-static --with-quantum-depth=16
+  --enable-shared --disable-static
 
   LANG=C make
 }




More information about the arch-commits mailing list