summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: perl: Build deterministically, and make byproducts deterministic.Ludovic Courtès2015-12-13
| | | | | | | | | | | 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.
* gnu: perl: Update to 5.22.0.Ludovic Courtès2015-12-13
| | | | | | | | | | | | | * 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.
* gnu: gmp: Disable parallel tests.Andreas Enge2015-12-12
| | | | * gnu/packages/multiprecision.scm (gmp)[arguments]: Disable parallel tests.
* build: Add missing patches to the distribution.Ludovic Courtès2015-12-12
| | | | | * gnu-system.am (dist_patch_DATA): Add glibc-hurd-extern-inline.patch and plink-1.07-unclobber-i.patch.
* Merge branch 'master' into core-updatesLudovic Courtès2015-12-12
|\
| * gnu: numactl: Update to 2.0.11.Andreas Enge2015-12-12
| | | | | | | | | | | | * gnu/packages/linux.scm (numactl)[source]: Update to 2.0.11. [native-inputs]: Drop autotools. [arguments]: Drop phase calling autogen.sh.
| * gnu: wget: Update to 1.17.1.Mark H Weaver2015-12-11
| | | | | | | | * gnu/packages/wget.scm (wget): Update to 1.17.1.
| * gnu: Move sparsehash to datastructures module.Ricardo Wurmus2015-12-11
| | | | | | | | | | | | * gnu/packages/crypto.scm (sparsehash): Move variable to... * gnu/packages/datastructures.scm: ...new file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| * gnu: Add r-lattice.Ricardo Wurmus2015-12-11
| | | | | | | | * gnu/packages/statistics.scm (r-lattice): New variable.
| * gnu: Add r-gridbase.Ricardo Wurmus2015-12-11
| | | | | | | | * gnu/packages/statistics.scm (r-gridbase): New variable.
| * gnu: Add r-plotrix.Ricardo Wurmus2015-12-11
| | | | | | | | * gnu/packages/statistics.scm (r-plotrix): New variable.
| * gnu: Add r-readr.Ricardo Wurmus2015-12-11
| | | | | | | | * gnu/packages/statistics.scm (r-readr): New variable.
| * gnu: Rename r-data.table to r-data-table.Ricardo Wurmus2015-12-11
| | | | | | | | | | | | | | * gnu/packages/statistics.scm (r-data.table): Rename variable ... (r-data-table): ... to this. [description]: Clarify relation to data.frame. [license]: Use correct license.
| * import: cran: Parse DESCRIPTION instead of HTML.Ricardo Wurmus2015-12-11
| | | | | | | | | | | | | | | | | | * 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.
| * import: cran: Match more license strings.Ricardo Wurmus2015-12-11
| | | | | | | | | | * guix/import/cran.scm (string->license): Match more license strings to license symbols.
| * gnu: Add snap-aligner.Ben Woodcroft2015-12-11
| | | | | | | | * gnu/packages/bioinformatics.scm (snap-aligner): New variable.
| * gnu: python-certifi: Update to 2015.11.20.1.Efraim Flashner2015-12-11
| | | | | | | | | | * gnu/packages/python.scm (python-certifi): Update to 2015.11.20.1. [source]: Change to pypi syntax.
| * gnu: gnumeric: Add python scripting support.Efraim Flashner2015-12-11
| | | | | | | | | | * gnu/packages/gnome.scm (gnumeric): Do it. [inputs]: Add python2, python2-pygobject-2.
| * gnu: gnumeric: Update to 1.12.24.Efraim Flashner2015-12-11
| | | | | | | | | | | | * gnu/packages/gnome.scm (gnumeric): Update to 1.12.24. [inputs]: Add librsvg, libxslt. [arguments]: Use "modify-phases" syntax.
| * gnu: goffice: Update to 0.10.24.Efraim Flashner2015-12-11
| | | | | | | | * gnu/packages/gnome.scm (goffice): Update to 0.10.24.
| * gnu: gvfs: Update to 1.26.2.Efraim Flashner2015-12-11
| | | | | | | | | | * gnu/packages/gnome.scm (gvfs): Update to 1.26.2. [inputs]: Add gcr.
| * emacs: Handle compiled autoloads.Alex Kost2015-12-11
| | | | | | | | | | | | * emacs/guix-emacs.el (guix-emacs-autoloads-regexp): New variable. (guix-emacs-find-autoloads-in-directory): Return a list of autoloads without extensions.
| * gnu: linux-libre: Update to 4.3.2.Mark H Weaver2015-12-11
| | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre): Update to 4.3.2. [native-inputs]: Add openssl. * gnu/packages/linux-libre-x86_64.conf, gnu/packages/linux-libre-i686.conf: Update for 4.3.x, based on <https://jxself.org/git/kernel-configs.git>.
| * gnu: python-requests: Update to 2.8.1.Efraim Flashner2015-12-10
| | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-requests): Update to 2.8.1. [native-inputs]: Move python-setuptools here. [inputs]: Remove python-certifi. [propagated-inputs]: Add python-py, python-pytest, python-pytest-cov, python-wheel. [arguments]: Enable tests.
| * gnu: Add python-wheel.Efraim Flashner2015-12-10
| | | | | | | | * gnu/packages/python.scm (python-wheel, python2-wheel): New variables.
| * gnu: Add python-pytest-cov.Efraim Flashner2015-12-10
| | | | | | | | | | * gnu/packages/python.scm (python-pytest-cov, python2-pytest-cov): New variables.
| * gnu: Add libconfig.Roel Janssen2015-12-10
| | | | | | | | * gnu/packages/textutils.scm (libconfig): New variable.
| * gnu: python-pytz: Update to 2015.7.Efraim Flashner2015-12-10
| | | | | | | | | | | | | | * gnu/packages/python.scm (python-pytz): Update to 2015.7. [source]: Change uri to pypi's location. [home-page]: Change to new website. [license]: Change to expat.
| * gnu: ghc-cryptonite: Update description.Ricardo Wurmus2015-12-10
| | | | | | | | | | * gnu/packages/haskell.scm (ghc-cryptonite)[description]: Shorten overly technical package description.
| * gnu: python-biopython, python2-biopython: Update to 1.66.Ben Woodcroft2015-12-10
| | | | | | | | | | * gnu/packages/bioinformatics.scm (python-biopython, python2-biopython): Update to 1.66. [source]: Use PyPi instead of biopython.org.
| * gnu: Add ghc-pandoc.Ricardo Wurmus2015-12-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-pandoc): New variable.
| * gnu: Add ghc-http-client-tls.Ricardo Wurmus2015-12-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-http-client-tls): New variable.
| * gnu: Add ghc-connection.Ricardo Wurmus2015-12-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-connection): New variable.
| * gnu: Add ghc-socks.Ricardo Wurmus2015-12-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-socks): New variable.
| * gnu: Add ghc-tls.Ricardo Wurmus2015-12-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-tls): New variable.
| * gnu: Add ghc-x509-system.Ricardo Wurmus2015-12-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-x509-system): New variable.
| * gnu: Add ghc-x509-validation.Ricardo Wurmus2015-12-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-x509-validation): New variable.
| * gnu: Add ghc-x509-store.Ricardo Wurmus2015-12-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-x509-store): New variable.
| * gnu: Add ghc-x509.Ricardo Wurmus2015-12-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-x509): New variable.
| * gnu: Add ghc-memory.Ricardo Wurmus2015-12-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-memory): New variable.
| * gnu: Add ghc-cryptonite.Ricardo Wurmus2015-12-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-cryptonite): New variable.
| * gnu: Add ghc-tasty-kat.Ricardo Wurmus2015-12-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-tasty-kat): New variable.
| * gnu: Add ghc-asn1-parse.Ricardo Wurmus2015-12-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-asn1-parse): New variable.
| * gnu: Add ghc-asn1-encoding.Ricardo Wurmus2015-12-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-asn1-encoding): New variable.
| * gnu: Add ghc-asn1-types.Ricardo Wurmus2015-12-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-asn1-types): New variable.
| * gnu: Add ghc-pem.Ricardo Wurmus2015-12-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-pem): New variable.
| * gnu: Add ghc-hourglass.Ricardo Wurmus2015-12-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-hourglass): New variable.
| * gnu: Add ghc-byteable.Ricardo Wurmus2015-12-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-byteable): New variable.
| * gnu: Add ghc-http-client.Ricardo Wurmus2015-12-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-http-client): New variable.
| * gnu: Add ghc-mime-types.Ricardo Wurmus2015-12-10
| | | | | | | | * gnu/packages/haskell.scm (ghc-mime-types): New variable.