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

Antonio Rojas arojas at archlinux.org
Fri Aug 28 15:22:26 UTC 2020


    Date: Friday, August 28, 2020 @ 15:22:25
  Author: arojas
Revision: 691089

archrelease: copy trunk to community-x86_64

Added:
  libsemigroups/repos/community-x86_64/PKGBUILD
    (from rev 691088, libsemigroups/trunk/PKGBUILD)
Deleted:
  libsemigroups/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   55 +++++++++++++++++++++++++++++++------------------------
 1 file changed, 31 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 15:22:11 UTC (rev 691088)
+++ PKGBUILD	2020-08-28 15:22:25 UTC (rev 691089)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=libsemigroups
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="C++ library for semigroups and monoids"
-url="https://libsemigroups.github.io/libsemigroups/"
-arch=(x86_64)
-license=(GPL3)
-depends=(gcc-libs)
-makedepends=(fmt)
-source=(https://github.com/libsemigroups/libsemigroups/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('29c3e67b1c66f028e179d2e21ecf3348c9bd3035aa6220323f20e19480539623')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-external-fmt
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libsemigroups/repos/community-x86_64/PKGBUILD (from rev 691088, libsemigroups/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-28 15:22:25 UTC (rev 691089)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libsemigroups
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="C++ library for semigroups and monoids"
+url="https://libsemigroups.github.io/libsemigroups/"
+arch=(x86_64)
+license=(GPL3)
+depends=(gcc-libs)
+makedepends=(fmt eigen)
+source=(https://github.com/libsemigroups/libsemigroups/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('b363d0707cb078e03e19f074c4f0132a9b80782a15acbfcabe42572551c8f3fe')
+
+prepare() {
+  echo '3.3.7' > $pkgname-$pkgver/extern/.EIGEN_VERSION
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+              --enable-fmt \
+              --with-external-fmt \
+              --with-external-eigen
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list