Date: Sunday, May 6, 2018 @ 10:44:34
  Author: arojas
Revision: 319011

archrelease: copy trunk to community-x86_64

Deleted:
  linbox/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-05-06 10:42:51 UTC (rev 319010)
+++ PKGBUILD    2018-05-06 10:44:34 UTC (rev 319011)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas < [email protected] >
-
-pkgname=linbox
-pkgver=1.5.2
-pkgrel=4
-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=(m4rie flint fplll iml fflas-ffpack tinyxml2) 
-source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('7b69ab617b15ca6684b29d08531ed8899cd4d07ec75799e5d624c4c0a60dc6b2')
-
-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
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-# make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Reply via email to