[arch-commits] Commit in givaro/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:39:19 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:39:18
  Author: felixonmars
Revision: 659821

archrelease: copy trunk to community-staging-x86_64

Added:
  givaro/repos/community-staging-x86_64/
  givaro/repos/community-staging-x86_64/PKGBUILD
    (from rev 659819, givaro/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: givaro/repos/community-staging-x86_64/PKGBUILD (from rev 659819, givaro/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 17:39:18 UTC (rev 659821)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at phare.normalesup.org>
+
+pkgname=givaro
+pkgver=4.1.1
+pkgrel=2
+pkgdesc="C++ library for arithmetic and algebraic computations"
+arch=(x86_64)
+url="http://givaro.forge.imag.fr/"
+license=(GPL)
+depends=(gmp)
+source=("https://github.com/linbox-team/givaro/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('628049899386e91da245aee6cd446350fbca87e94863bc0d815066c08150487f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared \
+    --disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 --disable-avx --disable-avx2 --disable-fma
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list