mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 14:27:10 +02:00
testing/singular: upgrade to 4.3.2
This commit is contained in:
parent
0057658110
commit
9d994ded0f
@ -1,12 +1,10 @@
|
|||||||
# Contributor: Grigory Kirillov <txgk@bk.ru>
|
# Contributor: Grigory Kirillov <txgk@bk.ru>
|
||||||
# Maintainer: Grigory Kirillov <txgk@bk.ru>
|
# Maintainer: Grigory Kirillov <txgk@bk.ru>
|
||||||
pkgname=singular
|
pkgname=singular
|
||||||
_pkgver=4.3.1
|
pkgver=4.3.2
|
||||||
_patchver=3
|
|
||||||
pkgver=${_pkgver}p$_patchver
|
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Computer algebra system for polynomial computations"
|
pkgdesc="Computer algebra system for polynomial computations"
|
||||||
url="https://www.singular.uni-kl.de"
|
url="https://www.singular.uni-kl.de/"
|
||||||
# s390x: blocked by flint-dev
|
# s390x: blocked by flint-dev
|
||||||
arch="all !s390x"
|
arch="all !s390x"
|
||||||
license="GPL-2.0-only OR GPL-3.0-only"
|
license="GPL-2.0-only OR GPL-3.0-only"
|
||||||
@ -17,14 +15,13 @@ makedepends="
|
|||||||
flint-dev
|
flint-dev
|
||||||
perl
|
perl
|
||||||
"
|
"
|
||||||
source="ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/${_pkgver//./-}/singular-${_pkgver}p$_patchver.tar.gz"
|
source="ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/${pkgver//./-}/singular-${pkgver}.tar.gz"
|
||||||
subpackages="
|
subpackages="
|
||||||
$pkgname-static
|
$pkgname-static
|
||||||
$pkgname-dev:_dev
|
$pkgname-dev:_dev
|
||||||
$pkgname-emacs:_emacs:noarch
|
$pkgname-emacs:_emacs:noarch
|
||||||
$pkgname-doc
|
$pkgname-doc
|
||||||
"
|
"
|
||||||
builddir="$srcdir/$pkgname-$_pkgver"
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
export CXXFLAGS="${CXXFLAGS/-Os/-O3}" # gotta go fast
|
export CXXFLAGS="${CXXFLAGS/-Os/-O3}" # gotta go fast
|
||||||
@ -72,5 +69,5 @@ _emacs() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
f092683f4a92158d82a2e694f284662c6285bac5faaa7d5e5695a84a220012fb8a733b4bbc52820def3037e1596ea4c2ab3846f58a3a3fb19e01bf7595790462 singular-4.3.1p3.tar.gz
|
14df5d9c6e983543dc67b1b2237644a5f70d0eeb128f8414732fd8b44d72b038a365cbdd9ec52983999690d4dc8817b02c7ed719c8b6a0851ba8b341c12a182a singular-4.3.2.tar.gz
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user