[arch-commits] Commit in singular/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Dec 20 09:14:36 UTC 2014
Date: Saturday, December 20, 2014 @ 10:14:35
Author: arojas
Revision: 124159
Upstream update, fix missing binaries
Modified:
singular/trunk/PKGBUILD
----------+
PKGBUILD | 25 +++++--------------------
1 file changed, 5 insertions(+), 20 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-12-20 08:21:46 UTC (rev 124158)
+++ PKGBUILD 2014-12-20 09:14:35 UTC (rev 124159)
@@ -3,16 +3,16 @@
# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
pkgname=singular
-pkgver=3.1.7
+pkgver=3.1.7.p1
_majver=3-1-7
-pkgrel=2
+pkgrel=1
pkgdesc="Computer Algebra System for polynomial computations"
arch=('i686' 'x86_64')
url="http://www.singular.uni-kl.de/"
license=('GPL')
depends=('flint') #polymake
-source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/src/$_majver/Singular-$_majver.tar.gz" 'templates.patch')
-md5sums=('b28c1b406a4203369ea484d87ffe113c'
+source=("http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/src/$_majver/Singular-${_majver}p1.tar.gz" 'templates.patch')
+md5sums=('ce369519d1c5d07342722e78240ea044'
'a267423f3b25f0b91853f9cf607974a7')
prepare() {
@@ -37,23 +37,8 @@
--bindir=$PWD/build/usr/lib/Singular --libdir=$PWD/build/usr/lib/Singular --includedir=$PWD/build/usr/include \
--with-apint=gmp --with-gmp=/usr --with-malloc=system --with-ntl=/usr --with-flint=/usr --disable-doc --with-NTL --without-MP --without-lex \
--enable-Singular --enable-factory --enable-libfac --enable-IntegerProgramming
+ make install-nolns
- pushd omalloc
- make install
- popd
-
- pushd factory
- make install
- popd
-
- pushd libfac
- make install
- popd
-
- pushd kernel
- make install
- popd
-
export CFLAGS="$CFLAGS -DPIC -DLIBSINGULAR"
export CXXFLAGS="$CXXFLAGS -DPIC -DLIBSINGULAR"
More information about the arch-commits
mailing list