community/supercollider to 3.11.1-2

This commit is contained in:
Kevin Mihelich 2020-09-09 20:29:42 +00:00
parent 26e9225296
commit b2a49e6833

View file

@ -8,7 +8,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"
@ -53,6 +53,8 @@ prepare() {
build() {
cd "${pkgname}-${pkgver}"
export CFLAGS+=" -DNDEBUG"
export CXXFLAGS+=" -DNDEBUG"
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE='None' \
-DBoost_NO_BOOST_CMAKE=ON \
@ -72,7 +74,7 @@ build() {
check() {
cd "${pkgname}-${pkgver}"
xvfb-run make test ARGS="-V" -C build
xvfb-run make test ARGS="-VV -d -j1" -C build
}
package() {