summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
...
* gnu: r-officer: Update to 0.3.19.Ricardo Wurmus2021-07-28
| | | | * gnu/packages/cran.scm (r-officer): Update to 0.3.19.
* gnu: r-renv: Update to 0.14.0.Ricardo Wurmus2021-07-28
| | | | * gnu/packages/cran.scm (r-renv): Update to 0.14.0.
* gnu: r-rastervis: Update to 0.50.3.Ricardo Wurmus2021-07-28
| | | | * gnu/packages/cran.scm (r-rastervis): Update to 0.50.3.
* gnu: r-vim: Update to 6.1.1.Ricardo Wurmus2021-07-28
| | | | * gnu/packages/cran.scm (r-vim): Update to 6.1.1.
* gnu: r-utf8: Update to 1.2.2.Ricardo Wurmus2021-07-28
| | | | | * gnu/packages/cran.scm (r-utf8): Update to 1.2.2. [native-inputs]: Add r-rmarkdown.
* gnu: r-cli: Update to 3.0.1.Ricardo Wurmus2021-07-28
| | | | * gnu/packages/cran.scm (r-cli): Update to 3.0.1.
* gnu: r-laplacesdemon: Update to 16.1.6.Ricardo Wurmus2021-07-28
| | | | * gnu/packages/cran.scm (r-laplacesdemon): Update to 16.1.6.
* gnu: r-fastmatch: Update to 1.1-3.Ricardo Wurmus2021-07-28
| | | | * gnu/packages/cran.scm (r-fastmatch): Update to 1.1-3.
* gnu: r-jpeg: Update to 0.1-9.Ricardo Wurmus2021-07-28
| | | | * gnu/packages/cran.scm (r-jpeg): Update to 0.1-9.
* gnu: r-rvest: Update to 1.0.1.Ricardo Wurmus2021-07-28
| | | | * gnu/packages/cran.scm (r-rvest): Update to 1.0.1.
* gnu: r-ggpp: Update to 0.4.1.Ricardo Wurmus2021-07-28
| | | | | * gnu/packages/cran.scm (r-ggpp): Update to 0.4.1. [propagated-inputs]: Remove r-generics and r-plyr.
* gnu: r-googlesheets4: Update to 1.0.0.Ricardo Wurmus2021-07-28
| | | | | * gnu/packages/cran.scm (r-googlesheets4): Update to 1.0.0. [propagated-inputs]: Remove r-lifecycle; add r-cli.
* gnu: Add r-lobstr.Ricardo Wurmus2021-07-28
| | | | * gnu/packages/cran.scm (r-lobstr): New variable.
* gnu: Add r-datawizard.Ricardo Wurmus2021-07-28
| | | | * gnu/packages/cran.scm (r-datawizard): New variable.
* gnu: r-with-tests: Hardcode path to coreutils’ rmLars-Dominik Braun2021-07-28
| | | | | | | | | | | | | | | When running R in a container like this guix environment --no-cwd -C --ad-hoc r-minimal -- Rscript -e 'Sys.timezone()' it would print an additional line sh: rm: command not found before exiting. * gnu/packages/statistics.scm (r-with-tests) [#:phases]: Add substitute* to patch call to `rm` and rename phase to reflect what it does now.
* gnu: Add python-modin.Ricardo Wurmus2021-07-28
| | | | * gnu/packages/python-science.scm (python-modin): New variable.
* gnu: Add python-distributed.Ricardo Wurmus2021-07-28
| | | | * gnu/packages/python-science.scm (python-distributed): New variable.
* gnu: Add python-zict.Ricardo Wurmus2021-07-28
| | | | * gnu/packages/python-xyz.scm (python-zict): New variable.
* gnu: Add python-heapdict.Ricardo Wurmus2021-07-28
| | | | * gnu/packages/python-xyz.scm (python-heapdict): New variable.
* gnu: python-pyarrow: Fix parquet support.Ricardo Wurmus2021-07-28
| | | | | | | | Co-authored-by: Phil Beadling <phil@beadling.co.uk>. * gnu/packages/databases.scm (python-pyarrow)[arguments]: Add phases patch-cmake-variables, patch-parquet-library, and set-PYARROW_WITH_PARQUET. [propagated-inputs]: Add "include" output of apache-arrow package.
* gnu: python-pandas: Update to 1.3.0.Ricardo Wurmus2021-07-28
| | | | | * gnu/packages/python-science.scm (python-pandas): Update to 1.3.0. [arguments]: Adjust check phase.
* gnu: python-dask: Update to 2021.7.1.Ricardo Wurmus2021-07-28
| | | | | * gnu/packages/python-xyz.scm (python-dask): Update to 2021.7.1. [arguments]: Do not skip test_shuffle.
* gnu: python-partd: Update to 1.2.0.Ricardo Wurmus2021-07-28
| | | | * gnu/packages/python-xyz.scm (python-partd): Update to 1.2.0.
* gnu: python-numexpr: Update to 2.7.3.Ricardo Wurmus2021-07-28
| | | | * gnu/packages/python-xyz.scm (python-numexpr): Update to 2.7.3.
* gnu: python-cloudpickle: Update to 1.6.0.Ricardo Wurmus2021-07-28
| | | | | | | | | * gnu/packages/python-xyz.scm (python-cloudpickle-testpkg): New variable. (python-cloudpickle): Update to 1.6.0; inherit from python-cloudpickle-testpkg. [source]: Fetch from git repository. [native-inputs]: Add python-cloudpickle-testpkg; replace python-tornado with python-tornado-6.
* gnu: python2-cloudpickle: Override version, source, and native-inputs.Ricardo Wurmus2021-07-28
| | | | | | | * gnu/packages/python-xyz.scm (python2-cloudpickle)[version]: Explicitly set to 1.3.0. [source]: Copy from base package. [native-inputs]: Do not inherit; copy.
* gnu: cmake: Update to 3.21.1.Ricardo Wurmus2021-07-28
| | | | | * gnu/packages/cmake.scm (cmake): Update to 3.21.1. [arguments]: Skip one more test.
* gnu: julia-distances: Update flakey tests.Efraim Flashner2021-07-28
| | | | | * gnu/packages/julia-xyz.scm (julia-distances)[arguments]: Adjust the custom 'skip-flakey-tests phase.
* gnu: julia-docstringextensions: Skip tests.Efraim Flashner2021-07-28
| | | | | * gnu/packages/julia-xyz.scm (julia-docstringextensions)[arguments]: Skip tests.
* gnu: julia-datavalues: Skip tests.Efraim Flashner2021-07-28
| | | | * gnu/packages/julia-xyz.scm (julia-datavalues)[arguments]: Skip tests.
* gnu: julia-compat: Update to 3.31.0.Efraim Flashner2021-07-28
| | | | * gnu/packages/julia-xyz.scm (julia-compat): Update to 3.31.0.
* gnu: global: Update to 6.6.7.Efraim Flashner2021-07-28
| | | | * gnu/packages/code.scm (global): Update to 6.6.7.
* gnu: julia-jllwrappers: Add julia-preferences.Efraim Flashner2021-07-28
| | | | | * gnu/packages/julia-jll.scm (julia-jllwrappers)[propagated-inputs]: Add julia-preferences.
* gnu: Add julia-preferences.Efraim Flashner2021-07-28
| | | | * gnu/packages/julia-xyz.scm (julia-preferences): New variable.
* gnu: julia: Skip tests on aarch64-linux.Efraim Flashner2021-07-28
| | | | | * gnu/packages/julia.scm (julia)[arguments]: Skip tests when building for aarch64-linux.
* gnu: llvm-julia: Overide build-type.Efraim Flashner2021-07-28
| | | | | * gnu/packages/julia.scm (llvm-julia)[arguments]: Move CMAKE_BUILD_TYPE config from configure-flags to build-type.
* gnu: libuv-julia: Clean up package definition.Efraim Flashner2021-07-28
| | | | | | * gnu/packages/julia.scm (libuv-julia)[source]: Use git-file-name. [build-system]: Remove field. [arguments]: Remove field.
* gnu: julia: Update to 1.6.1.Jean-Baptiste Volatier2021-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/julia.scm (julia): Update to 1.6.1. [arguments]: Adjust custom 'prepare-deps phase. Remove custom 'fix-precompile phase. Add new 'shared-objects-path phase to fix paths to shared objects. Add new 'adjust-test-suite phase to adjust for differences in bundled vs packaged libraries. Adjust custom 'disable-broken-tests phase for new version. Add symlinks to libs in 'symlink-libraries phase. In make-flags add more finegrained compilation targets for x86_64-linux. Update make-flags for changes since last version. [inputs]: Add nghttp2:lib, gfortran:lib, curl-ssh. Remove arpack-ng, curl. Sort alphabetically. [native-inputs]: Add nss-certs. Sort alphabetically. (libuv-julia): Update to newer revision. (libunwind-julia)[source]: Add new patch. (llvm-julia): Inherit from llvm-11. [source]: Update patch list. [arguments]: Apply minority of the Julia specific patches in 'julia-patches phase. [inputs]: Add julia patches. Co-Authored-By: Nicolò Balzarotti <nicolo@nixo.xyz>. Co-Authored-By: zimoun <zimon.toutoune@gmail.com>. Co-Authored-By: Efraim Flashner <efraim@flashner.co.il>.
* gnu: Add curl-ssh.Jean-Baptiste Volatier2021-07-28
| | | | | | * gnu/packages/curl.scm (curl-ssh): New hidden package. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-staticarrays: Update to 1.2.5Jean-Baptiste Volatier2021-07-28
| | | | | | * gnu/packages/julia-xyz.scm (julia-staticarrays): Update to 1.2.5 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: openlibm: Fix cross-compiling.Jean-Baptiste Volatier2021-07-28
| | | | | | | * gnu/packages/maths.scm (openlibm)[arguments]: Add configure-flag to use cc-for-target. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: openlibm: Update to 0.7.4.Jean-Baptiste Volatier2021-07-28
| | | | | | * gnu/packages/maths.scm (openlibm): Update to 0.7.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add pcre2-10.36.Jean-Baptiste Volatier2021-07-28
| | | | | | | * gnu/packages/pcre.scm (pcre2-10.36): New variable. Co-Authored-By: zimoun <zimoun.toutoune@gmail.com>. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add utf8proc-2.6.1.Jean-Baptiste Volatier2021-07-28
| | | | | | | * gnu/packages/textutils.scm (utf8proc-2.6.1): New variable. Co-Authored-By: zimoun <zimon.toutoune@gmail.com>. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: glibc-for-bootstrap: Update patch.Franz Josef2021-07-28
| | | | | | | | | | | | There was/is something funny going on with the bootstrap glibc. The symbol for posix_spawnp points to getopt_r. Which in turn leads to a lot of crashed in tests later on. I extended the glibc-bootstrap patch to work around this bug. * gnu/packages/patches/glibc-bootstrap-system.patch: Adjust patch to work correctly with new architectures. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: global: Fix lisp install dir.Efraim Flashner2021-07-28
| | | | | * gnu/packages/code.scm (global)[arguments]: Adjust custom 'post-install phase to move emacs files to the correct directory.
* gnu: python-pikepdf: Update to 2.16.0.Nicolas Goaziou2021-07-27
| | | | * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.16.0.
* gnu: telescope: Update to 0.4.1.cage2021-07-27
| | | | | | * gnu/packages/web-browsers.scm (telescope): Update to 0.4.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-link-hint: Update to 0.1-3.9fbf196.Alexandr Vityazev2021-07-27
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-link-hint): Update to 0.1-3.9fbf196. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-elpher: Update to 2.10.3.Simon South2021-07-27
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.10.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>