Last week my colleague Florent Pruvost talked at Café Guix to share their experience using #Guix and #Spack to deploy linear algebra software on #HPC supercomputers.

The slides are worth a look if that’s your thing:
https://hpc.guix.info/static/doc/caf%C3%A9-guix/Pruvost_03_03_2026.pdf

RE: https://hachyderm.io/@glitzersachen/116178537399234269

I started a discussion how #NixOS should handle software created with LLMs:

https://discourse.nixos.org/t/how-should-we-handle-software-created-with-llms/76061

Is there a similar discussion for other #Linux or #BSD distros?

#KaOS, #OpenIndiana, #openmamba, #Parabola (extra repo), #Ravenports and #Spack are already affected by having chardet later than 5.2.0:

https://repology.org/project/python%3Achardet/versions

@jaymoore

One month of PyPi making up a 3rd of all BioConda deployments. I would be a bad statistician, if I would simply believe that. It is, of course, possible.

As we recommend installing Snakemake via Conda (or use it via #easybuild or #spack) and installation via pip is rather difficult for all dependencies, I don't think the comparison will make much sense. (PyPi is about 8x compared to the plugin, BioConda > 1e6 in total). The real issue is that these numbers (total vs. monthly as a maximum) aren't really comparable in the first place. Hence, my rather generic question (or perhaps there is an API).

(But seriously: It is not worth investing too much time for this.)

Great talk by Harmen Stoppels on #Spack in the #HPC devroom at #FOSDEM, starting by stating how Spack deals with the platonic ideal of packages. :-)

Spack v1.1.1 is out!

This is a patch release with some notable improvements:
* Python 3.14 support
* Better error messages for missing/deprecated versions
* Major performance improvements for the solver

Read it all in the release notes! #hpc #spack

https://github.com/spack/spack/releases/tag/v1.1.1

Release v1.1.1 · spack/spack

v1.1.1 (2026-01-14) Usability and performance enhancements solver: do a precheck for non-existing and deprecated versions #51555 improvements to solver performance (PRs #51591, #51605, #51612, #51...

GitHub
Kennt sich wer mit #spack und #git aus? Ich entwickle und teste gerade Code und hab mich gewundert, warum meine bug fixes nichts verändern. Jetzt habe ich gemerkt, dass Spack eine ältere Code Version installiert, die ein paar git commits zurück liegt. Wie bringe ich spack dazu immer den aktuellen Quellcode neu zu kompilieren?

The #SCA #HPCAsia 2025 #HPC conference in #Osaka registration is open and the full program is online:

https://www.sca-hpcasia2026.jp/

Worth noting that it's quite a bit cheaper than SC or ISC; and the tutorials (and lunch) seem to be included in the price. I joined the #Spack tutorial two years ago; it's a good one.

SCA/HPCAsia 2026

Website of SCA/HPCAsia 2026 to be held at Osaka International Convention Center, Japan, January 26-29, 2026.

Spack v1.0.1 is out!

https://github.com/spack/spack/releases/tag/v1.0.1

This is a bug fix release -- check out the release notes for details! #hpc #spack

Release v1.0.1 (2025-08-11) · spack/spack

Bug Fixes Ensure forward compatibility of package hashing with the upcoming Python 3.14 release. (#51042) The spack diff command now shows differences in runtime dependencies (e.g., gcc-runtime, g...

GitHub

This is big: #Spack has reached 1.0.

Spack is (effectively) a distro-indepenedent package manager specifically for #HPC clusters. We've been evaluating it for years and we're most likely going to use it for our next machine.

Really happy to see it reach stable status!

https://mast.hpc.social/@spack/114885155276285929

spack (@[email protected])

💥Spack v1.0 is out!💥 This is a huge milestone. We reworked the core to add compiler dependencies, and we're introducing a stable package API. 🚀1.0 also adds concurrent builds, better includes, and much more -- read it all in the release notes! https://github.com/spack/spack/releases/tag/v1.0.0

HPC.social Mastodon

Spack v0.23 is out! This is the last 0.x release before we go to v1.0 in June.

* Language virtuals
* ABI splicing (build with mpich, deploy with mvapich2)
* ML stacks for grace hopper, dev stack for macOS
* UI improvements

👇 More in the release notes!
https://github.com/spack/spack/releases/tag/v0.23.0

#hpc #spack

Release v0.23.0 (2024-11-13) · spack/spack

v0.23.0 is a major feature release. We are planning to make this the last major release before Spack v1.0 in June 2025. Alongside v0.23, we will be making pre-releases (alpha, beta, etc.) of v1.0,...

GitHub