Dima Pasechnik
Dima Pasechnik
Somehow https://github.com/flintlib/flint/pull/1822 has not made it into the current release. We see in now on Gentoo as a bug. @orlitzky
among other upgrades, this is robust w.r.t. broken system m4ri packages with incorrect .pc file So this should complete the fix started in #40132 ### :memo: Checklist - [x] The...
this in particular corrects m4ri's pkg-config file, which is not working for gcc-15, see e.g. https://github.com/BRiAl/BRiAl/issues/58 and the sage-develop posts ### :memo: Checklist - [x] The title is concise and...
as reported on https://github.com/sagemath/sage/issues/40106 Proposed upstream as https://github.com/gap-system/gap/pull/5992 ### :memo: Checklist - [ ] The title is concise and informative. - [ ] The description explains in detail what this...
As reported by @mezzarobba on https://github.com/sagemath/sage/pull/39738#issuecomment-2873223763 Upstream was quick to update the tarball ### :memo: Checklist - [x] The title is concise and informative. - [x] The description explains in...
We observe that on https://github.com/sagemath/sage only betas and RCs are tracked by zenodo (https://doi.org/10.5281/zenodo.8042260), not the interesting ones, i.e. the stable releases. We guess it has to do with the...
> The CI issues are (were) caused by the atlasrep web site https://www.math.rwth-aachen.de/homes/Thomas.Breuer/atlasrep/ being down, which makes gap hang when trying to remotely fetch the atlas data. The website is...
In `Makefile.rules` one has ```make # build rule for the gap executable used by the `install-bin` target build/gap-install: libgap$(SHLIB_EXT) cnf/GAP-LDFLAGS cnf/GAP-LIBS cnf/GAP-OBJS build/obj/build/main.c.o $(QUIET_LINK)$(LINK) $(GAP_LDFLAGS) build/obj/build/main.c.o $(GAP_LIBS) -L${abs_builddir} -lgap -o...
NTL 11.6.0 has been released, after a long pause, as announced on sage-devel ### :memo: Checklist - [x] The title is concise and informative. - [x] The description explains in...
nauty 2.8.8 has a proper `make install` facility now. As well, they ship TLS-aware libs, as well as the usual (non-thread-safe, IIRC) libs. We install all of them (the TLS...