Age | Commit message (Expand) | Author |
2015-12-22 | 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ès |
2015-12-22 | 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ès |
2015-12-19 | 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ès |
2015-12-18 | 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ès |
2015-12-18 | 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ès |
2015-12-18 | 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ès |
2015-12-18 | 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ès |
2015-12-18 | 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ès |
2015-12-16 | 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ès |
2015-12-15 | gnu: pcre: Add "doc" output....* gnu/packages/pcre.scm (pcre)[outputs]: New field.
| Ludovic Courtès |
2015-12-15 | gnu: util-linux: Do not build static libraries....* gnu/packages/linux.scm (util-linux)[arguments]: Pass --disable-static.
| Ludovic Courtès |
2015-12-15 | gnu: gettext: Add "doc" output....* gnu/packages/gettext.scm (gnu-gettext)[outputs]: New field.
| Ludovic Courtès |
2015-12-15 | 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ès |
2015-12-15 | gnu: ncurses: Add 'TERMINFO_DIRS' search path variable....* gnu/packages/ncurses.scm (ncurses)[native-search-paths]: New field.
| Ludovic Courtès |
2015-12-15 | gnu: bash: Add "doc" output....* gnu/packages/bash.scm (bash)[outputs]: Add "doc" output.
| Ludovic Courtès |
2015-12-15 | 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ès |
2015-12-15 | gnu: bash: Update to patch level 42....* gnu/packages/bash.scm (%patch-series-4.3): Add patches 40 to 42.
| Ludovic Courtès |
2015-12-13 | gnu: commencement: Initial Texinfo uses initial Perl....* gnu/packages/commencement.scm (texinfo-boot0)[inputs]: Use
PERL-BOOT0.
| Ludovic Courtès |
2015-12-13 | 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ès |
2015-12-13 | 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ès |
2015-12-12 | gnu: gmp: Disable parallel tests....* gnu/packages/multiprecision.scm (gmp)[arguments]: Disable parallel tests.
| Andreas Enge |
2015-12-12 | Merge branch 'master' into core-updates | Ludovic Courtès |
2015-12-12 | 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 Enge |
2015-12-11 | gnu: wget: Update to 1.17.1....* gnu/packages/wget.scm (wget): Update to 1.17.1.
| Mark H Weaver |
2015-12-11 | 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.
| Ludovic Courtès |
2015-12-11 | gnu: gcc-final: Remove unnecessary CPPFLAGS....* gnu/packages/commencement.scm (gcc-final)[arguments]: Remove
unnecessary CPPFLAGS from #:make-flags.
| Ludovic Courtès |
2015-12-11 | 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 Wurmus |
2015-12-11 | gnu: Add r-lattice....* gnu/packages/statistics.scm (r-lattice): New variable.
| Ricardo Wurmus |
2015-12-11 | gnu: Add r-gridbase....* gnu/packages/statistics.scm (r-gridbase): New variable.
| Ricardo Wurmus |
2015-12-11 | gnu: Add r-plotrix....* gnu/packages/statistics.scm (r-plotrix): New variable.
| Ricardo Wurmus |
2015-12-11 | gnu: Add r-readr....* gnu/packages/statistics.scm (r-readr): New variable.
| Ricardo Wurmus |
2015-12-11 | 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 Wurmus |
2015-12-11 | gnu: Add snap-aligner....* gnu/packages/bioinformatics.scm (snap-aligner): New variable.
| Ben Woodcroft |
2015-12-11 | 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 Flashner |
2015-12-11 | gnu: gnumeric: Add python scripting support....* gnu/packages/gnome.scm (gnumeric): Do it.
[inputs]: Add python2, python2-pygobject-2.
| Efraim Flashner |
2015-12-11 | 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 Flashner |
2015-12-11 | gnu: goffice: Update to 0.10.24....* gnu/packages/gnome.scm (goffice): Update to 0.10.24.
| Efraim Flashner |
2015-12-11 | gnu: gvfs: Update to 1.26.2....* gnu/packages/gnome.scm (gvfs): Update to 1.26.2.
[inputs]: Add gcr.
| Efraim Flashner |
2015-12-11 | 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 Weaver |
2015-12-10 | 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 Flashner |
2015-12-10 | gnu: Add python-wheel....* gnu/packages/python.scm (python-wheel, python2-wheel): New variables.
| Efraim Flashner |
2015-12-10 | gnu: Add python-pytest-cov....* gnu/packages/python.scm (python-pytest-cov, python2-pytest-cov): New
variables.
| Efraim Flashner |
2015-12-10 | gnu: Add libconfig....* gnu/packages/textutils.scm (libconfig): New variable.
| Roel Janssen |
2015-12-10 | 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 Flashner |
2015-12-10 | gnu: ghc-cryptonite: Update description....* gnu/packages/haskell.scm (ghc-cryptonite)[description]: Shorten overly
technical package description.
| Ricardo Wurmus |
2015-12-10 | 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 Woodcroft |
2015-12-10 | gnu: Add ghc-pandoc....* gnu/packages/haskell.scm (ghc-pandoc): New variable.
| Ricardo Wurmus |
2015-12-10 | gnu: Add ghc-http-client-tls....* gnu/packages/haskell.scm (ghc-http-client-tls): New variable.
| Ricardo Wurmus |
2015-12-10 | gnu: Add ghc-connection....* gnu/packages/haskell.scm (ghc-connection): New variable.
| Ricardo Wurmus |
2015-12-10 | gnu: Add ghc-socks....* gnu/packages/haskell.scm (ghc-socks): New variable.
| Ricardo Wurmus |