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

Antonio Rojas arojas at gemini.archlinux.org
Mon Nov 15 22:46:48 UTC 2021


    Date: Monday, November 15, 2021 @ 22:46:48
  Author: arojas
Revision: 1048512

archrelease: copy trunk to community-x86_64

Added:
  m4rie/repos/community-x86_64/PKGBUILD
    (from rev 1048511, m4rie/trunk/PKGBUILD)
Deleted:
  m4rie/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   59 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 30 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-15 22:46:35 UTC (rev 1048511)
+++ PKGBUILD	2021-11-15 22:46:48 UTC (rev 1048512)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=m4rie
-pkgver=20200125
-pkgrel=1
-pkgdesc="Algorithms for linear algebra over F_2^e"
-arch=(x86_64)
-url="https://bitbucket.org/malb/m4rie"
-license=(GPL)
-depends=(m4ri)
-source=(https://bitbucket.org/malb/m4rie/downloads/$pkgname-$pkgver.tar.gz)
-sha256sums=('7f3107f7cd10f6c22d9663d9536e1af2f551e10183601852a60d760918caf58d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: m4rie/repos/community-x86_64/PKGBUILD (from rev 1048511, m4rie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-15 22:46:48 UTC (rev 1048512)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=m4rie
+pkgver=20200125
+pkgrel=2
+pkgdesc='Algorithms for linear algebra over F_2^e'
+arch=(x86_64)
+url='https://bitbucket.org/malb/m4rie'
+license=(GPL)
+depends=(m4ri)
+source=(https://bitbucket.org/malb/m4rie/downloads/$pkgname-$pkgver.tar.gz)
+sha256sums=('7f3107f7cd10f6c22d9663d9536e1af2f551e10183601852a60d760918caf58d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --enable-openmp
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list