summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2023-08-11gnu: Add fritzing-parts.Sharlatan Hellseher
* gnu/packages/engineering.scm (fritzing-parts): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-11gnu: openfoam-org: Use 'git-fetch'.Ludovic Courtès
So far the source was taken from an auto-generated, unstable tarball at github.com. This fixes that. * gnu/packages/simulation.scm (openfoam-org)[source]: Switch to 'git-fetch'. [arguments]: Add 'rename-self' phase.
2023-08-11gnu: libflame: Remove input labels and use gexps.Ludovic Courtès
* gnu/packages/maths.scm (libflame)[arguments]: Use gexps and remove trailing #t in phases. [inputs, native-inputs]: Remove labels.
2023-08-11gnu: libflame: Remove dependency on OpenBLAS.Ludovic Courtès
This dependency was build-time-only and unused at compile time (the test suite is unaffected). * gnu/packages/maths.scm (libflame)[native-inputs]: Remove OPENBLAS.
2023-08-11gnu: Add r-partr2.Navid Afkhami
* gnu/packages/bioinformatics.scm (r-partr2): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-07-23gnu: Remove linux-libre 6.3.Leo Famulari
This kernel series is no longer supported upstream. * gnu/packages/linux.scm (linux-libre-6.3-version, linux-libre-6.3-gnu-revision, deblob-scripts-6.3, linux-libre-6.3-pristine-source, linux-libre-6.3-source, linux-libre-headers-6.3, linux-libre-6.3): Remove variables. * gnu/packages/aux-files/linux-libre/6.3-arm.conf, gnu/packages/aux-files/linux-libre/6.3-arm64.conf, gnu/packages/aux-files/linux-libre/6.3-i686.conf, gnu/packages/aux-files/linux-libre/6.3-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them. * gnu/packages/patches/linux-libre-wireguard-postup-privkey.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2023-07-23gnu: linux-libre 4.14: Update to 4.14.231.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.231. (linux-libre-4.14-pristine-source, deblob-scripts-4.14): Update hashes.
2023-07-23gnu: linux-libre 4.19: Update to 4.19.290.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.290. (linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes.
2023-07-23gnu: linux-libre 5.4: Update to 5.4.252.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.252. (linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
2023-07-23gnu: linux-libre 5.10: Update to 5.10.189.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.189. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
2023-07-23gnu: linux-libre 5.15: Update to 5.15.125.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.125. (linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
2023-07-23gnu: linux-libre 6.1: Update to 6.1.44.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.44. (linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.
2023-07-23gnu: linux-libre: Update to 6.4.9.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.4-version): Update to 6.4.9. (linux-libre-6.4-pristine-source, deblob-scripts-6.4): Update hashes.
2023-08-10gnu: Add obs-looking-glass.Oleg Pykhalov
* gnu/packages/video.scm (obs-looking-glass): New variable.
2023-08-10gnu: Add yubikey-manager-qt.Maxim Cournoyer
* gnu/packages/security-token.scm (yubikey-manager-qt): New variable. Reviewed-by: Andreas Enge <andreas@enge.fr>
2023-08-10gnu: Add pyotherside-for-qt5.Maxim Cournoyer
* gnu/packages/qt.scm (pyotherside-for-qt5): New variable.
2023-08-10gnu: Add pyotherside.Maxim Cournoyer
* gnu/packages/qt.scm (pyotherside): New variable.
2023-08-10gnu: cl-mime: Fix home page URL.Konrad Hinsen
* gnu/packages/lisp-xyz.scm (sbcl-cl-mime)[home-page]: Use the correct URL. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-10gnu: plink: Build with GCC 8.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (plink)[native-inputs]: Add gcc-8.
2023-08-10gnu: Add openfoam-com.reza
* gnu/packages/simulation.scm (openfoam-com): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-10gnu: Add openfoam-org. Deprecate openfoam.reza
* gnu/packages/patches/openfoam-4.1-cleanup.patch: Delete file. * gnu/local.mk: Remove it. * gnu/packages/simulation.scm (openfoam-org): New variable. (openfoam): Mark as deprecated. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-10gnu: Do not use (gnu packages commencement) in engineering.scm.Ludovic Courtès
This avoids a circular dependency evidenced by the following commit. * gnu/packages/engineering.scm (freehdl)[inputs]: Resolve 'gcc-toolchain' from here rather than by using (gnu packages commencement).
2023-08-06gnu: xfstests: Add inputs.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (xfstests)[arguments]: Search for bc, df, and perl. [inputs]: Add bc.
2023-08-06gnu: xfstests: Update package style.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (xfstests)[arguments]: Rewrite as G-expressions. Never refer to inputs by label. [inputs]: Remove input labels.
2023-08-06gnu: xfstests: Update to 1.1.0-3.8de535c.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (xfstests): Update to 1.1.0-3.8de535c.
2023-07-23gnu: linux-libre 4.19: Update to 4.19.289.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.289. (linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes.
2023-07-23gnu: linux-libre 5.4: Update to 5.4.251.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.251. (linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
2023-07-23gnu: linux-libre: Update to 6.4.8.Leo Famulari
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision, linux-libre-pristine-source, linux-libre-source, linux-libre, linux-libre-with-bpf): Update to linux-libre 6.4.
2023-07-23gnu: linux-libre 5.10: Update to 5.10.188.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.188. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes. (linux-libre-5.15-source): Remove obsolete patch 'linux-libre-wireguard-postup-privkey.patch'.
2023-07-23gnu: linux-libre 5.15: Update to 5.15.124.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.124. (linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes. (linux-libre-5.15-source): Remove obsolete patch 'linux-libre-wireguard-postup-privkey.patch'.
2023-07-23gnu: linux-libre 6.1: Update to 6.1.43.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.43. (linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes. (linux-libre-6.1-source): Remove obsolete patch 'linux-libre-wireguard-postup-privkey.patch'.
2023-07-23gnu: linux-libre 6.4: Update to 6.4.8.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.4-version): Update to 6.4.8. (linux-libre-6.4-pristine-source, deblob-scripts-6.4): Update hashes. (linux-libre-6.4-source): Remove obsolete patch 'linux-libre-wireguard-postup-privkey.patch'.
2023-07-23Revert broken kernel update commits.Leo Famulari
This reverts commits: 90f2d40b3ef8f8143d18d3c528b271a3f5c303fe^..2cd153ff9b6388ea04fa8bbd54ba452af0a4ce65 These commits contained a mistake that would break the build of the changed packages.
2023-07-23gnu: linux-libre 4.19: Update to 4.19.289.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.289. (linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes.
2023-07-23gnu: linux-libre 5.4: Update to 5.4.251.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.251. (linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
2023-07-23gnu: linux-libre 5.10: Update to 5.10.188.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.188. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
2023-07-23gnu: linux-libre 6.15: Update to 6.15.124.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.15-version): Update to 6.15.124. (linux-libre-6.15-pristine-source, deblob-scripts-6.15): Update hashes.
2023-07-23gnu: linux-libre 6.1: Update to 6.1.43.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.43. (linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.
2023-07-23gnu: linux-libre 6.4: Update to 6.4.8.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.4-version): Update to 6.4.8. (linux-libre-6.4-pristine-source, deblob-scripts-6.4): Update hashes.
2023-08-09gnu: Add awslogs.Ricardo Wurmus
* gnu/packages/web.scm (awslogs): New variable.
2023-08-08gnu: Add savane.AwesomeAdam54321
* gnu/packages/version-control.scm (savane): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-08gnu: uwufetch: Manually create missing include dir.Juliana Sims
* gnu/packages/admin.scm (uwufetch) [arguments]: Manually create missing include dir. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-08gnu: uwufetch: Fix typo in build phase name.Juliana Sims
* gnu/packages/admin.scm (uwufetch) [arguments]: Fix typo in build phase name. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-08gnu: Add gp-saml-guiUnstable Horse
* gnu/packages/vpn.scm (gp-saml-gui): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-08gnu: libflame: Tweak synopsis.Ludovic Courtès
* gnu/packages/maths.scm (libflame)[synopsis]: Expand acronym.
2023-08-08gnu: blis: Provide the CBLAS interface.Ludovic Courtès
* gnu/packages/maths.scm (blis)[arguments]: Add #:configure-flags.
2023-08-08gnu: webkitgtk: Update to 2.40.5.Andre A. Gomes
* gnu/packages/webkit.scm (webkitgtk): Update to 2.40.5. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-08gnu: goaccess: Update to 1.7.2.Ricardo Wurmus
* gnu/packages/web.scm (goaccess): Update to 1.7.2. [source]: Patch second timestamp in parser.c. [arguments]: Enable geoip and utf8. [inputs]: Add libmaxminddb and openssl.
2023-08-08gnu: txr: Update to 291.Guillaume Le Vaillant
* gnu/packages/lisp.scm (txr): Update to 291.
2023-08-08gnu: cl-nodgui: Remove input labels.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-nodgui)[inputs]: Remove labels. [arguments]: Use gexp.