[arch-commits] Commit in m4ri/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Nov 15 22:30:44 UTC 2021
Date: Monday, November 15, 2021 @ 22:30:43
Author: arojas
Revision: 1048510
archrelease: copy trunk to community-x86_64
Added:
m4ri/repos/community-x86_64/PKGBUILD
(from rev 1048509, m4ri/trunk/PKGBUILD)
Deleted:
m4ri/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 +++++++++++++++++++++++++++++++-----------------------------
1 file changed, 31 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-15 22:30:33 UTC (rev 1048509)
+++ PKGBUILD 2021-11-15 22:30:43 UTC (rev 1048510)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=m4ri
-pkgver=20200125
-pkgrel=1
-pkgdesc="Algorithms for linear algebra over F_2"
-arch=(x86_64)
-url="https://bitbucket.org/malb/m4ri"
-license=(GPL)
-depends=(libpng)
-source=(https://bitbucket.org/malb/m4ri/downloads/$pkgname-$pkgver.tar.gz)
-sha256sums=('0dfb34aed351882a0f2281535ea6f81c690a5efeb14edab131d9ba0dffe44863')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --with-openmp
- make
-}
-
-check() {
- cd $pkgname-$pkgver
- make check
-}
-
-package() {
- cd $pkgname-$pkgver
- make install DESTDIR="$pkgdir"
-}
Copied: m4ri/repos/community-x86_64/PKGBUILD (from rev 1048509, m4ri/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-15 22:30:43 UTC (rev 1048510)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=m4ri
+pkgver=20200125
+pkgrel=2
+pkgdesc='Algorithms for linear algebra over F_2'
+arch=(x86_64)
+url='https://bitbucket.org/malb/m4ri'
+license=(GPL)
+depends=(libpng)
+source=(https://bitbucket.org/malb/m4ri/downloads/$pkgname-$pkgver.tar.gz)
+sha256sums=('0dfb34aed351882a0f2281535ea6f81c690a5efeb14edab131d9ba0dffe44863')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr \
+ --enable-openmp \
+ --enable-thread-safe
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make install DESTDIR="$pkgdir"
+}
More information about the arch-commits
mailing list