[arch-commits] Commit in singular/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Jul 6 16:55:28 UTC 2022


    Date: Wednesday, July 6, 2022 @ 16:55:28
  Author: arojas
Revision: 1246739

archrelease: copy trunk to community-x86_64

Added:
  singular/repos/community-x86_64/PKGBUILD
    (from rev 1246738, singular/trunk/PKGBUILD)
Deleted:
  singular/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-06 16:55:20 UTC (rev 1246738)
+++ PKGBUILD	2022-07-06 16:55:28 UTC (rev 1246739)
@@ -1,47 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=singular
-_majver=4-3-1
-_patchver=1
-#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=('e267ad581e1c67ad2eceba1f02a61a808f3c4d0da168c935cccca76829a58e51'
-            '7d326156de3c0f3e142af4d4a96d696a0557f1c98124d25e2135c36f0773a490')
-options=(!zipman debug)
-
-build() {
-  cd singular-${_majver//-/.}
-  ./configure \
-    --prefix=/usr \
-    --libexecdir=/usr/lib \
-    --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
-}

Copied: singular/repos/community-x86_64/PKGBUILD (from rev 1246738, singular/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-06 16:55:28 UTC (rev 1246739)
@@ -0,0 +1,47 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=singular
+_majver=4-3-1
+_patchver=1
+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=('1f1cba3ffd612b26d056859ca7f4cbeef5ce95cabd5782b035acd1c58ff01d30'
+            '7d326156de3c0f3e142af4d4a96d696a0557f1c98124d25e2135c36f0773a490')
+options=(!zipman debug)
+
+build() {
+  cd singular-${_majver//-/.}
+  ./configure \
+    --prefix=/usr \
+    --libexecdir=/usr/lib \
+    --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
+}



More information about the arch-commits mailing list