~ruther/guix-local

71f80f54 — Ricardo Wurmus 11 years ago
gnu: Add python-libsvm.

* gnu/packages/machine-learning.scm (python-libsvm): New variable.
741115b6 — Ricardo Wurmus 11 years ago
gnu: Add libsvm.

* gnu/packages/machine-learning.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
e0a02cb2 — Ricardo Wurmus 11 years ago
gnu: ngs-sdk: Update to version 1.1.1.

* gnu/packages/bioinformatics.scm (ngs-sdk): Update to version 1.1.1.
48d21d6c — Eric Bavier 11 years ago
gnu: ghc: Patch runtime references to /bin/sh.

* 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.
6508ce55 — Eric Bavier 11 years ago
build-system/haskell: install config for any package that creates it.

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.
b4b1fe9d — Eric Bavier 11 years ago
profiles: Process ghc conf files only once.

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.
84de458b — Eric Bavier 11 years ago
profiles: Search for ghc conf files only if package db exists.

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.
dc7b1817 — Mark H Weaver 11 years ago
Revert "gnu: openssl: Update to 1.0.2b."

This reverts commit 4f467e33de0b64b1afd935d14ec6a4839e03bdfc.
4f467e33 — Mark H Weaver 11 years ago
gnu: openssl: Update to 1.0.2b.

* gnu/packages/openssl.scm (openssl): Update to 1.0.2b.
6c356414 — Ludovic Courtès 11 years ago
tests: Avoid sequence of zero expressions.

* tests/records.scm ("define-record-type* with let* behavior"): Add missing
  body for clause.
ad7c1a2c — Ludovic Courtès 11 years ago
records: Remove unnecessary 'begin'.

* guix/records.scm (define-record-type*): Remove unnecessary 'begin'.
79477def — Ludovic Courtès 11 years ago
tests: Write the random seed to the error port.

* guix/tests.scm (random-seed): New procedure.
  (%seed): Use it, and write the random seed to the error port.
e21adc76 — Ludovic Courtès 11 years ago
gnu: guix: Update snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to a43b55f.
  [source]: Add 'file-name' field.
  [native-inputs]: Add HELP2MAN.
0004c590 — Ludovic Courtès 11 years ago
packages: Make 'location' field innate.

* guix/packages.scm (<package>)[location]: Add 'innate' property.
* guix/build-system/gnu.scm (static-package): Remove 'loc' parameter and
  'location' field.
* gnu/packages/autotools.scm (autoconf-wrapper): Remove 'location' field.
* gnu/packages/commencement.scm (gnu-make-boot0, diffutils-boot0, gcc-final):
  Likewise.
* gnu/packages/cross-base.scm (cross): Likewise.
* gnu/packages/emacs.scm (emacs-no-x, emacs-no-x-toolkit): Likewise.
* gnu/packages/make-bootstrap.scm (tarball-package): Likewise.
* gnu/packages/maths.scm (petsc-complex): Likewise.
8a16d064 — Ludovic Courtès 11 years ago
records: Add support for 'innate' fields.

* guix/records.scm (make-syntactic-constructor): Add #:innate parameter.
  [record-inheritance]: Honor it.
  [innate-field?]: New procedure.
  (define-record-type*)[innate-field?]: New procedure.
  Pass #:innate to 'make-syntactic-constructor'.
* tests/records.scm ("define-record-type* & inherit & innate",
  "define-record-type* & thunked & innate"): New tests.
792798f4 — Ludovic Courtès 11 years ago
records: "options" → "properties".

* guix/records.scm (define-record-type*): Change "options" to "properties".
faef3b6a — Ludovic Courtès 11 years ago
records: Factorize field property predicates.

* guix/records.scm (define-field-property-predicate): New macro.
  (define-record-type*)[thunked-field?, delayed-field?]: Use it.
b9c86473 — Ludovic Courtès 11 years ago
records: Separate default-value handling.

* guix/records.scm (make-syntactic-constructor)[default-values]: New
  variable.
  [field-default-value]: New procedure.
  Use them.
39fc041a — Ludovic Courtès 11 years ago
records: Replace 'eval-when' with a proper 'define-syntax'.

* guix/records.scm (make-syntactic-constructor): Remove enclosing
  'eval-when'.  Turn into a 'syntax-rules' macro.
b45ce07a — Mark H Weaver 11 years ago
gnu: gnupg: Update to 2.1.5.

* gnu/packages/gnupg.scm (gnupg): Update to 2.1.5.
Next