summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Expand)AuthorAgeFilesLines
* gnu: pkg-config: Update to 0.29.•••* gnu/packages/pkg-config.scm (%pkg-config): Update to 0.29. Ludovic Courtès2016-01-031-3/+3
* gnu: libgc: Enable C++ support.•••* gnu/packages/bdw-gc.scm (libgc-7.2, libgc)[arguments]: Add --enable-cplusplus to #:configure-flags. Eric Bavier2016-01-021-2/+4
* gnu: findutils: Update to 4.6.0.•••* gnu/packages/patches/findutils-absolute-paths.patch: Remove. * gnu/packages/patches/findutils-test-xargs.patch: New file. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/base.scm (findutils): Update to 4.6.0. Remove 'findutils-absolute-paths.patch' and add 'findutils-test-xargs.patch'. Ludovic Courtès2016-01-013-34/+27
* gnu: guile-2.0: Add "lib/guile/2.0/ccache" to the search path.•••* gnu/packages/guile.scm (guile-2.0)[native-search-paths]: Add "lib/guile/2.0/ccache" to GUILE_LOAD_COMPILED_PATH. Ludovic Courtès2015-12-221-1/+2
* gnu: python-wrapper: Append "-wrapper" to the underlying package name.•••Reported by Federico Beffa <beffa@ieee.org>. * gnu/packages/python.scm (wrap-python3): Change the default value of 'name' to include the name of PYTHON. This disambiguates between 'python-minimal-wrapper' and 'python-wrapper'. Ludovic Courtès2015-12-221-1/+3
* gnu: commencement: Build Bison deterministically.•••Before that entries in liby.a would contain the build time. * gnu/packages/commencement.scm (bison-boot1): Add #:make-flags. Ludovic Courtès2015-12-191-1/+8
* gnu: commencement: Build the final Bash with "bison-boot1".•••This removes a round of Bison + Flex + M4 + Perl rebuild. * gnu/packages/commencement.scm (bash-final): Add 'native-inputs' field pointing to BISON-BOOT1. Ludovic Courtès2015-12-181-5/+7
* gnu: commencement: Avoid redundant Perl rebuild.•••This removes a redundant (yet different) "perl-boot0" node from the early derivation graph. * gnu/packages/commencement.scm (bison-boot1): Move 'native-inputs' field to the final package. Previously PERL-BOOT0 got rebuilt with %BOOT0-INPUTS, leading to a different derivation. (static-bash-for-glibc): Likewise. Ludovic Courtès2015-12-181-14/+16
* gnu: commencement: Add "-boot0" to early packages.•••* gnu/packages/commencement.scm (diffutils-boot0)[name]: New field. * gnu/packages/commencement.scm (findutils-boot0, file-boot0, perl-boot0): Change 'name' field to include "-boot0". Ludovic Courtès2015-12-181-2/+8
* gnu: gcc: Prefer language-specific variables over 'CPATH'.•••Suggested by Andy Wingo <wingo@igalia.com>. Fixes <http://bugs.gnu.org/22186>. * gnu/packages/gcc.scm (gcc-4.7)[native-search-paths]: Remove 'CPATH'; add 'C_INCLUDE_PATH' and 'CPLUS_INCLUDE_PATH' instead. * gnu/packages/gcc.scm (custom-gcc): Add 'search-paths' parameter and honor it. (%generic-search-paths): New variable. (gfortran-4.8, gfortran-4.9, gfortran, gfortran-5, gccgo-4.8): Pass %GENERIC-SEARCH-PATHS to 'custom-gcc'. (gcj)[native-search-paths]: New field. (gcc-objc-4.8, gcc-objc++-4.8): Use 'OBJC_INCLUDE_PATH' and 'OBJCPLUS_INCLUDE_PATH', respectively. Ludovic Courtès2015-12-181-9/+53
* gnu: commencement: Use GMP 6.0.0a for bootstrapping.•••* gnu/packages/multiprecision.scm (gmp-6.0): New variable. * gnu/packages/commencement.scm (gcc-boot0, gcc-final): Use it. * gnu/packages/patches/gmp-arm-asm-nothumb.patch: New file, reinstated from before e414a7d. * gnu-system.am (dist_patch_DATA): Add it. Ludovic Courtès2015-12-183-3/+42
* gnu: glibc: Remove timestamp from 'nscd' binary.•••This makes libc bit-for-bit reproducible per '--rounds=2'. * gnu/packages/base.scm (glibc)[arguments] <pre-configure>: Remove __DATE__ and __TIME__ from nscd_stat.c. Ludovic Courtès2015-12-161-0/+9
* gnu: pcre: Add "doc" output.•••* gnu/packages/pcre.scm (pcre)[outputs]: New field. Ludovic Courtès2015-12-151-0/+2
* gnu: util-linux: Do not build static libraries.•••* gnu/packages/linux.scm (util-linux)[arguments]: Pass --disable-static. Ludovic Courtès2015-12-151-0/+3
* gnu: gettext: Add "doc" output.•••* gnu/packages/gettext.scm (gnu-gettext)[outputs]: New field. Ludovic Courtès2015-12-151-0/+2
* gnu: ncurses: Add "doc" output.•••* gnu/packages/ncurses.scm (ncurses)[outputs]: New field. [arguments] <configure>: Replace standard 'configure' phase. <remove-shebang-phase>: Remove "mandir=" line from 'ncursesw6-config'. Ludovic Courtès2015-12-151-6/+28
* gnu: ncurses: Add 'TERMINFO_DIRS' search path variable.•••* gnu/packages/ncurses.scm (ncurses)[native-search-paths]: New field. Ludovic Courtès2015-12-151-0/+4
* gnu: bash: Add "doc" output.•••* gnu/packages/bash.scm (bash)[outputs]: Add "doc" output. Ludovic Courtès2015-12-151-3/+4
* gnu: grep: Add missing dependency on Perl.•••* gnu/packages/base.scm (grep)[native-inputs]: New field. * gnu/packages/commencement.scm (grep-final): Likewise. Ludovic Courtès2015-12-152-1/+4
* gnu: bash: Update to patch level 42.•••* gnu/packages/bash.scm (%patch-series-4.3): Add patches 40 to 42. Ludovic Courtès2015-12-151-1/+5
* gnu: commencement: Initial Texinfo uses initial Perl.•••* gnu/packages/commencement.scm (texinfo-boot0)[inputs]: Use PERL-BOOT0. Ludovic Courtès2015-12-131-1/+1
* 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. Ludovic Courtès2015-12-134-1/+78
* 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. Ludovic Courtès2015-12-134-63/+154
* gnu: gmp: Disable parallel tests.•••* gnu/packages/multiprecision.scm (gmp)[arguments]: Disable parallel tests. Andreas Enge2015-12-121-1/+2
* Merge branch 'master' into core-updatesLudovic Courtès2015-12-12175-2072/+16707
|\
| * 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. Andreas Enge2015-12-121-13/+3
| * gnu: wget: Update to 1.17.1.•••* gnu/packages/wget.scm (wget): Update to 1.17.1. Mark H Weaver2015-12-111-2/+2
| * 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. Ricardo Wurmus2015-12-112-25/+49
| * gnu: Add r-lattice.•••* gnu/packages/statistics.scm (r-lattice): New variable. Ricardo Wurmus2015-12-111-0/+20
| * gnu: Add r-gridbase.•••* gnu/packages/statistics.scm (r-gridbase): New variable. Ricardo Wurmus2015-12-111-0/+17
| * gnu: Add r-plotrix.•••* gnu/packages/statistics.scm (r-plotrix): New variable. Ricardo Wurmus2015-12-111-0/+18
| * gnu: Add r-readr.•••* gnu/packages/statistics.scm (r-readr): New variable. Ricardo Wurmus2015-12-111-0/+22
| * 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. Ricardo Wurmus2015-12-111-6/+7
| * gnu: Add snap-aligner.•••* gnu/packages/bioinformatics.scm (snap-aligner): New variable. Ben Woodcroft2015-12-111-0/+37
| * 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. Efraim Flashner2015-12-111-6/+3
| * gnu: gnumeric: Add python scripting support.•••* gnu/packages/gnome.scm (gnumeric): Do it. [inputs]: Add python2, python2-pygobject-2. Efraim Flashner2015-12-111-0/+2
| * 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. Efraim Flashner2015-12-111-14/+17
| * gnu: goffice: Update to 0.10.24.•••* gnu/packages/gnome.scm (goffice): Update to 0.10.24. Efraim Flashner2015-12-111-2/+2
| * gnu: gvfs: Update to 1.26.2.•••* gnu/packages/gnome.scm (gvfs): Update to 1.26.2. [inputs]: Add gcr. Efraim Flashner2015-12-111-2/+3
| * gnu: linux-libre: Update to 4.3.2.•••* 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>. Mark H Weaver2015-12-113-123/+310
| * gnu: python-requests: Update to 2.8.1.•••* 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. Efraim Flashner2015-12-101-10/+10
| * gnu: Add python-wheel.•••* gnu/packages/python.scm (python-wheel, python2-wheel): New variables. Efraim Flashner2015-12-101-0/+27
| * gnu: Add python-pytest-cov.•••* gnu/packages/python.scm (python-pytest-cov, python2-pytest-cov): New variables. Efraim Flashner2015-12-101-0/+28
| * gnu: Add libconfig.•••* gnu/packages/textutils.scm (libconfig): New variable. Roel Janssen2015-12-101-0/+22
| * gnu: python-pytz: Update to 2015.7.•••* 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. Efraim Flashner2015-12-101-6/+5
| * gnu: ghc-cryptonite: Update description.•••* gnu/packages/haskell.scm (ghc-cryptonite)[description]: Shorten overly technical package description. Ricardo Wurmus2015-12-101-10/+3
| * gnu: python-biopython, python2-biopython: Update to 1.66.•••* gnu/packages/bioinformatics.scm (python-biopython, python2-biopython): Update to 1.66. [source]: Use PyPi instead of biopython.org. Ben Woodcroft2015-12-101-5/+4
| * gnu: Add ghc-pandoc.•••* gnu/packages/haskell.scm (ghc-pandoc): New variable. Ricardo Wurmus2015-12-101-0/+73
| * gnu: Add ghc-http-client-tls.•••* gnu/packages/haskell.scm (ghc-http-client-tls): New variable. Ricardo Wurmus2015-12-101-0/+32
| * gnu: Add ghc-connection.•••* gnu/packages/haskell.scm (ghc-connection): New variable. Ricardo Wurmus2015-12-101-0/+31