summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2023-06-14gnu: python-shapely: Update to 2.0.1.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-shapely): Update to 2.0.1. [arguments]: Remove 'patch-geos-path build phase; add 'build-extensions phase. [build-system]: Use pyproject-build-system.
2023-06-14gnu: Add r-doc2vec.Ricardo Wurmus
* gnu/packages/cran.scm (r-doc2vec): New variable.
2023-06-14gnu: Add r-openai.Ricardo Wurmus
* gnu/packages/cran.scm (r-openai): New variable.
2023-06-14gnu: python-blosc: Enable tests.Efraim Flashner
* gnu/packages/python-xyz.scm (python-blosc)[arguments]: Don't disable tests. Add custom 'check phase. [native-inputs]: Add cmake-minimal.
2023-06-14gnu: python-blosc: Update to 1.11.1.Efraim Flashner
* gnu/packages/python-xyz.scm (python-blosc): Update to 1.11.1. [source]: Update snippet. [arguments]: Adjust custom 'find-blosc phase. [propagated-inputs]: Add python-scikit-build.
2023-06-14gnu: python-blosc: Build with packaged blosc.Efraim Flashner
* gnu/packages/python-xyz.scm (python-blosc)[source]: Add snippet to remove bundled sources. [arguments]: Add a custom phase to set location of blosc. [inputs]: Add c-blosc.
2023-06-14gnu: Add python-jwst.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-jwst): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-stcal.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stcal): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-drizzle.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-drizzle): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-wiimatch.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-wiimatch): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-bayesicfitting.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-bayesicfitting): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-stpipe.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stpipe): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-stdatamodels.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stdatamodels): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-crds.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-crds): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-parsley.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-parsley): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-stsynphot.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stsynphot): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-synphot.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-synphot): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-tweakwcs.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-tweakwcs): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-stsci-stimage.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stsci-stimage): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-stsci-imagestats.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stsci-imagestats): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-stsci-image.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stsci-image): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-roman-datamodels.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-roman-datamodels): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-rad.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-rad): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: Add python-pysynphot.Sharlatan Hellseher
* gnp/packages/astronomy.scm (python-pysynphot): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14gnu: glibc-2.33: Fix building for riscv64-linux.Efraim Flashner
* gnu/packages/base.scm (glibc-2.33)[source]: Add patch. * gnu/packages/patches/glibc-2.33-riscv64-miscompilation.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2023-06-14system: images: Add unmatched module.Efraim Flashner
* gnu/system/images/unmatched.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2023-06-14gnu: image: Add support for unformatted partitions.Efraim Flashner
* gnu/build/image.scm (make-unformatted-image): New procedure. (make-partition-image): Add support for unformatted partition. * gnu/system/image.scm (system-disk-image)[partition->gpt-type]: Add case for using unformatted partition uuid.
2023-06-14gnu: bootloader: Add u-boot-sifive-unmatched-bootloader.Efraim Flashner
* gnu/bootloader/u-boot.scm (install-sifive-unmatched-u-boot, u-boot-sifive-unmatched-bootloader): New variables.
2023-06-14gnu: opencv: Fix building on riscv64-linux.Efraim Flashner
* gnu/packages/image-processing.scm (opencv)[arguments]: Adjust the custom 'disable-broken-tests phase to adjust or skip some tests when building for riscv64-linux.
2023-06-14gnu: linenoise: Update to 1.0-2.93b2db9.宋文武
* gnu/packages/shells.scm (linenoise): Update to 1.0-2.93b2db9. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-06-14gnu: wireplumber: Update to 0.4.14.Benjamin
* gnu/packages/linux.scm (wireplumber): Update to 0.4.14. Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-06-14gnu: pipewire: Update to 0.3.70.Benjamin
* gnu/packages/linux.scm (pipewire): Update to 0.3.70. [inputs]: Add glib. [arguments]: Do not install rlimits. Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-06-14gnu: nyxt: Update to 3.2.0.Andre A. Gomes
* gnu/packages/web-browsers.scm (nyxt): Update to 3.2.0. Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz>
2023-06-13gnu: Add tree-sitter-bibtex.Nicolas Graves via Guix-patches via
* gnu/packages/tree-sitter.scm (tree-sitter-bibtex): New variable.
2023-06-13gnu: Add python-mizani.Navid Afkhami
* gnu/packages/python-xyz.scm (python-mizani): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-06-13gnu: quodlibet: Fix compatibility with python-3.10.Alice BRENON
Reported in #63205. * gnu/packages/music.scm (quodlibet)[source]: Add two backported patches. [arguments]: Adjust 'check phase to change skipped tests. * gnu/packages/patches/quodlibet-fix-invalid-glob.patch, gnu/packages/patches/quodlibet-fix-mtime-tests.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-13gnu: libgit2: Skip some tests on armhf-linux.Efraim Flashner
* gnu/packages/version-control.scm (libgit2)[arguments]: When building for armhf-linux add a phase to skip some tests.
2023-06-13gnu: qgis: Allow building on more architectures.Efraim Flashner
* gnu/packages/geo.scm (qgis)[native-inputs]: Only build with shellcheck on supported platforms.
2023-06-13gnu: Add emacs-rail.Andrew Tropin
* gnu/packages/emacs-xyz.scm (emacs-rail): New variable.
2023-06-12gnu: python-mf2py: Add missing input.Efraim Flashner
* gnu/packages/python-web.scm (python-mf2py)[native-inputs]: Add python-mock.
2023-06-12gnu: guile-png: Update to 0.6.0.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-png): Update to 0.6.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-12gnu: gocryptfs: Update to 2.4.0.Felix Lechner
* gnu/packages/file-systems.scm (gocryptfs): Update to 2.4.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-12gnu: perl-lingua-translit: Update to 0.29.Evgeny Pisemsky
* gnu/packages/perl.scm (perl-lingua-translit): Update to 0.29. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-12gnu: musikcube: Update to 3.0.1.Sughosha
* gnu/packages/music.scm (musikcube): Update to 3.0.1. [arguments]<#:configure-flags>: Remove "-DENABLE_BUNDLED_TAGLIB=false". [native-inputs]: Add "asio". [inputs]: Replace "ncurses" with "ncurses/tinfo" and add "libgme", "libogg", "libvorbis" and "pipewire". Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-12gnu: mailutils: Update to 3.16Andy Tai
* gnu/packages/mail.scm (mailutils): Update to 3.16 Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-12gnu: gnuastro: Update to 0.20Andy Tai
* gnu/packages/astronomy.scm (gnuastro: Update to 0.20 Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-12gnu: flat-remix-gnome-theme: Update to 20230508.Sughosha
* gnu/packages/gnome-xyz.scm (flat-remix-gnome-theme): Update to 20230508. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-12gnu: lttng-modules: Update to 2.13.10.Olivier Dion
* gnu/packages/instrumentation.scm (lttng-modules): Update to 2.13.10. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-12gnu: erlang: Update to 25.3.2.wrobell
* gnu/packages/erlang.scm (erlang): Update to 25.3.2. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-12gnu: lfs-s3: Update to 0.1.2.Nicolas Graves
* gnu/packages/version-control.scm (lfs-s3): Update to 0.1.2. [propagated-inputs] Remove go-github-com-spf13-cobra. Signed-off-by: Christopher Baines <mail@cbaines.net>