gnu: Add haskell-mode.
* gnu/packages/emacs.scm (haskell-mode): New variable.
gnu: python-scikit-learn: Update to 0.16.1.
* gnu/packages/python.scm (python-scikit-learn): Update to 0.16.1.
gnu: orfm: Update to 0.4.1.
* gnu/packages/bioinformatics.scm (orfm): Update to 0.4.1.
gnu: python-scikit-learn: Use OpenBLAS instead of ATLAS.
* 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.
gnu: python-scipy: Build with OpenBLAS and lapack.
* 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".
gnu: python-numpy-bootstrap: Add lapack to inputs.
* gnu/packages/python.scm (python-numpy-bootstrap)[inputs]: Add lapack to
inputs, because OpenBLAS does not include lapack functions.
gnu: lv2: Update to 1.12.0.
* gnu/packages/audio.scm (lv2): Update to 1.12.0.
gnu: screen: Update to 4.3.0.
* gnu/packages/screen.scm (screen): Update to 4.3.0.
gnu: openssl: Update to 1.0.2b.
* gnu/packages/openssl.scm (openssl): Update to 1.0.2b.
gnu: perl-net-ssleay: Disable test that fails with openssl-1.0.2b.
* 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.
gnu: python: Disable ssl test that fails with openssl-1.0.2b.
* 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.
doc: Move most 'HACKING' informations into the manual.
* 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.
gnu: guix: Wrap 'guix' so GUILE_LOAD_PATH includes the dependencies.
* gnu/packages/package-management.scm (guix-0.8.2)[arguments]: Add
'wrap-program' phase.
gnu: guix: Use 'modify-phases'.
* gnu/packages/package-management.scm (guix-0.8.2)[arguments]: Use
'modify-phases' instead of 'alist-cons-before'.
gnu: Add hydra.
* 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.
gnu: Add Catalyst-Authentication-Store-DBIx-Class.
* gnu/packages/web.scm (perl-catalyst-authentication-store-dbix-class):
New variable.
gnu: Add Catalyst-Plugin-Authorization-Roles.
* gnu/packages/web.scm (perl-catalyst-plugin-authorization-roles): New
variable.
gnu: Add Set-Object.
* gnu/packages/perl.scm (perl-set-object): New variable.
gnu: Add powertabeditor.
* gnu/packages/music.scm (powertabeditor): New variable.