There is an updated pull request by tornaria against master on the void-packages repository https://github.com/tornaria/void-packages sagemath https://github.com/void-linux/void-packages/pull/34030 [WIP] New package: sagemath-9.5.rc2 This is WIP, so I can get feedback. Supported architectures: x86_64, x86_64-musl, i686. We also try to make sure it works with musl-1.2. The testsuite can be run normal (-Q) or long (-K). For CI it runs normal (~ 1/2 time) and it uses a fixed random seed 0 to avoid random failures. When running locally, the random seed is random so one may get occasional test failures that depend on a particular value of the random seed. The package `sagemath-test` is a dummy package whose purpose is to run the testsuite with sage installed as a package and without the build directory. For this to make sense, the masterdir has to be clean (without traces of the sagemath build, this should be ok after running "pkg" or "pkg -Q"). Pending PR for dependencies: - [ ] #34789 Needs review/testing - [ ] #35088 - [ ] #35089 - [ ] #35098 - [ ] #35101 A patch file from https://github.com/void-linux/void-packages/pull/34030.patch is attached