~ruther/guix-local

a2a9bba4 — Ludovic Courtès 10 years ago
gnu: bash: Update to patch level 42.

* gnu/packages/bash.scm (%patch-series-4.3): Add patches 40 to 42.
775e6fe4 — Ludovic Courtès 10 years ago
gnu: commencement: Initial Texinfo uses initial Perl.

* gnu/packages/commencement.scm (texinfo-boot0)[inputs]: Use
PERL-BOOT0.
4187fe75 — Ludovic Courtès 10 years ago
gnu: perl: Build deterministically, and make byproducts deterministic.

With this, a --rounds=2 build passes, and timestamps in POD files can be
controlled with 'SOURCE_DATE_EPOCH'.

* gnu/packages/patches/perl-deterministic-ordering.patch,
gnu/packages/patches/perl-no-build-time.patch,
gnu/packages/patches/perl-source-date-epoch.patch: New files.
* gnu/packages/perl.scm (perl)[source]: Use them.
* gnu-system.am (dist_patch_DATA): Add them.
4de35074 — Ludovic Courtès 10 years ago
gnu: perl: Update to 5.22.0.

* gnu/packages/perl.scm (perl)[source]: Update to 5.22.0.  Remove
"perl-module-pluggable-search.patch" since Module::Pluggable appears to
be gone.
[arguments] <configure-phase>: Adjust Cwd.pm file name.  Replace
-std=c89 with -std=gnu89.
* gnu/packages/commencement.scm (perl-boot0): Add 'disable-pthreads'
phase.
* gnu/packages/patches/perl-no-sys-dirs.patch: Update.
* gnu/packages/patches/perl-module-pluggable-search.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
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.
Next