[arch-commits] Commit in givaro/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Aug 2 16:20:48 UTC 2016
Date: Tuesday, August 2, 2016 @ 16:20:48
Author: arojas
Revision: 184854
Disable vectorized instructions (FS#50229)
Modified:
givaro/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-08-02 16:07:00 UTC (rev 184853)
+++ PKGBUILD 2016-08-02 16:20:48 UTC (rev 184854)
@@ -4,7 +4,7 @@
pkgname=givaro
pkgver=4.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="C++ library for arithmetic and algebraic computations"
arch=(i686 x86_64)
url="http://givaro.forge.imag.fr/"
@@ -15,15 +15,10 @@
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr --enable-shared
+ ./configure --prefix=/usr --enable-shared --disable-simd
make
}
-check() {
- cd $pkgname-$pkgver
- make check
-}
-
package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
More information about the arch-commits
mailing list