[arch-commits] Commit in singular/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Jan 12 18:47:33 UTC 2022
Date: Wednesday, January 12, 2022 @ 18:47:33
Author: arojas
Revision: 1101703
archrelease: copy trunk to community-x86_64
Added:
singular/repos/community-x86_64/PKGBUILD
(from rev 1101702, singular/trunk/PKGBUILD)
Deleted:
singular/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 100 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 50 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-12 18:47:22 UTC (rev 1101702)
+++ PKGBUILD 2022-01-12 18:47:33 UTC (rev 1101703)
@@ -1,50 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=singular
-_majver=4-3-0
-_patchver=3
-#pkgver=${_majver//-/.}.p${_patchver}
-pkgver=${_majver//-/.}
-pkgrel=1
-pkgdesc='Computer Algebra System for polynomial computations'
-arch=(x86_64)
-url='https://www.singular.uni-kl.de/'
-license=(GPL)
-depends=(flint cddlib)
-makedepends=(doxygen)
-#source=(ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz
-source=(ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz
- doc-$pkgver.tbz2::ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/doc.tbz2)
-sha256sums=('30dcb1d69eea4f69ad0937e662fe02f942b216caaaa4c11f4645e78ddffe0add'
- 'e4fa836d65eb08801e3b38cb1c45571e09b4c765b0c51085479deeed59fab43b')
-options=(!zipman)
-
-build() {
- cd singular-${_majver//-/.}
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib \
- --docdir=/usr/share/doc \
- --enable-bigintm-module \
- --enable-bigintm-module \
- --enable-Order-module \
- --enable-python-module \
- --enable-gfanlib-module \
- --enable-polymake-module
-# https://bugzilla.gnome.org/show_bug.cgi?id=655517
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-check() {
- cd singular-${_majver//-/.}
- make check
-}
-
-package() {
- cd singular-${_majver//-/.}
- make DESTDIR="$pkgdir" install
-
- install -Dm644 ../singular.idx -t "$pkgdir"/usr/share/singular
-}
Copied: singular/repos/community-x86_64/PKGBUILD (from rev 1101702, singular/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-12 18:47:33 UTC (rev 1101703)
@@ -0,0 +1,50 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=singular
+_majver=4-3-0
+_patchver=3
+#pkgver=${_majver//-/.}.p${_patchver}
+pkgver=${_majver//-/.}
+pkgrel=2
+pkgdesc='Computer Algebra System for polynomial computations'
+arch=(x86_64)
+url='https://www.singular.uni-kl.de/'
+license=(GPL)
+depends=(flint cddlib)
+makedepends=(doxygen)
+#source=(ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz
+source=(ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz
+ doc-$pkgver.tbz2::ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/doc.tbz2)
+sha256sums=('74f38288203720e3f280256f2f8deb94030dd032b4237d844652aff0faab36e7'
+ '75c5d0760b0591edcd4c10c8514a38545e9555fbbe923e6e8d3e4aa7ce8f0fd1')
+options=(!zipman)
+
+build() {
+ cd singular-${_majver//-/.}
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib \
+ --docdir=/usr/share/doc \
+ --enable-bigintm-module \
+ --enable-bigintm-module \
+ --enable-Order-module \
+ --enable-python-module \
+ --enable-gfanlib-module \
+ --enable-polymake-module
+# https://bugzilla.gnome.org/show_bug.cgi?id=655517
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+check() {
+ cd singular-${_majver//-/.}
+ make check
+}
+
+package() {
+ cd singular-${_majver//-/.}
+ make DESTDIR="$pkgdir" install
+
+ install -Dm644 ../singular.idx -t "$pkgdir"/usr/share/singular
+}
More information about the arch-commits
mailing list