aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
...
* gnu: Update guile-gnutls to 3.7.14.David Thompson2024-01-11
| | | | | | * gnu/packages/tls.scm (guile-gnutls): Update to 3.7.14. Change-Id: I851cb3554f1dcf5c286c345634ea71c5a7bbd973
* gnu: r-cytolib: Unbundle boost.Ricardo Wurmus2024-01-11
| | | | | | | | | * gnu/packages/bioconductor.scm (r-cytolib)[source]: Remove bundled copy of boost. [arguments]: Change build system to link with existing boost library. [inputs]: Add boost, openblas, protobuf, and zlib. Change-Id: I3d1b7d10c80ddaf8ed8eedfe9178ab212ef48e8d
* Merge branch 'lisp-team'Guillaume Le Vaillant2024-01-11
|\ | | | | | | Change-Id: I4ec6ad695392c76c389224255477819fa686eecb
| * gnu: sbcl: Fix riscv build.Guillaume Le Vaillant2024-01-10
| | | | | | | | | | | | | | | | * gnu/packages/patches/sbcl-fix-riscv-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/lisp.scm (sbcl)[source]: Use it. Change-Id: I63f1b9a7a7b6f3a1961d0a0cb31189b74a60abc3
| * Merge branch 'master' into lisp-teamGuillaume Le Vaillant2024-01-10
| |\ | | | | | | | | | Change-Id: I6c2ce53e782a00861c3adf01c2505099daef7728
| * | gnu: sbcl: Fix build on powerpc64.Guillaume Le Vaillant2024-01-09
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/sbcl-fix-ppc64-build.patch: New file. * gnu/local.mk: Register it. * gnu/packages/lisp.scm (sbcl)[source]: Use it. Change-Id: If81321bc7e4075ac7ec63f7b8d623011b4b975d5
| * | gnu: cl-concurrent-hash-tables: Update to 0.0.0-1.6ad539b.Guillaume Le Vaillant2024-01-07
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-concurrent-hash-tables): Update to 0.0.0-1.6ad539b. Change-Id: I6e44d4d17cf21162c099b0bb9e6d1ae60f869c33
| * | gnu: ecl-lparallel: Enable tests.Guillaume Le Vaillant2024-01-04
| | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (ecl-lparallel)[arguments]: Enable tests. Change-Id: I58c7ab8173db4bb87ac8f94526bfc912a3e479b9
| * | gnu: cl-bordeaux-threads: Update to 0.9.3.Guillaume Le Vaillant2024-01-04
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-bordeaux-threads): Update to 0.9.3. [arguments]: Remove 'silence-deprecation-warning' phase. Change-Id: I392d48fb2250bfcae66e3e60d3de89ad4edb99f1
| * | gnu: cl-lparallel: Update to 2.8.4-1.80fc295.Guillaume Le Vaillant2024-01-04
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-lparallel): Update to 2.8.4-1.80fc295. [source]: Update URI to maintained repository. [inputs]: Remove labels. Change-Id: I18ac84c0889a57c040ed9b443774ae16e716918d
| * | gnu: cl-flexi-streams: Improve package style.Paul A. Patience2024-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-flexi-streams)[arguments]: Use G-expressions. Drop trailing #t in phases. [inputs]: Remove labels. Change-Id: I4aae98985435203006384906a0b28c798e3b9740 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * | gnu: cl-flexi-streams: Update to 1.0.19-0.74a1027.Paul A. Patience2024-01-04
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-flexi-streams): Update to 1.0.19-0.74a1027. Change-Id: Id2b82050423aba4f6aa4055c95a18768f110ed71 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * | gnu: cl-trivial-garbage: Update to 0.21-0.3474f64.Paul A. Patience2024-01-04
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-trivial-garbage): Update to 0.21-0.3474f64. Change-Id: I2e6efb02756450fa5c59fe87ae661987cb86d023 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * | gnu: cl-alexandria: Update to 1.4-0.009b7e5.Paul A. Patience2024-01-04
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-alexandria): Update to 1.4-0.009b7e5. [file-name]: Rename to cl-alexandria. Move above sha256. Change-Id: I7122aff13715d24e99a58fa4b55b0ef012ae8c40 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * | sbcl: update to 2.4.0Benjamin Slade2024-01-04
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl): Update to 2.4.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Change-Id: I6087f3697b1c9501be09e1e983fb36d11ec35ba2
* | | gnu: ffmpeg-jami: Sync configure flags with upstream Jami.Maxim Cournoyer2024-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After discovering that video didn't work with Jami, a closer look to the configuration flags used by its ffmpeg fork found some discrepancies. * gnu/packages/video.scm (ffmpeg-jami) [configure-flags]: Order the same way as in the upstream rules.mk file, to ease comparison. Add "--disable-doc" and "--enable-muxer=g723_1" flags. Change-Id: I02efef9c434cf3150212e0a8eb9b615980242757
* | | gnu: r-singler: Update to 2.4.1.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/bioconductor.scm (r-singler): Update to 2.4.1. Change-Id: I9b914f8194cf3317a3102c03a2cb1970f0583d9e
* | | gnu: r-biocneighbors: Update to 1.20.2.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/bioconductor.scm (r-biocneighbors): Update to 1.20.2. Change-Id: I1b2ee238581afe644ea3916b0bdcc360dae63f9f
* | | gnu: r-inspect: Update to 1.32.1.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioconductor.scm (r-inspect): Update to 1.32.1. [propagated-inputs]: Remove r-gdata; add r-readxl. Change-Id: I80ebb3d77076cd5b0cb04d83140098251d608afd
* | | gnu: r-genomicalignments: Update to 1.38.1.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/bioconductor.scm (r-genomicalignments): Update to 1.38.1. Change-Id: I5309ec8dd3b464ba54bc94a7d0a5115cc38ecf40
* | | gnu: r-edger: Update to 4.0.6.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/bioconductor.scm (r-edger): Update to 4.0.6. Change-Id: Ic2163a951bdfcaf7c54144008ae698b32d5e59a2
* | | gnu: sysstat: Update to 12.7.5.Greg Hogan2024-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (sysstat): Update to 12.7.5. [home-page]: Update URL. [native-inputs]: Add gettext-minimal. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Change-Id: I64e100786873c8cb4994d710aacddaf556783654
* | | gnu: btop: Update to 1.3.0.宋文武2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (btop): Update to 1.3.0. Change-Id: Ie273ddde16d11b880493993070eda681a9f27e80
* | | gnu: neovim: Update to 0.9.5.Luis Henrique Gomes Higino2024-01-11
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/vim.scm (neovim): Update to 0.9.5. Change-Id: I1fefd1d6e73f76285a08c0336a4718ee866f2937 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* | | gnu: r-bigmemory: Update to 4.6.4.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/statistics.scm (r-bigmemory): Update to 4.6.4. Change-Id: I32aca4e9aa339c7739e94304d40b0dff576e8d17
* | | gnu: r-synchronicity: Update to 1.3.10.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/statistics.scm (r-synchronicity): Update to 1.3.10. Change-Id: I2e714a32794671f2957687c2b84010538ae8ce3c
* | | gnu: r-bigmemory-sri: Update to 0.1.8.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/statistics.scm (r-bigmemory-sri): Update to 0.1.8. Change-Id: I1c5f701ae24158fc0d8ada7a757cebdd3e27c4cc
* | | gnu: r-rlang: Update to 1.1.3.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/statistics.scm (r-rlang): Update to 1.1.3. Change-Id: I7a18cbc10b9e1aeeb90ccf80434b636ad1286ecc
* | | gnu: r-bh: Update to 1.84.0-0.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/statistics.scm (r-bh): Update to 1.84.0-0. Change-Id: I2adf2685824a7c6a4445b1a13bee88b53142c20e
* | | gnu: r-paws-compute: Update to 0.5.0.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-paws-compute): Update to 0.5.0. Change-Id: I41bd64bd906569cb2b85a908458753b0d06fd545
* | | gnu: r-paws-storage: Update to 0.5.0.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-paws-storage): Update to 0.5.0. Change-Id: I38d9e99c5452137115c8d95022dd35127c84b798
* | | gnu: r-paws-database: Update to 0.5.0.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-paws-database): Update to 0.5.0. Change-Id: I80696e676c497b855ab3e71555d0e39204cda9e8
* | | gnu: r-paws-networking: Update to 0.5.0.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-paws-networking): Update to 0.5.0. Change-Id: Icc485caf75516157857a28b21e68bb269428a84d
* | | gnu: r-paws-management: Update to 0.5.0.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-paws-management): Update to 0.5.0. Change-Id: I65d0a7b11a4f81e55ed328290b17ec4498f996dc
* | | gnu: r-paws-machine-learning: Update to 0.5.0.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-paws-machine-learning): Update to 0.5.0. Change-Id: I4b5b281d41c161a9e3426d995f3b31fad8a24f84
* | | gnu: r-paws-analytics: Update to 0.5.0.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-paws-analytics): Update to 0.5.0. Change-Id: Ib57db7a535843486b520fd4c00d9288be2456860
* | | gnu: r-paws-security-identity: Update to 0.5.0.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-paws-security-identity): Update to 0.5.0. Change-Id: Ib2250b9ab5a2930b01196ea38954059fe541c867
* | | gnu: r-paws-application-integration: Update to 0.5.0.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-paws-application-integration): Update to 0.5.0. Change-Id: I31dd328a85ca54b92aa4e03a1bea6575ceaf7f64
* | | gnu: r-paws-end-user-computing: Update to 0.5.0.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-paws-end-user-computing): Update to 0.5.0. Change-Id: I10f4569db639bc4fc9cd2404e9a4a6c67bd79ace
* | | gnu: r-paws-developer-tools: Update to 0.5.0.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-paws-developer-tools): Update to 0.5.0. Change-Id: Icd2ed6a90b8df01c57a8a9c41320020daaa86164
* | | gnu: r-paws-customer-engagement: Update to 0.5.0.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-paws-customer-engagement): Update to 0.5.0. Change-Id: Ibcde22d17c635d8bfed08bc0464d58be2e87646d
* | | gnu: r-paws-common: Update to 0.7.0.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-paws-common): Update to 0.7.0. Change-Id: I3eef5a808b6b0918ffa6b15a01f9d1937301b352
* | | gnu: r-mlr3: Update to 0.17.2.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-mlr3): Update to 0.17.2. Change-Id: I873e6c338e99624750da248083b8c650772dc19d
* | | gnu: r-stanheaders: Update to 2.32.5.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-stanheaders): Update to 2.32.5. Change-Id: Ie2cccf037fe7c63d8b3574b1504b378f444fb6b3
* | | gnu: r-patchwork: Update to 1.2.0.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-patchwork): Update to 1.2.0. Change-Id: I10574362f942182b47d29d73747355cec2d7111a
* | | gnu: r-gbm: Update to 2.1.9.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-gbm): Update to 2.1.9. Change-Id: I2612b6656545b092e8d3ea17c6cf355f5aa0466f
* | | gnu: r-yulab-utils: Update to 0.1.3.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-yulab-utils): Update to 0.1.3. Change-Id: Icac6a3048d7c1f6b2dc007027a2acfb34e927930
* | | gnu: r-compositions: Update to 2.0-7.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-compositions): Update to 2.0-7. Change-Id: I79365ad9f61257a1e8feb4697f51db9615845813
* | | gnu: r-targets: Update to 1.4.1.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-targets): Update to 1.4.1. Change-Id: Ifc7b526b2f0b198875111a17568f40f660a1ac9d
* | | gnu: r-tarchetypes: Update to 0.7.11.Ricardo Wurmus2024-01-11
| | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-tarchetypes): Update to 0.7.11. Change-Id: Ia87abdf6690b3db8e43be009e8948777293f0ead