[arch-commits] Commit in givaro/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Dec 14 17:01:24 UTC 2021


    Date: Tuesday, December 14, 2021 @ 17:01:24
  Author: arojas
Revision: 1072791

Update to 4.2.0, run tests

Modified:
  givaro/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-14 16:51:56 UTC (rev 1072790)
+++ PKGBUILD	2021-12-14 17:01:24 UTC (rev 1072791)
@@ -2,23 +2,27 @@
 # 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"
+pkgver=4.2.0
+pkgrel=1
+pkgdesc='C++ library for arithmetic and algebraic computations'
 arch=(x86_64)
-url="http://givaro.forge.imag.fr/"
+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')
+source=(https://github.com/linbox-team/givaro/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('865e228812feca971dfb6e776a7bc7ac959cf63ebd52b4f05492730a46e1f189')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-shared \
-    --disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 --disable-avx --disable-avx2 --disable-fma
+  ./configure --prefix=/usr --enable-shared
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list