aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: ruby: Update to 2.5.3.ruby-2.5Christopher Baines2018-12-08
| | | | * gnu/packages/ruby.scm (ruby): Update to 2.5.3.
* gnu: Boost: Build with C++14.Leo Famulari2018-12-05
| | | | | | | | | Some parts of Boost which are used by other Guix packages require C++14 support. Fixes <https://bugs.gnu.org/33605>. * gnu/packages/boost.scm (boost)[arguments]: Pass 'cxxflags=-std=c++14' to #:make-flags.
* gnu: meson: Update to 0.48.2Brett Gilio2018-12-04
| | | | | | * gnu/packages/build-tools.scm (meson): Update to 0.48.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: mesa: Build against the regular LLVM package.Marius Bakke2018-12-04
| | | | | * gnu/packages/gl.scm (mesa)[inputs]: Change LLVM-WITHOUT-RTTI to LLVM. * gnu/packages/llvm.scm (llvm-without-rtti): Remove variable.
* gnu: eudev: Update to 3.2.7.Marius Bakke2018-12-04
| | | | * gnu/packages/linux.scm (eudev): Update to 3.2.7.
* gnu: eudev: Download using git.Marius Bakke2018-12-04
| | | | | * gnu/packages/linux.scm (eudev)[source]: Change to GIT-FETCH. [arguments]: Add phase "make-source-writable".
* gnu: gstreamer: Update to 1.14.4.Marius Bakke2018-12-04
| | | | | * gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly, gst-libav, python-gst): Update to 1.14.4.
* gnu: libva: Update to 2.3.0.Marius Bakke2018-12-04
| | | | * gnu/packages/video.scm (libva): Update to 2.3.0.
* gnu: OpenBLAS: Update to 0.3.4.Marius Bakke2018-12-04
| | | | * gnu/packages/maths.scm (openblas): Update to 0.3.4.
* gnu: libsigc++: Update to 2.10.1.Marius Bakke2018-12-04
| | | | * gnu/packages/glib.scm (libsigc++): Update to 2.10.1.
* gnu: lz4: Download sources from git.Marius Bakke2018-12-04
| | | | * gnu/packages/compression.scm (lz4)[source]: Change to GIT-FETCH.
* gnu: imagemagick: Update to 6.9.10-15.Marius Bakke2018-12-04
| | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-15.
* gnu: json-glib: Update to 1.4.4.Marius Bakke2018-12-04
| | | | | | | * gnu/packages/patches/json-glib-fix-tests-32bit.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gnome.scm (json-glib): Update to 1.4.4. [source](patches): Remove.
* gnu: gtk+: Update to 3.24.1.Marius Bakke2018-12-04
| | | | * gnu/packages/gtk.scm (gtk+): Update to 3.24.1.
* gnu: tzdata: Update to 2018g.Marius Bakke2018-12-04
| | | | * gnu/packages/base.scm (tzdata): Update to 2018g.
* gnu: libepoxy: Update to 1.5.3.Marius Bakke2018-12-04
| | | | | | * gnu/packages/gl.scm (libepoxy): Update to 1.5.3. [build-system]: Change to MESON-BUILD-SYSTEM. [arguments]: Delete 'bootstrap' phase.
* gnu: libinput: Update to 1.12.3.Marius Bakke2018-12-04
| | | | * gnu/packages/freedesktop.scm (libinput): Update to 1.12.3.
* gnu: mesa: Update to 18.2.6.Rutger Helling2018-12-04
| | | | * gnu/packages/gl.scm (mesa): Update to 18.2.6.
* Merge branch 'master' into stagingMarius Bakke2018-12-03
|\
| * gnu: python-cryptography: Update to 2.4.2.Marius Bakke2018-12-03
| | | | | | | | | | * gnu/packages/python-crypto.scm (python-cryptography-vectors, python-cryptography): Update to 2.4.2.
| * gnu: python-statsmodels: Update to 0.9.0.Marius Bakke2018-12-03
| | | | | | | | | | * gnu/packages/statistics.scm (python-statsmodels): Update to 0.9.0. [arguments]: Remove obsolete workaround.
| * gnu: python-scikit-learn: Update source hash.Marius Bakke2018-12-03
| | | | | | | | | | | | | | | | The upstream git tag moved from 6ccb5e44b188059e9b7459ac02ec97e32a9ab7ba to 55bf5d93e5674f13a1134d93a11fd0cd11aabcd1 two days later... * gnu/packages/machine-learning.scm (python-scikit-learn)[source](sha256): Update for upstream tag change.
| * gnu: python-scikit-image: Propagate six and numpy.Marius Bakke2018-12-03
| | | | | | | | | | | | * gnu/packages/python.scm (python-scikit-image)[native-inputs]: Move PYTHON-NUMPY and PYTHON-SIX ... [propagated-inputs]: ... here.
| * gnu: python-scikit-image: Update to 0.14.1.Marius Bakke2018-12-03
| | | | | | | | | | | | | | | | | | | | | | Also add explicit Python2 variants for its dependency closure. * gnu/packages/python.scm (python-scikit-image): Update to 0.14.1. [source](uri): Use PYPI-URI. [propagated-inputs]: Add PYTHON-CLOUDPICKLE, PYTHON-DASK, PYTHON-MATPLOTLIB and PYTHON-PYWAVELETS. (python2-toolz, python2-cloudpickle, python2-locket, python2-blosc, python2-partd, python2-dask): New public variables.
| * gnu: python-dask: Update to 1.0.0.Marius Bakke2018-12-03
| | | | | | | | | | * gnu/packages/python.scm (python-dask): Update to 1.0.0. [arguments]: Disable one test for Python2, and override 'check' phase.
| * gnu: python-cloudpickle: Update to 0.6.1.Marius Bakke2018-12-03
| | | | | | | | * gnu/packages/python.scm (python-cloudpickle): Update to 0.6.1.
| * gnu: Add python-pywavelets.Marius Bakke2018-12-03
| | | | | | | | | | * gnu/packages/python.scm (python-pywavelets, python2-pywavelets): New public variables.
| * gnu: kicad: Fix build with Boost >= 1.68.Marius Bakke2018-12-03
| | | | | | | | * gnu/packages/engineering.scm (kicad)[arguments]: Add phase 'adjust-boost-include'.
| * gnu: python-greenlet: Update to 0.4.15.Marius Bakke2018-12-03
| | | | | | | | * gnu/packages/python.scm (python-greenlet): Update to 0.4.15.
| * gnu: python-geventhttpclient: Fix test failure.Marius Bakke2018-12-03
| | | | | | | | | | * gnu/packages/python-web.scm (python-geventhttpclient)[arguments]: Add "--import-mode=append" to pytest invokation.
| * doc: Remove footnotes about guile-json requirements.Eric Bavier2018-12-03
| | | | | | | | | | | | | | Follow-up to 6efccabe4e2e3ea1bd14cd0e81bdb83d5f6baaea. * doc/guix.texi (Invoking guix import)[pypi, gem, cpan, json]: Remove footnotes mentioning requirement for Guile-JSON.
| * doc: Fix "desktop" OS config example.Laura Lazzati2018-12-03
| | | | | | | | | | | | | | * gnu/system/examples/desktop.tmpl (file-systems): Add 'file-system-label' call in 'device' field. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| * hg-fetch: Remove .hg directories of sub-repositories.Björn Höfling2018-12-03
| | | | | | | | * guix/build/hg.scm (hg-fetch): Remove all .hg directories recursively.
| * gnu: emacs-helm-company: Update to 0.2.3.Pierre Neidhardt2018-12-03
| | | | | | | | * gnu/packages/emacs.scm (emacs-helm-company): Update to 0.2.3.
| * Merge branch 'core-updates'Ludovic Courtès2018-12-03
| |\
| | * gnu: rust: Remove flaky test.Danny Milosavljevic2018-12-02
| | | | | | | | | | | | | | | * gnu/packages/rust.scm (rust-1.22)[arguments]<#:phases>[remove-flaky-test]: New phase.
| | * gnu: openfoam: Adjust for glibc 2.28.Ludovic Courtès2018-12-02
| | | | | | | | | | | | | | | * gnu/packages/simulation.scm (openfoam)[source](modules, snippet): New fields.
| | * gnu: blender: Use newer ffmpeg.Efraim Flashner2018-11-30
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/graphics.scm (blender)[source]: Add patch for newer ffmpeg compatability. [inputs]: Replace ffmpeg-2.8 with ffmpeg. * gnu/packages/patches/blender-newer-ffmpeg.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
| | * Merge branch 'master' into core-updatesMarius Bakke2018-11-29
| | |\
| | * | gnu: kmscon: Don't invoke './configure' during bootstrap.Marius Bakke2018-11-29
| | | | | | | | | | | | | | | | | | | | * gnu/packages/terminals.scm (kmscon)[arguments]: Change 'autogen.sh' phase to replace 'bootstrap' and set the $NOCONFIGURE environment variable.
| | * | gnu: lirc: Build reproducibly.Ludovic Courtès2018-11-29
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/lirc-reproducible-build.patch: New file. * gnu/packages/lirc.scm (lirc)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
| | * | gnu: rust: Shorten patch file name.Ludovic Courtès2018-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This file name was too long to fit in a tar archive. * gnu/packages/patches/rust-mdbook-support-reproducible-builds-by-forcing-window.search.patch: Rename to... * gnu/packages/patches/rust-reproducible-builds.patch: ... this. * gnu/packages/rust.scm (rust-1.27, rust): Adjust accordingly. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| | * | gnu: libbonobo: Build sequentially.Ludovic Courtès2018-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See <https://berlin.guixsd.org/log/5mr1fyac5kyz41zwmnf4b0wm7vl42ryv-libbonobo-2.32.1> for an example of a parallel build failure: CCLD echo-client-2 CCLD bonobo-echo-2 ld: libEcho.a(Bonobo_Sample_Echo-stubs.o): in function `Bonobo_Sample_Echo_echo': /tmp/guix-build-libbonobo-2.32.1.drv-0/libbonobo-2.32.1/samples/echo/Bonobo_Sample_Echo-stubs.c:12: undefined reference to `Bonobo_Sample_Echo__iinterface' ld: /tmp/guix-build-libbonobo-2.32.1.drv-0/libbonobo-2.32.1/samples/echo/Bonobo_Sample_Echo-stubs.c:12: undefined reference to `Bonobo_Sample_Echo__classid' ld: /tmp/guix-build-libbonobo-2.32.1.drv-0/libbonobo-2.32.1/samples/echo/Bonobo_Sample_Echo-stubs.c:12: undefined reference to `_ORBIT_skel_small_Bonobo_Sample_Echo_echo' collect2: error: ld returned 1 exit status make[3]: *** [Makefile:488: echo-client-2] Error 1 * gnu/packages/gnome.scm (libbonobo)[arguments]: Add #:parallel-build?.
| | * | gnu: orbit2: Specify upstream name.Ludovic Courtès2018-11-27
| | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (orbit2)[properties]: New field.
| | * | gnu: orbit2: Do not build static libraries.Ludovic Courtès2018-11-27
| | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (orbit2)[arguments]: Add "--disable-static" to #:configure-flags.
| | * | gnu: mono: Make build reproducible.Danny Milosavljevic2018-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/mono-mdoc-timestamping.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/mono.scm (mono)[source]: Use patch. [arguments]<#:phases>[make-reproducible]: New phase. <#:phases>[set-env]: Set SOURCE_DATE_EPOCH.
| | * | gnu: mono: End phase with #t.Danny Milosavljevic2018-11-26
| | | | | | | | | | | | | | | | * gnu/packages/mono.scm (mono)[arguments]<#:phases>[set-env]: End with #t.
| | * | gnu: adb: Fix build with glibc 2.28.Danny Milosavljevic2018-11-26
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/android.scm (android-platform-version): Use "7.1.2_r36". (android-platform-system-core): Update sha256 hash value (for 7.1.2_r36). (android-platform-bionic): Update sha256 hash value (for 7.1.2_r36).
| | * | gnu: python-tblib: Use invoke.Danny Milosavljevic2018-11-26
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-tblib)[arguments]<#:phases>[check]: Use invoke.
| | * | gnu: mono: Fix build with glibc 2.28.Danny Milosavljevic2018-11-26
| | | | | | | | | | | | | | | | * gnu/packages/mono.scm (mono)[arguments]<#:phases>[fix-includes]: New phase.