- Jun 15, 2015
-
-
Ludovic Courtès authored
Suggested by Mark H Weaver and others at <http://lists.gnu.org/archive/html/guix-devel/2015-06/msg00227.html>. * gnu/services/desktop.scm (%desktop-services): Remove call to 'lsh-service'. * doc/guix.texi (Desktop Services): Adjust accordingly.
-
Federico Beffa authored
* gnu/packages/emacs.scm (haskell-mode): New variable.
-
Ricardo Wurmus authored
* gnu/packages/python.scm (python-scikit-learn): Update to 0.16.1.
-
Ricardo Wurmus authored
* gnu/packages/bioinformatics.scm (orfm): Update to 0.4.1.
-
Ricardo Wurmus authored
* gnu/packages/python.scm (python-scikit-learn)[inputs]: Replace "atlas" with "openblas". * gnu/packages/python.scm (python-scikit-learn)[arguments]: Remove build phase 'set-environment-variables, which is only needed when ATLAS is used.
-
Ricardo Wurmus authored
* gnu/packages/python.scm (python-scipy)[inputs]: Remove "atlas", add "lapack" and "openblas". * gnu/packages/python.scm (python-scipy)[arguments]: Replace phase "set-environment-variables" with "configure-openblas".
-
Ricardo Wurmus authored
* gnu/packages/python.scm (python-numpy-bootstrap)[inputs]: Add lapack to inputs, because OpenBLAS does not include lapack functions.
-
Ricardo Wurmus authored
* gnu/packages/audio.scm (lv2): Update to 1.12.0.
-
- Jun 14, 2015
-
-
Mark H Weaver authored
* gnu/packages/screen.scm (screen): Update to 4.3.0.
-
Mark H Weaver authored
* gnu/packages/openssl.scm (openssl): Update to 1.0.2b.
-
Mark H Weaver authored
* gnu/packages/patches/perl-net-ssleay-disable-ede-test.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/openssl.scm (perl-net-ssleay): Add patch.
-
Mark H Weaver authored
* gnu/packages/patches/python-disable-ssl-test.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/python.scm (python): Add patch.
-
- Jun 13, 2015
-
-
Mathieu Lirzin authored
* HACKING (Contributing): New section. (Building from Git, The Perfect Setup, Coding Style, Submitting Patches): Move to ... * doc/guix.texi (Running Guix Before It Is Installed): Likewise. * doc/contributing.texi: ... here. New file. * doc.am (EXTRA_DIST): Use it. * README (Installation): Adapt to it. * configure.ac (DOT): Likewise.
-
Ludovic Courtès authored
* gnu/packages/package-management.scm (guix-0.8.2)[arguments]: Add 'wrap-program' phase.
-
Ludovic Courtès authored
* gnu/packages/package-management.scm (guix-0.8.2)[arguments]: Use 'modify-phases' instead of 'alist-cons-before'.
-
Eric Bavier authored
* gnu/packages/ci.scm: New file. * gnu/packages/patches/hydra-automake-1.15.patch, gnu/packages/patches/hydra-disable-darcs-test.patch: New files. * gnu-system.am (GNU_SYSTEM_MODULES): Add file. (dist_patch_DATA): Add patches.
-
Eric Bavier authored
* gnu/packages/web.scm (perl-catalyst-authentication-store-dbix-class): New variable.
-
Eric Bavier authored
* gnu/packages/web.scm (perl-catalyst-plugin-authorization-roles): New variable.
-
Eric Bavier authored
* gnu/packages/perl.scm (perl-set-object): New variable.
-
- Jun 12, 2015
-
-
Ricardo Wurmus authored
* gnu/packages/music.scm (powertabeditor): New variable.
-
Ricardo Wurmus authored
* gnu/packages/check.scm (catch-framework): Update to 1.1.3.
-
Ricardo Wurmus authored
* gnu/packages/audio.scm (rtmidi): New variable.
-
Ricardo Wurmus authored
* gnu/packages/xml.scm (pugixml): New variable.
-
Ricardo Wurmus authored
* gnu/packages/web.scm (rapidjson): New variable.
-
Ricardo Wurmus authored
* gnu/packages/code.scm (withershins): New variable.
-
Ludovic Courtès authored
Fixes <http://bugs.gnu.org/20791>. Reported by Benz Schenk <benz.schenk@uzh.ch>. * gnu/system/install.scm (installation-services): Add #:rules argument for 'udev-service'.
-
Ben Woodcroft authored
* gnu/packages/bioinformatics.scm (orfm): New variable. Signed-off-by:
Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
-
Ricardo Wurmus authored
* gnu/packages/java.scm (icedtea7): Bootstrap with GCJ rather than compile with IcedTea6.
-
Ricardo Wurmus authored
* gnu/packages/bioinformatics.scm (couger): New variable.
-
Ricardo Wurmus authored
* gnu/packages/machine-learning.scm (randomjungle): New variable.
-
Ricardo Wurmus authored
* gnu/packages/machine-learning.scm (python-libsvm): New variable.
-
Ricardo Wurmus authored
* gnu/packages/machine-learning.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
-
Ricardo Wurmus authored
* gnu/packages/bioinformatics.scm (ngs-sdk): Update to version 1.1.1.
-
- Jun 11, 2015
-
-
Eric Bavier authored
* gnu/packages/haskell.scm (ghc)[arguments]: Rename 'unpack-and-fix-testsuite' phase to 'unpack-testsuite-and-fix-bins'. Patch source files that reference /bin/sh.
-
Eric Bavier authored
A Cabal package is allowed to declare an "empty" library, in an otherwise executable-only package, for the purpose of allowing Cabal to use it as a dependency for other packages. See e.g. hspec-discover. * guix/build/haskell-build-system.scm (register): Unconditionally call setup script with "register", and install any config file generated.
-
Eric Bavier authored
A package may be listed in the manifest inputs multiple times. Avoid copying ghc *.conf files twice by deleting duplicates. * guix/profiles.scm (ghc-package-cache-file)[conf-files]: Delete duplicate manifest inputs before copying conf files.
-
Eric Bavier authored
This avoids having 'find-files' report warnings about searching in non-existent directories. * guix/profiles.scm (ghc-package-cache-file)[conf-files]: Only search for *.conf files if the search directory exists.
-
- Jun 12, 2015
-
-
Mark H Weaver authored
This reverts commit 4f467e33.
-
Mark H Weaver authored
* gnu/packages/openssl.scm (openssl): Update to 1.0.2b.
-
- Jun 11, 2015
-
-
Ludovic Courtès authored
* tests/records.scm ("define-record-type* with let* behavior"): Add missing body for clause.
-