Re: [PATCH 0/7] Add Extempore.

2016-09-21 Thread Efraim Flashner
On Wed, Sep 21, 2016 at 09:44:02PM +0200, Ricardo Wurmus wrote: > > I don’t know about hiding the packages and moving them to the same > module. In the past we’ve kept package variants always with the > original package it was derived from, > e.g. “armadillo-for-rcpparmadillo”, which is only used

Re: [PATCH 0/7] Add Extempore.

2016-09-21 Thread Ricardo Wurmus
Andreas Enge writes: > extempore only compiles on x86_64; elsewhere it fails with the message >CMake Error at CMakeLists.txt:82 (message): >Extempore currently only runs on 64-bit platforms. > (which is not the full truth...): >http://hydra.gnu.org:3000/build/1473446 > > Could you di

Re: [PATCH 0/7] Add Extempore.

2016-09-18 Thread Andreas Enge
Hello, extempore only compiles on x86_64; elsewhere it fails with the message CMake Error at CMakeLists.txt:82 (message): Extempore currently only runs on 64-bit platforms. (which is not the full truth...): http://hydra.gnu.org:3000/build/1473446 Could you disable the other architectures

Re: [PATCH 0/7] Add Extempore.

2016-09-16 Thread Ricardo Wurmus
Ricardo Wurmus writes: > This patch set adds Extempore, a Scheme-like language for live coding of audio > and graphics. Extempore comes with an Emacs mode to facilitate live coding > from within Emacs (much like using Geiser for Guile). Thanks to the reviewers I fixed the missing patch and pus