aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: libnatpmp: Update to 20230423-0.6a850fd.Maxim Cournoyer2024-01-09
| | | | | | | | | | * gnu/packages/networking.scm (libnatpmp): Update to 20230423-0.6a850fd. [source]: Fetch from git. [build-system]: Use cmake-build-system. [arguments]: Add patch-build-system and fix-version phases. Reinstate configure and check phase, but set #:tests? to #f. New #:configure-flags argument. [native-inputs]: Add which.
* gnu: restinio: Update to 0.7.1.Maxim Cournoyer2024-01-09
| | | | | | | | | | | | | | | * gnu/packages/networking.scm (restinio): Update to 0.7.1. [arguments] <configure-flags>: Remove RESTINIO_FIND_DEPS, RESTINIO_USE_EXTERNAL_HTTP_PARSER and RESTINIO_USE_EXTERNAL_SOBJECTIZER configure flags. Add -DRESTINIO_DEP_LLHTTP=system, -DRESTINIO_DEP_FMT=system, -DRESTINIO_DEP_EXPECTED_LITE=system and -DRESTINIO_WITH_SOBJECTIZER=OFF. <phases>: Add use-system-catch2. [native-inputs]: Remove clara. Replace catch2 with catch2-3. [propagated-inputs]: Replace http-parser with llhttp. (restinio-0.6): New variable. (opendht) [propagated-inputs]: Replace restinio with restinio-0.6. Change-Id: Id69fde5e2c476d7e44b8dd6e065c489314707c31
* gnu: Add xdiff.Maxim Cournoyer2024-01-09
| | | | * gnu/packages/version-control.scm (xdiff): New variable.
* gnu: Add llhttp.Maxim Cournoyer2024-01-09
| | | | | | * gnu/packages/web.scm (llhttp): New variable. Change-Id: I3c0475ff6d86a16f51d8870577808ce97ee66a92
* gnu: Add expected-lite.Maxim Cournoyer2024-01-09
| | | | | | * gnu/packages/cpp.scm (expected-lite): New variable. Change-Id: I5a21dd631e1f2a3c97b920efcdca69f2537b42da
* gnu: catch2-3: Update to 3.5.1.Maxim Cournoyer2024-01-09
| | | | | | | | | | * gnu/packages/check.scm (catch2-3.3): Rename to... (catch2-3): ... this. Update to 3.5.1. * gnu/packages/logging.scm (spdlog) [native-inputs]: Rename catch2-3.3 to catch2-3. * gnu/packages/potassco.scm (clingo) [inputs]: Likewise. Change-Id: Ied7724597ff4c6371dc4fedc10452ae870d23933
* gnu: asio: Update to 1.28.0.Maxim Cournoyer2024-01-09
| | | | | | * gnu/packages/networking.scm (asio): Update to 1.28.0. Change-Id: I517fb9c6c52c5b5e5c41c5760c06eca6750d3765
* gnu: libnatpmp: Update home page.Maxim Cournoyer2024-01-09
| | | | * gnu/packages/networking.scm (libnatpmp) [home-page]: Update.
* gnu: libnatpmp: Use gexps and simplify.Maxim Cournoyer2024-01-09
| | | | | * gnu/packages/networking.scm (libnatpmp) [arguments]: Use gexps. Use gexp variables and cc-for-target in make flags.
* gnu: emacs-repology: Update to 1.2.4.Nicolas Goaziou2024-01-09
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-repology): Update to 1.2.4. Change-Id: I72b0801ba732a4f34a2891f04d3d1b62674a1bd3
* gnu: linux-libre 4.14: Update to 4.14.335.Wilko Meyer2024-01-09
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.335. (linux-libre-4.14-pristine-source, deblob-scripts-4.14): Update hashes. Change-Id: I071427a52f188d599f28703374f5b7c42314777c Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 4.19: Update to 4.19.304.Wilko Meyer2024-01-09
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.304. (linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes. Change-Id: I14f228aa3b4a57417d7f8c392dc647709f599fac Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 5.4: Update to 5.4.266.Wilko Meyer2024-01-09
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.266. (linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes. Change-Id: Ia1578dc94d3172735e5765ee90c46f865412810a Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-ripser.Troy Figiel2024-01-09
| | | | | | | * gnu/packages/machine-learning.scm (python-ripser): New variable. Change-Id: I21b42e555a5017e68cf43a6eaa19d991db36723d Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-persim.Troy Figiel2024-01-09
| | | | | | | * gnu/packages/machine-learning.scm (python-persim): New variable. Change-Id: I914071a90b4555d7d1218ce83337d49298effb01 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-hopcroftkarp.Troy Figiel2024-01-09
| | | | | | | * gnu/packages/machine-learning.scm (python-hopcroftkarp): New variable. Change-Id: I444f0371526d7a69d31363c228d5f7818bcf60dd Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-multimethod.Troy Figiel2024-01-09
| | | | | | * gnu/packages/python-xyz.scm (python-multimethod): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-pyreadstat.Troy Figiel2024-01-09
| | | | | | | | | * gnu/packages/patches/python-pyreadstat-link-libiconv.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/statistics.scm (python-pyreadstat): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Change-Id: I361df91487412e4bfd26fb728a6999752e6343e5
* gnu: python-h5py: Reformat with guix style.Troy Figiel2024-01-09
| | | | | | | * gnu/packages/python-xyz.scm (python-h5py): Reformat with guix style. Change-Id: I9c8fabcb8a438909ff70a2c98c9e01b3a82079f3 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: python-h5py: Enable tests.Troy Figiel2024-01-09
| | | | | | | * gnu/packages/python-xyz.scm (python-h5py)[native-inputs]: Add python-ipython and python-pytest. Change-Id: Ia1cae8bce802805c9d9b38a3bf515423f9b719b4 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-portend.Troy Figiel2024-01-09
| | | | | | * gnu/packages/python-web.scm (python-portend): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-jaraco-collections.Troy Figiel2024-01-09
| | | | | | * gnu/packages/python-xyz.scm (python-jaraco-collections): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-jaraco-text.Troy Figiel2024-01-09
| | | | | | * gnu/packages/python-xyz.scm (python-jaraco-text): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-zc-lockfile.Troy Figiel2024-01-09
| | | | * gnu/packages/python-web.scm (python-zc-lockfile): New variable.
* gnu: Add python-pytest-dotenv.Troy Figiel2024-01-09
| | | | * gnu/packages/check.scm (python-pytest-dotenv): New variable.
* gnu: Add python-python-snappy.Troy Figiel2024-01-09
| | | | * gnu/packages/python-compression.scm (python-python-snappy): New variable.
* gnu: Add python-hdf5storage.Troy Figiel2024-01-09
| | | | | | * gnu/packages/python-xyz.scm (python-hdf5storage): New variable. Change-Id: If54c5f4b634658854bbe9312dce194643fe23733
* gnu: glew: Fix cross-compiling.Zheng Junjie2024-01-09
| | | | | | | | | | | | | | * gnu/packages/gl.scm (mesa)[native-inputs]: When cross-compiling, add cmake-minimal-cross. [arguments]: Adjust 'fix-cross-compiling to find llvm. * gnu/packages/llvm.scm (llvm-for-mesa) [arguments]<#:configure-flags>: When cross-compiling, set -DBUILD_SHARED_LIBS:BOOL=TRUE and -DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE, remove -DLLVM_LINK_LLVM_DYLIB.*. <#:phases>: When cross-compiling, remove the 'delete-static-libraries phase. Change-Id: If10dec7695e62604e080230e10f2b8d7167f660b Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: linux-libre 5.10: Update to 5.10.206.Wilko Meyer2024-01-09
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.206. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: Id7c119c07c08308150354ffc593ec9bd9c13fa46
* gnu: linux-libre 5.15: Update to 5.15.146.Wilko Meyer2024-01-09
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.146. (linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: Idb7ede0fc8d4bca3edcd267e6d215dfb98ff5c94
* gnu: linux-libre 6.1: Update to 6.1.71.Wilko Meyer2024-01-09
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.71. (linux-libre-6.1-pristine-source): Update hash. Change-Id: Ifabe9ec0d18d940b10e29f14e00878a89e8767a7 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 6.6: Update to 6.6.10.Wilko Meyer2024-01-09
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.10. (linux-libre-6.6-pristine-source): Update hash. Change-Id: Ie6295d69e1d732436c43e603b63cb1516bf73ace Signed-off-by: Leo Famulari <leo@famulari.name>
* services: bitlbee: Use ‘make-inetd-constructor’ unconditionally.Ludovic Courtès2024-01-08
| | | | | | | | | This construct was introduced in Shepherd 0.9.0. * gnu/services/messaging.scm (bitlbee-shepherd-service): Use ‘make-inetd-constructor’ unconditionally. Change-Id: Id1b79077d60609c7f95439ee0d097dfe6e66dd2e
* home: services: shepherd: Use the 0.10.x interface.Ludovic Courtès2024-01-08
| | | | | | | | * gnu/home/services/shepherd.scm (home-shepherd-configuration-file): Pass ‘register-services’ a list. Call ‘start-in-the-background’ unconditionally. Change-Id: Id7ba005949653a9ac065c47eddb425df4f4792aa
* services: shepherd: Use the 0.10.x GOOPS-less interface.Ludovic Courtès2024-01-08
| | | | | | | | | | | * gnu/services/shepherd.scm (%default-modules): Remove (oop goops). (shepherd-service-file): Use (service …) instead of (make <service> …). Use ‘actions’ instead of ‘make-actions’. (scm->go): Remove use of (oop goops). (shepherd-configuration-file): Pass ‘register-services’ a list. Use ‘start-in-the-background’ unconditionally. Change-Id: I0ad1ba32e339c56ee31e59f160b53d3581277d97
* system: hurd: Use the Shepherd 0.10.x.Ludovic Courtès2024-01-08
| | | | | | | | | * gnu/system.scm (hurd-default-essential-services): Remove reference to ‘shepherd-0.8’. * gnu/system/hurd.scm (%base-packages/hurd): Replace ‘shepherd-0.8’ with ‘shepherd-0.10’. Change-Id: I9f1800693cda456286450d3d0bb6f7e3da85d55e
* tests: childhurd: Increase SSH connection timeout.Ludovic Courtès2024-01-08
| | | | | | | * gnu/tests/virtualization.scm (run-childhurd-test)[run-command-over-ssh]: Pass #:timeout. Change-Id: I44bb3673457275fe3a8ec0af2e364292727f53a8
* services: openssh: Add dependency on ‘networking’.Ludovic Courtès2024-01-08
| | | | | | | * gnu/services/ssh.scm (openssh-shepherd-service): Add ‘networking’ to ‘requirement’. Change-Id: I14c48fe40cce86810a544de6bb7f925bc360653a
* gnu: guile-fibers: Apply upstream patch fixing libevent timers.Ludovic Courtès2024-01-08
| | | | | | | | * gnu/packages/patches/guile-fibers-libevent-timeout.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/guile-xyz.scm (guile-fibers)[source]: Use it. Change-Id: I872ffe5b193087234d29eed399d6db518c5af4d5
* scripts: system: Build layered images.Oleg Pykhalov2024-01-08
| | | | | | | | | | | * guix/scripts/system.scm (show-help, %docker-format-options, %options, %default-options, show-docker-format-options, show-docker-format-options/detailed, process-action): Handle '--max-layers' option. * gnu/system/image.scm (system-docker-image): Same. * gnu/image.scm (<image>)[max-layers]: New record field. Change-Id: I2726655aefd6688b976057fd5a38e9972ebfc292
* tests: docker-system: Increase image size.Oleg Pykhalov2024-01-08
| | | | | | | * gnu/tests/docker.scm (run-docker-system-test)[vm]: Increase 'disk-image-size'. Change-Id: If88588d8981efdfdc539460900f1cbb9a663f9cb
* Merge branch 'mesa-updates'John Kehayias2024-01-08
|\ | | | | | | Change-Id: I671d2733eac4c021eed191fc6bb61ea5492c3740
| * Merge branch 'master' into mesa-updatesJohn Kehayias2024-01-07
| |\ | | | | | | | | | Change-Id: I0b92a95109688a1a4c50572bc25a4e5676e0921e
| * \ Merge branch 'master' into mesa-updatesJohn Kehayias2024-01-04
| |\ \ | | | | | | | | | | | | Change-Id: I46ca25bea98d25150877421c6d5161752afabb25
| * | | gnu: mesa: Update to 23.3.2.John Kehayias2023-12-28
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gl.scm (mesa): Update to 23.3.2. Change-Id: Ic348c48f4045e8766646a5fe62209619a0247059
| * | | Merge branch 'master' into mesa-updatesJohn Kehayias2023-12-28
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: I16539f64df739453a83f8dfd962e04910a7d7ff5
| * | | | gnu: curl: Fix test suite on arm platforms.Efraim Flashner2023-12-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/curl.scm (curl)[arguments]: Adjust the flags in the custom 'check phase to skip a test instead of ignoring the test result. Change-Id: Ib2098137b04766988507d2f86832871150cd0af7
| * | | | Merge branch 'master' into mesa-updatesJohn Kehayias2023-12-21
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: Icf1dd47b3e0780d16887014bdacb0dbc891bfec5
| * | | | | gnu: mesa: Enable zink support.John Kehayias2023-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gl.scm (mesa)[arguments]: Add zink to gallium-drivers in configure-flags. Change-Id: I1fc7e38a8307b589a7c48bc0b923fccd9ffcd8b8
| * | | | | gnu: gtk: Skip failing test.John Kehayias2023-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 'gtk:tools / validate' test started failing for unknown reasons after updating mesa to 23.3.1 and xorgproto to 2023.2. Skip for now. * gnu/packages/gtk.scm (gtk)[arguments]{phases}: Skip the 'gtk:tools / validate' test using the 'patch' phase. Change-Id: I7d0a459c0cbbb979f4589f929eb637f00f642225