summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: python-django-filter: Use 'invoke'.Efraim Flashner2019-01-14
| | | | | * gnu/packages/django.scm (python-django-filter)[arguments]: Use 'invoke'.
* gnu: opencv: Loosen test suite failures.Efraim Flashner2019-01-14
| | | | | | | | * gnu/packages/image-processing.scm (opencv)[native-inputs]: Add patch to opencv-contrib. [arguments]: Update 'unpack-submodule-sources phase. * gnu/packages/patches/opencv-rgbd-aarch64-test-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: opencv: Update configure flags.Efraim Flashner2019-01-14
| | | | | * gnu/packages/image-processing.scm (opencv)[arguments]: Don't use precompiled headers. Enable all available CPU optimizations.
* gnu: opencv: Don't hardcode build directories.Efraim Flashner2019-01-14
| | | | | | * gnu/packages/image-processing.scm (opencv)[arguments]: Change OPENCV_EXTRA_MODULES_PATH and OPENCV_TEST_DATA_PATH to use 'getcwd' instead of hardcoding the build path.
* gnu: opencv: Fix building on non-x86_64 systems.Efraim Flashner2019-01-14
| | | | | | * gnu/packages/image-processing.scm (opencv)[arguments]: Add configure-flag to disable carotene. Don't require x86_64 CPU except on x86_64. Fix typo.
* gnu: gnurl: Update to 7.63.0.Efraim Flashner2019-01-14
| | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.63.0.
* gnu: emacs-pass: Update to 1.8.Clément Lassieur2019-01-14
| | | | * gnu/packages/emacs.scm (emacs-pass): Update to 1.8.
* gnu: dosbox: Update to 0.74-2.Rutger Helling2019-01-14
| | | | | * gnu/packages/emulators.scm (dosbox): Update to 0.74-2. [arguments]: Use invoke in 'autogen.sh phase.
* gnu: linux-libre: Update to 4.20.2.Mark H Weaver2019-01-14
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.2. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.15.Mark H Weaver2019-01-14
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.15. (%linux-libre-4.19-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.93.Mark H Weaver2019-01-14
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.93. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.150.Mark H Weaver2019-01-14
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.150.
* gnu: linux-libre@4.4: Update to 4.4.170.Mark H Weaver2019-01-14
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.170.
* gnu: Add ocaml-merlin.Gabriel Hondet2019-01-13
| | | | | | * gnu/packages/ocaml.scm (ocaml-merlin): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-tldr.Gabriel Hondet2019-01-13
| | | | | | * gnu/packages/emacs.scm (emacs-tldr): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* system: Add sudoedit to %setuid-programs.Meiyo Peng2019-01-13
| | | | | | * gnu/system.scm (%setuid-programs): Add sudoedit. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-miniboa.Christopher Baines2019-01-13
| | | | | | python2-miniboa is required for the linkchecker testsuite. * gnu/packages/python.scm (python-miniboa, python2-miniboa): New variable.
* gnu: python-pillow: Update to 5.4.1.Christopher Baines2019-01-13
| | | | | | | | I'm looking at this, as this release fixes an issue with the Django testsuite: https://github.com/python-pillow/Pillow/pull/3525 * gnu/packages/python.scm (python-pillow): Update to 5.4.1.
* gnu: r-biocgenerics: Move to bioconductor.Ricardo Wurmus2019-01-13
| | | | | * gnu/packages/bioinformatics.scm (r-biocgenerics): Move from here... * gnu/packages/bioconductor.scm (r-biocgenerics): ...to here.
* gnu: r-annotate: Move to bioconductor.Ricardo Wurmus2019-01-13
| | | | | * gnu/packages/bioinformatics.scm (r-annotate): Move from here... * gnu/packages/bioconductor.scm (r-annotate): ...to here.
* gnu: r-vegan: Move from bioinformatics to cran.Ricardo Wurmus2019-01-13
| | | | | * gnu/packages/bioinformatics.scm (r-vegan): Move from here... * gnu/packages/cran.scm (r-vegan): ...to here.
* gnu: conda: Use 'invoke'.Efraim Flashner2019-01-13
| | | | * gnu/packages/package-management.scm (conda)[arguments]: Use 'invoke'.
* gnu: python-conda: All phases return #t.Efraim Flashner2019-01-13
| | | | | * gnu/packages/package-management.scm (python-conda)[arguments]: Use 'invoke'.
* gnu: python-conda: Fix test suite.Efraim Flashner2019-01-13
| | | | | * gnu/packages/package-management.scm (python-conda)[native-inputs]: Add python-cytoolz.
* gnu: Add r-raster.Ricardo Wurmus2019-01-13
| | | | * gnu/packages/cran.scm (r-raster): New variable.
* gnu: r-ggformula: Update to 0.9.1.Ricardo Wurmus2019-01-13
| | | | * gnu/packages/cran.scm (r-ggformula): Update to 0.9.1.
* gnu: r-tibble: Update to 2.0.1.Ricardo Wurmus2019-01-13
| | | | * gnu/packages/statistics.scm (r-tibble): Update to 2.0.1.
* gnu: r-psych: Update to 1.8.12.Ricardo Wurmus2019-01-13
| | | | * gnu/packages/cran.scm (r-psych): Update to 1.8.12.
* gnu: bitshuffle: Fix build on armhf-linux.Efraim Flashner2019-01-13
| | | | | * gnu/packages/compression.scm (bitshuffle)[arguments]: Add custom phase to only use NEON on aarch64.
* gnu: wine-staging: Update to 4.0-rc6.Rutger Helling2019-01-13
| | | | | * gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.0-rc6. * gnu/packages/wine.scm (wine-staging): Update to 4.0-rc6.
* gnu: Sort package module references in (gnu packages graphviz).Ricardo Wurmus2019-01-13
| | | | | * gnu/packages/graphviz.scm: Sort package module references; delete duplicates.
* gnu: Add python-pygraphviz.Ricardo Wurmus2019-01-13
| | | | * gnu/packages/graphviz.scm (python-pygraphviz): New variable.
* gnu: Add python-doctest-ignore-unicode.Ricardo Wurmus2019-01-13
| | | | * gnu/packages/python.scm (python-doctest-ignore-unicode): New variable.
* gnu: Add graphviz-2.38.Ricardo Wurmus2019-01-13
| | | | * gnu/packages/graphviz.scm (graphviz-2.38): New variable.
* gnu: sudo: Update to 1.8.27.Marius Bakke2019-01-13
| | | | * gnu/packages/admin.scm (sudo): Update to 1.8.27.
* gnu: libassuan: Update to 2.5.2.Marius Bakke2019-01-13
| | | | * gnu/packages/gnupg.scm (libassuan): Update to 2.5.2.
* gnu: libgxps: Update to 0.3.1.Marius Bakke2019-01-13
| | | | * gnu/packages/gnome.scm (libgxps): Update to 0.3.1.
* gnu: libqmi: Update to 1.22.0.Marius Bakke2019-01-13
| | | | * gnu/packages/freedesktop.scm (libqmi): Update to 1.22.0.
* gnu: libmbim: Update to 1.18.0.Marius Bakke2019-01-13
| | | | * gnu/packages/freedesktop.scm (libmbim): Update to 1.18.0.
* gnu: libsodium: Update to 1.0.17.Marius Bakke2019-01-13
| | | | * gnu/packages/crypto.scm (libsodium): Update to 1.0.17.
* gnu: exempi: Update to 2.5.0.Marius Bakke2019-01-13
| | | | * gnu/packages/freedesktop.scm (exempi): Update to 2.5.0.
* gnu: seabios: Update to 1.12.0.Marius Bakke2019-01-13
| | | | * gnu/packages/firmware.scm (seabios): Update to 1.12.0.
* gnu: httpd: Update to 2.4.37.Marius Bakke2019-01-13
| | | | * gnu/packages/web.scm (httpd): Update to 2.4.37.
* gnu: nasm: Update license.Marius Bakke2019-01-13
| | | | * gnu/packages/assembly.scm (nasm)[license]: Change to BSD-2.
* gnu: nasm: Update home page.Marius Bakke2019-01-13
| | | | * gnu/packages/assembly.scm (nasm)[home-page]: Use HTTPS.
* gnu: libgphoto2: Update to 2.5.22.Marius Bakke2019-01-13
| | | | * gnu/packages/photo.scm (libgphoto2): Update to 2.5.22.
* gnu: re2: Update to 2019-01-01.Marius Bakke2019-01-13
| | | | * gnu/packages/regex.scm (re2): Update to 2019-01-01.
* gnu: libsecret: Update to 0.18.7.Marius Bakke2019-01-13
| | | | | * gnu/packages/gnome.scm (libsecret): Update to 0.18.7. [native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
* gnu: fluidsynth: Update to 2.0.3.Marius Bakke2019-01-13
| | | | * gnu/packages/audio.scm (fluidsynth): Update to 2.0.3.
* gnu: rofi: Update to 1.5.2.Marius Bakke2019-01-13
| | | | * gnu/packages/xdisorg.scm (rofi): Update to 1.5.2.