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

Antonio Rojas arojas at archlinux.org
Mon Jul 10 19:39:44 UTC 2017


    Date: Monday, July 10, 2017 @ 19:39:44
  Author: arojas
Revision: 300043

PIE rebuild

Modified:
  avogadrolibs/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-10 19:15:09 UTC (rev 300042)
+++ PKGBUILD	2017-07-10 19:39:44 UTC (rev 300043)
@@ -2,7 +2,7 @@
 
 pkgname=avogadrolibs
 pkgver=1.90.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Libraries that provide 3D rendering, visualization, analysis and data processing useful in computational chemistry, molecular modeling, bioinformatics, materials science, and related areas"
 arch=(i686 x86_64)
 url="http://www.openchemistry.org/"
@@ -17,6 +17,8 @@
 
 # Find spglib
   sed -e 's|NAMES spglib|NAMES spglib symspg|' -i $pkgname-$pkgver/cmake/FindSpglib.cmake
+# Fix build with GCC>=7
+  sed -e 's|3456|3456789|' -i $pkgname-$pkgver/cmake/GenerateExportHeader.cmake
 }
 
 build() {



More information about the arch-commits mailing list