[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (f687539 -> 9159562)
From: |
Ricardo Wurmus |
Subject: |
branch master updated (f687539 -> 9159562) |
Date: |
Fri, 16 Sep 2016 15:32:03 +0000 (UTC) |
rekado pushed a change to branch master
in repository guix.
from f687539 gnu: Add par2cmdline.
new c72c124 gnu: Add r-rtsne.
new c533589 gnu: Add r-e1071.
new 78acbcb gnu: Add nanovg-for-extempore.
new 5a82f93 gnu: Add assimp.
new ac2a38a gnu: Add stb-image-for-extempore.
new 921cb13 gnu: Add llvm-for-extempore.
new 2a9b10c gnu: Add kiss-fft-for-extempore.
new 38098bf gnu: Add portmidi-for-extempore.
new 9159562 gnu: Add Extempore.
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/local.mk | 1 +
gnu/packages/algebra.scm | 24 ++++
gnu/packages/gl.scm | 25 ++++
gnu/packages/graphics.scm | 31 ++++-
gnu/packages/image.scm | 26 ++++
gnu/packages/llvm.scm | 8 ++
gnu/packages/music.scm | 164 +++++++++++++++++++++++++
gnu/packages/patches/llvm-for-extempore.patch | 118 ++++++++++++++++++
gnu/packages/statistics.scm | 44 +++++++
9 files changed, 440 insertions(+), 1 deletion(-)
create mode 100644 gnu/packages/patches/llvm-for-extempore.patch
- branch master updated (f687539 -> 9159562),
Ricardo Wurmus <=
- 05/09: gnu: Add stb-image-for-extempore., Ricardo Wurmus, 2016/09/16
- 08/09: gnu: Add portmidi-for-extempore., Ricardo Wurmus, 2016/09/16
- 04/09: gnu: Add assimp., Ricardo Wurmus, 2016/09/16
- 01/09: gnu: Add r-rtsne., Ricardo Wurmus, 2016/09/16
- 03/09: gnu: Add nanovg-for-extempore., Ricardo Wurmus, 2016/09/16
- 09/09: gnu: Add Extempore., Ricardo Wurmus, 2016/09/16
- 02/09: gnu: Add r-e1071., Ricardo Wurmus, 2016/09/16
- 07/09: gnu: Add kiss-fft-for-extempore., Ricardo Wurmus, 2016/09/16
- 06/09: gnu: Add llvm-for-extempore., Ricardo Wurmus, 2016/09/16