mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/giac to 1.9.0.59-1
This commit is contained in:
parent
33e861542c
commit
8df58b1d2f
1 changed files with 29 additions and 6 deletions
|
@ -4,22 +4,45 @@
|
|||
# - delete shipped x86 binary src/mkjs to force rebuild for ARM
|
||||
|
||||
pkgname=giac
|
||||
_pkgver=1.9.0-57
|
||||
_pkgver=1.9.0-59
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgdesc='A free computer algebra system'
|
||||
arch=(x86_64)
|
||||
url='http://www-fourier.ujf-grenoble.fr/~parisse/giac.html'
|
||||
license=(GPL3)
|
||||
depends=(fltk mpfi gsl pari ntl lapack curl glpk libao gmp-ecm libsamplerate)
|
||||
makedepends=(python libjpeg texlive-mathscience hevea nauty)
|
||||
depends=(blas
|
||||
cblas
|
||||
curl
|
||||
fltk
|
||||
gcc-libs
|
||||
glibc
|
||||
glpk
|
||||
gmp
|
||||
gmp-ecm
|
||||
gsl
|
||||
lapack
|
||||
libao
|
||||
libglvnd
|
||||
libpng
|
||||
libsamplerate
|
||||
libusb
|
||||
mpfi
|
||||
mpfr
|
||||
ntl
|
||||
pari
|
||||
readline
|
||||
zlib)
|
||||
makedepends=(hevea
|
||||
libjpeg-turbo
|
||||
nauty
|
||||
python
|
||||
texlive-mathscience)
|
||||
optdepends=('perl: for pgiac')
|
||||
replaces=(libgiac xcas)
|
||||
provides=(libgiac xcas)
|
||||
source=(http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_$_pkgver.tar.gz
|
||||
format-security.patch
|
||||
fix-build.patch)
|
||||
sha256sums=('b81f9a24646be4989e68faf12cb8bdae3688f0440bec2e1a62e97af702684c1b'
|
||||
sha256sums=('c5b1ba93f42e758f46d541b28d9350f165eaf8c459bdea80f4a73a72d43c10de'
|
||||
'04288944e408807a15aa502e1215087870d8921229c9f9890d862d3c9de337cd'
|
||||
'184e158a59d6a07b03436d7fdc197f1422c0e6786b3d89c7a7231d10b193c5bb')
|
||||
|
||||
|
|
Loading…
Reference in a new issue