~ruther/guix-local

4165fda2 — Andreas Enge 10 years ago
gnu: gmp: Disable parallel tests.

* gnu/packages/multiprecision.scm (gmp)[arguments]: Disable parallel tests.
7dda44a6 — Ludovic Courtès 10 years ago
build: Add missing patches to the distribution.

* gnu-system.am (dist_patch_DATA): Add glibc-hurd-extern-inline.patch
and plink-1.07-unclobber-i.patch.
e82e55e5 — Ludovic Courtès 10 years ago
Merge branch 'master' into core-updates
e35dff97 — Andreas Enge 10 years ago
gnu: numactl: Update to 2.0.11.

* gnu/packages/linux.scm (numactl)[source]: Update to 2.0.11.
  [native-inputs]: Drop autotools.
  [arguments]: Drop phase calling autogen.sh.
798697f6 — Mark H Weaver 10 years ago
gnu: wget: Update to 1.17.1.

* gnu/packages/wget.scm (wget): Update to 1.17.1.
98bd851e — Ludovic Courtès 10 years ago
gnu: gcc: Use the system zlib.

* gnu/packages/gcc.scm (gcc-4.7) <configure-flags>: Pass
'--with-system-zlib'.
* gnu/packages/commencement.scm (gcc-boot0)[arguments]: Remove
'--with-system-zlib' from the configure flags.
* gnu/packages/commencement.scm (zlib-final): New variable.
(gcc-final)[arguments]: Add ZLIB-FINAL to #:allowed-references.
Pass -L and -Wl,-rpath for zlib in LDFLAGS, as a configure flag.
[inputs]: Add LD-WRAPPER-BOOT3 and ZLIB-FINAL.
52cfd8cb — Ludovic Courtès 10 years ago
gnu: gcc-final: Remove unnecessary CPPFLAGS.

* gnu/packages/commencement.scm (gcc-final)[arguments]: Remove
unnecessary CPPFLAGS from #:make-flags.
f7f55db8 — Ricardo Wurmus 10 years ago
gnu: Move sparsehash to datastructures module.

* gnu/packages/crypto.scm (sparsehash): Move variable to...
* gnu/packages/datastructures.scm: ...new file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
ca3476cd — Ricardo Wurmus 10 years ago
gnu: Add r-lattice.

* gnu/packages/statistics.scm (r-lattice): New variable.
2a40f763 — Ricardo Wurmus 10 years ago
gnu: Add r-gridbase.

* gnu/packages/statistics.scm (r-gridbase): New variable.
60a9d3d0 — Ricardo Wurmus 10 years ago
gnu: Add r-plotrix.

* gnu/packages/statistics.scm (r-plotrix): New variable.
03af370f — Ricardo Wurmus 10 years ago
gnu: Add r-readr.

* gnu/packages/statistics.scm (r-readr): New variable.
62141c07 — Ricardo Wurmus 10 years ago
gnu: Rename r-data.table to r-data-table.

* gnu/packages/statistics.scm (r-data.table): Rename variable ...
(r-data-table): ... to this.
[description]: Clarify relation to data.frame.
[license]: Use correct license.
0f6b9e98 — Ricardo Wurmus 10 years ago
import: cran: Parse DESCRIPTION instead of HTML.

* guix/import/cran.scm (description->alist, listify,
  beautify-description, description->package): New procedures.
(table-datum, downloads->url, nodes->text, cran-sxml->sexp): Remove
proceduces.
(latest-release): Use parsed DESCRIPTION instead of SXML.
* tests/cran.scm: Rewrite to match importer.
b6a22275 — Ricardo Wurmus 10 years ago
import: cran: Match more license strings.

* guix/import/cran.scm (string->license): Match more license strings to
  license symbols.
5f7e17be — Ben Woodcroft 10 years ago
gnu: Add snap-aligner.

* gnu/packages/bioinformatics.scm (snap-aligner): New variable.
9a41f443 — Efraim Flashner 10 years ago
gnu: python-certifi: Update to 2015.11.20.1.

* gnu/packages/python.scm (python-certifi): Update to 2015.11.20.1.
[source]: Change to pypi syntax.
2e4c5457 — Efraim Flashner 10 years ago
gnu: gnumeric: Add python scripting support.

* gnu/packages/gnome.scm (gnumeric): Do it.
[inputs]: Add python2, python2-pygobject-2.
7bcbd40d — Efraim Flashner 10 years ago
gnu: gnumeric: Update to 1.12.24.

* gnu/packages/gnome.scm (gnumeric): Update to 1.12.24.
[inputs]: Add librsvg, libxslt.
[arguments]: Use "modify-phases" syntax.
8cabd349 — Efraim Flashner 10 years ago
gnu: goffice: Update to 0.10.24.

* gnu/packages/gnome.scm (goffice): Update to 0.10.24.
Next