mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/singular: rebuild against flint 3.4.0
This commit is contained in:
parent
5b68e109d4
commit
53d291ddde
@ -3,7 +3,7 @@
|
||||
maintainer="Celeste <cielesti@protonmail.com>"
|
||||
pkgname=singular
|
||||
pkgver=4.4.1_p2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
_pkgbase="${pkgver%%_p*}"
|
||||
pkgdesc="Computer algebra system for polynomial computations"
|
||||
url="https://www.singular.uni-kl.de/"
|
||||
@ -26,7 +26,7 @@ source="https://www.singular.uni-kl.de/ftp/pub/Math/Singular/SOURCES/${_pkgbase/
|
||||
builddir="$srcdir/$pkgname-$_pkgbase"
|
||||
|
||||
build() {
|
||||
export CXXFLAGS="${CXXFLAGS/-Os/-O3}" # gotta go fast
|
||||
export CXXFLAGS="${CXXFLAGS/-Os/-O3} -U_FORTIFY_SOURCE" # gotta go fast
|
||||
|
||||
./configure \
|
||||
--target=$CTARGET \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user