~ruther/guix-local

4a3bcaee — Ludovic Courtès 10 years ago
services: Remove lsh service from %DESKTOP-SERVICES.

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.
00f4bd50 — Federico Beffa 10 years ago
gnu: Add haskell-mode.

* gnu/packages/emacs.scm (haskell-mode): New variable.
be0a4c26 — Ricardo Wurmus 10 years ago
gnu: python-scikit-learn: Update to 0.16.1.

* gnu/packages/python.scm (python-scikit-learn): Update to 0.16.1.
a98c6ecc — Ricardo Wurmus 10 years ago
gnu: orfm: Update to 0.4.1.

* gnu/packages/bioinformatics.scm (orfm): Update to 0.4.1.
2f6b3d2e — Ricardo Wurmus 10 years ago
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.
719b01c1 — Ricardo Wurmus 10 years ago
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".
cba256f8 — Ricardo Wurmus 10 years ago
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.
2e189eb8 — Ricardo Wurmus 10 years ago
gnu: lv2: Update to 1.12.0.

* gnu/packages/audio.scm (lv2): Update to 1.12.0.
a0d385b0 — Mark H Weaver 10 years ago
gnu: screen: Update to 4.3.0.

* gnu/packages/screen.scm (screen): Update to 4.3.0.
7871724d — Mark H Weaver 10 years ago
gnu: openssl: Update to 1.0.2b.

* gnu/packages/openssl.scm (openssl): Update to 1.0.2b.
0ad8f76f — Mark H Weaver 10 years ago
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.
4c50e5ab — Mark H Weaver 10 years ago
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.
8c01b9d0 — Mathieu Lirzin 10 years ago
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.
932e7204 — Ludovic Courtès 10 years ago
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.
02c2cf43 — Ludovic Courtès 10 years ago
gnu: guix: Use 'modify-phases'.

* gnu/packages/package-management.scm (guix-0.8.2)[arguments]: Use
  'modify-phases' instead of 'alist-cons-before'.
0061079a — Eric Bavier 11 years ago
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.
6e545bbf — Eric Bavier 11 years ago
gnu: Add Catalyst-Authentication-Store-DBIx-Class.

* gnu/packages/web.scm (perl-catalyst-authentication-store-dbix-class):
  New variable.
514214cb — Eric Bavier 11 years ago
gnu: Add Catalyst-Plugin-Authorization-Roles.

* gnu/packages/web.scm (perl-catalyst-plugin-authorization-roles): New
  variable.
1937e38d — Eric Bavier 11 years ago
gnu: Add Set-Object.

* gnu/packages/perl.scm (perl-set-object): New variable.
8b9ec354 — Ricardo Wurmus 10 years ago
gnu: Add powertabeditor.

* gnu/packages/music.scm (powertabeditor): New variable.
Next