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

Daniel Bermond dbermond at gemini.archlinux.org
Sat Mar 12 03:46:43 UTC 2022


    Date: Saturday, March 12, 2022 @ 03:46:42
  Author: dbermond
Revision: 1149766

upgpkg: hm 16.24-3: fix kvazaar tests

Modified:
  hm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-12 03:28:30 UTC (rev 1149765)
+++ PKGBUILD	2022-03-12 03:46:42 UTC (rev 1149766)
@@ -2,7 +2,7 @@
 
 pkgname=hm
 pkgver=16.24
-pkgrel=2
+pkgrel=3
 pkgdesc='HEVC Test Model - the reference software for HEVC'
 arch=('x86_64')
 url='https://hevc.hhi.fraunhofer.de/'
@@ -20,6 +20,9 @@
 }
 
 build() {
+    # fix kvazaar tests
+    export CXXFLAGS+=' -Wp,-U_GLIBCXX_ASSERTIONS'
+    
     local -a _common_opts=(
         '-DCMAKE_BUILD_TYPE:STRING=Release'
         '-DCMAKE_INSTALL_PREFIX:PATH=/usr'



More information about the arch-commits mailing list