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

David Runge dvzrv at archlinux.org
Wed Sep 9 19:21:14 UTC 2020


    Date: Wednesday, September 9, 2020 @ 19:21:14
  Author: dvzrv
Revision: 701638

upgpkg: supercollider 3.11.1-2: Rebuild to remove debug options.

By default supercollider is built using debug options (https://github.com/supercollider/supercollider/issues/5159).

Modified:
  supercollider/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-09 18:15:45 UTC (rev 701637)
+++ PKGBUILD	2020-09-09 19:21:14 UTC (rev 701638)
@@ -5,7 +5,7 @@
 _name=SuperCollider
 pkgname=supercollider
 pkgver=3.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Environment and programming language for real time audio synthesis and algorithmic composition"
 arch=('x86_64')
 url="https://supercollider.github.io"
@@ -50,6 +50,8 @@
 
 build() {
   cd "${pkgname}-${pkgver}"
+  export CFLAGS+=" -DNDEBUG"
+  export CXXFLAGS+=" -DNDEBUG"
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
         -DCMAKE_BUILD_TYPE='None' \
         -DBoost_NO_BOOST_CMAKE=ON \
@@ -67,7 +69,7 @@
 
 check() {
   cd "${pkgname}-${pkgver}"
-  xvfb-run make test ARGS="-V" -C build
+  xvfb-run make test ARGS="-VV -d -j1" -C build
 }
 
 package() {



More information about the arch-commits mailing list