Package Details: supercollider-git 3.11.1.r395.gcd3b936457-1

Git Clone URL: https://aur.archlinux.org/supercollider-git.git (read-only, click to copy)
Package Base: supercollider-git
Description: Environment and programming language for real time audio synthesis and algorithmic composition
Upstream URL: https://supercollider.github.io/
Keywords: audio multimedia supercollider synthesis
Licenses: GPL3
Conflicts: supercollider
Provides: supercollider
Submitter: None
Maintainer: dvzrv
Last Packager: dvzrv
Votes: 14
Popularity: 0.000000
First Submitted: 2010-11-01 21:58 (UTC)
Last Updated: 2020-09-09 19:30 (UTC)

Required by (33)

Sources (9)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

smoge commented on 2015-08-13 06:19 (UTC)

From sc-users: ``` I was trying to compile supercollider (direct from git source) yesterday on Arch Linux with supernova enabled, and noticed this same problem. The solution given in that Stack Overflow post, did work - I added: set(CMAKE_CXX_LINK_FLAGS "${CMAKE_CXX_LINK_FLAGS} -latomic") to the CMakeLists.txt file, and everything compiled successfully. '''

dvzrv commented on 2015-07-12 13:51 (UTC)

Builds on rpi2 (armv7), but throws errors during start of sclang. Need to check where those come from.

dvzrv commented on 2015-07-07 17:16 (UTC)

Updated for 3.7.0.alpha. Unfortunately without Supernova support. Going to write a bug report for that soon and will see, if/how it can be enabled during build again.

dvzrv commented on 2015-04-16 09:01 (UTC)

@smoge: About to update this (sorry, caught up with work the past few weeks). Do you have any ARM devices to test it on something like a RPi1? I would have to reinstall mine. Hope it'll be done in a couple of hours.

dvzrv commented on 2013-12-02 15:06 (UTC)

The build now works again (since 20131111). A day later sclang has been breaking though. I'm using a commit in between. Updated to also work with armv6/7.

paum commented on 2013-10-12 11:56 (UTC)

[ 5%] Building CXX object server/plugins/CMakeFiles/BinaryOpUGens_supernova.dir/BinaryOpUGens.cpp.o In file included from /tmp/yaourt-tmp-paum/aur-supercollider-git/src/supercollider-build/external_libraries/boost/boost/atomic.hpp:12:0, from /tmp/yaourt-tmp-paum/aur-supercollider-git/src/supercollider-build/external_libraries/nova-tt/nova-tt/rw_spinlock.hpp:28, from /tmp/yaourt-tmp-paum/aur-supercollider-git/src/supercollider-build/include/plugin_interface/SC_SndBuf.h:27, from /tmp/yaourt-tmp-paum/aur-supercollider-git/src/supercollider-build/include/plugin_interface/SC_World.h:27, from /tmp/yaourt-tmp-paum/aur-supercollider-git/src/supercollider-build/include/plugin_interface/SC_PlugIn.h:24, from /tmp/yaourt-tmp-paum/aur-supercollider-git/src/supercollider-build/server/plugins/BinaryOpUGens.cpp:22: /tmp/yaourt-tmp-paum/aur-supercollider-git/src/supercollider-build/external_libraries/boost/boost/atomic/atomic.hpp:202:16: error: ‘uintptr_t’ was not declared in this scope typedef atomic<uintptr_t> atomic_uintptr_t; ^

gagnonlg commented on 2013-04-25 02:24 (UTC)

The package fails on build: "yaml-cpp/node.h" is not found. yaml-cpp 0.5.0-1 is installed on my machine. Running cmake with the -DSYSTEM_YAMLCPP=OFF flag causes the package to use the bundled yaml-cpp library included in the source, and the build suceeds.

dvzrv commented on 2012-02-07 01:58 (UTC)

hmm, reinstalling bluez seems to have fixed it for the build... for now. Now trying to get jack to run. this machine is a monster.

smoge commented on 2012-02-07 01:22 (UTC)

I think wii controller option is broken on Arch. Try `-DSC_WII=0`. (I just updated with this option off.)