mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/supercollider to 3.11.1-2
This commit is contained in:
parent
26e9225296
commit
b2a49e6833
1 changed files with 4 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue