[arch-commits] Commit in linbox/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat May 25 12:45:31 UTC 2019
Date: Saturday, May 25, 2019 @ 12:45:30
Author: arojas
Revision: 470676
archrelease: copy trunk to community-x86_64
Added:
linbox/repos/community-x86_64/PKGBUILD
(from rev 470675, linbox/trunk/PKGBUILD)
Deleted:
linbox/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-25 12:45:13 UTC (rev 470675)
+++ PKGBUILD 2019-05-25 12:45:30 UTC (rev 470676)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas < nqn76sw at gmail.com >
-
-pkgname=linbox
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="A template library for exact, high-performance linear algebra computation with dense, sparse, and structured matrices over the integers and over finite fields"
-arch=(x86_64)
-url="http://linalg.org/"
-license=(LGPL)
-depends=(fflas-ffpack)
-makedepends=(m4rie flint iml fplll)
-source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('9d9781e472072a57b062c227b3bf2df0dedd9b9708b99f912eb78ad024159d45')
-
-build() {
- cd $pkgname-$pkgver
-
- ./configure --prefix=/usr --enable-sage --with-fplll=/usr \
- --disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 --disable-avx --disable-avx2 --disable-fma
- #https://bugzilla.gnome.org/show_bug.cgi?id=655517
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
- make
-}
-
-check() {
- cd $pkgname-$pkgver
-# make check
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: linbox/repos/community-x86_64/PKGBUILD (from rev 470675, linbox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-25 12:45:30 UTC (rev 470676)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas < nqn76sw at gmail.com >
+
+pkgname=linbox
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="A template library for exact, high-performance linear algebra computation with dense, sparse, and structured matrices over the integers and over finite fields"
+arch=(x86_64)
+url="http://linalg.org/"
+license=(LGPL)
+depends=(fflas-ffpack)
+makedepends=(m4rie flint iml fplll)
+source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('b00d174f5f875f20f86730882e77cbf30fa392a2241fd7aa2f467b2c975d020c')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr --enable-sage --with-fplll=/usr \
+ --disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 --disable-avx --disable-avx2 --disable-fma
+ #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list