diff options
author | root <root@rshg054.dnsready.net> | 2013-10-03 02:49:10 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-03 02:49:10 -0700 |
commit | 7a89bde7057dae1b2a87ff0906dc797ebb4b2fc3 (patch) | |
tree | 8fe283205ef45a8d5a61a0f0e60b8bd0f2806dbd /community/freemat/PKGBUILD | |
parent | ccdfb7506009a95df3049db791408ac9b291b6e2 (diff) |
Thu Oct 3 02:46:37 PDT 2013
Diffstat (limited to 'community/freemat/PKGBUILD')
-rw-r--r-- | community/freemat/PKGBUILD | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/community/freemat/PKGBUILD b/community/freemat/PKGBUILD index 1982d16ad..81b406d2c 100644 --- a/community/freemat/PKGBUILD +++ b/community/freemat/PKGBUILD @@ -1,21 +1,19 @@ -# $Id: PKGBUILD 97014 2013-09-10 10:25:50Z spupykin $ +# $Id: PKGBUILD 97998 2013-10-02 21:37:00Z bgyorgy $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> pkgname=freemat pkgver=4.2 -pkgrel=2 +pkgrel=3 pkgdesc="A free environment for rapid engineering, scientific prototyping and data processing" arch=('i686' 'x86_64') url="http://freemat.sourceforge.net" license=('GPL') -depends=('qt4' 'ffcall' 'fftw' 'portaudio' 'libffi' 'glu' 'qtwebkit' 'arpack') -makedepends=('lapack' 'umfpack' 'blas' 'libmatio' 'cmake' 'python2' 'mesa') +depends=('arpack' 'fftw' 'glu' 'portaudio' 'qtwebkit') +makedepends=('cmake' 'python2' 'suitesparse') install=freemat.install -source=(http://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz - build-fix.patch) -md5sums=('ace147e49273ae935d363da8e2a56d4d' - '2d11a28aa2a7df89c4618ed1c4be5973') +source=(http://downloads.sourceforge.net/project/freemat/FreeMat4/FreeMat-$pkgver-Source.tar.gz) +md5sums=('ace147e49273ae935d363da8e2a56d4d') build() { cd $srcdir/FreeMat-$pkgver-Source @@ -24,7 +22,6 @@ build() { rm -f CMakeCache.txt find . -type f -name '*.moc.cpp' -exec rm -f {} \; find . -type f -name 'add.so' -exec rm -f {} \; - patch -p1 <$srcdir/build-fix.patch echo >libs/libMatC/CJitFuncClang.hpp echo >libs/libMatC/CJitFuncClang.cpp |