~ruther/guix-local

4c0aeb44 — David Thompson 10 years ago
gnu: Add ruby-net-http-persistent.

* gnu/packages/ruby.scm (ruby-net-http-persistent): New variable.
e259bdf0 — David Thompson 10 years ago
gnu: Add ruby-connection-pool.

* gnu/packages/ruby.scm (ruby-connection-pool): New variable.
de59d316 — David Thompson 10 years ago
gnu: Add ruby-arel.

* gnu/packages/ruby.scm (ruby-arel): New variable.
96086cc5 — David Thompson 10 years ago
gnu: Add ruby-bacon.

* gnu/packages/ruby.scm (ruby-bacon): New variable.
gnu: Rename (gnu packages dwm) to (gnu packages suckless).

* gnu/packages/dwm.scm: Rename this ...
* gnu/packages/suckless.scm: ... to this.
* gnu-system.am (GNU_SYSTEM_MODULES): Change dwm.scm to suckless.scm.
gnu: Add st.

* gnu/packages/dwm.scm (st): New variable.
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.
Next