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

Antonio Rojas arojas at archlinux.org
Wed May 19 20:41:49 UTC 2021


    Date: Wednesday, May 19, 2021 @ 20:41:48
  Author: arojas
Revision: 936815

Update to 1.7.0.7

Modified:
  giac/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-19 20:41:35 UTC (rev 936814)
+++ PKGBUILD	2021-05-19 20:41:48 UTC (rev 936815)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=giac
-_pkgver=1.7.0-5
+_pkgver=1.7.0-7
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc='A free computer algebra system'
@@ -15,7 +15,7 @@
 provides=(libgiac xcas)
 source=(http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_$_pkgver.tar.gz
         giac-test-pari-2.11.patch)
-sha256sums=('a193715de6ada68db002e357769c5236a200f1e2c0d42830a6ef75fdbf12e8b9'
+sha256sums=('101d446ffee4b677af8a3cd6f66a650e3fa60cc603937bb76642265a5bf7cd34'
             'c5f091986f0a0807fc1ae5a3b7454132816e9bc3ed64411f0a7bdf90a8c8e624')
 
 prepare() {
@@ -25,7 +25,7 @@
 
 build() {
   cd $pkgname-${pkgver%.*}
-
+  CXXFLAGS+=" -std=c++14" # workaround build with GCC 11
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list