It is pulled by the old x11/gnome/librsvg used by non rust arches and this
breaks rust arches because this WANTLIB becomes unreachable (new librsvg does
not depend on it).
Not sure what the best course of action is for the future but right now let's
make sure to regen WANTLIB on arches that support the current librsvg version.
As reported by Joseph Herning on ports@, the most recent wxMaxima version
update stopped showing the output of expressions. The problematic commit
was bisected and is reverted locally. This appears to restore expected
behaviour.
Patch gnulib/fseeko.c. gnulib is doing this to make fflush() behaivour
to match what they expect. It accesses internal of __sFILE to change
behavior of fseeko(), but we are hiding internal of __sFILE and our
fseeko() is compatible with what gnulib expects already. Then the
patch is to just use our fseeko().
to match what they expect. It accesses internal of __sFILE to change
behavior of fseeko(), but we are hiding internal of __sFILE and our
fseeko() is compatible with what gnulib expects already. Then the
patch is to just use our fseeko().
feedbacks from tb guenther beck
ok sthen
Optional packages endowing PARI with extra capabilities.
- elldata: PARI version of the Elliptic curve data by J. E. Cremona,
<http://www.maths.nott.ac.uk/personal/jec/ftp/data>, for use with
ellsearch, ellidentity and ellgenerators.
- galdata: data needed by polgalois for degrees 8,9,10 and 11
- galpol: PARI package of the GALPOL database of polynomials defining
Galois extensions of the rationals, accessed by galoisgetpol.
- nftables: repackaging of the historical 'megrez' number field tables
- seadata: needed by ellap for large primes. These polynomials were
extracted from the ECHIDNA databases and computed by David R. Kohel.
OK: sthen@
Besides official support for newer Python, this updates bring typing and
threading support as well as a few new functions for linear algebra like
matvec and vecmat. Went through a bulk by tb@.
tweaks and ok tb@
PyGraphviz is a Python interface to the Graphviz graph layout and
visualization package. With PyGraphviz you can create, edit, read,
write, and draw graphs using Python to access the Graphviz graph data
structure and layout algorithms.
A newer rocq/coq version is needed for the next version of CompCert. Joint
work with Yozo Toda (MAINTAINER).
This update loses coqide until it can be repaired and future updates of
rocq will need dune 3.8.3+.
ok MAINTAINER
numpy are no longer ABI-compatible following the update to numpy 2.x.
this may over-bump slightly, but I've seen problems with at least pandas
and scipy, and identifying others individually is too time-consuming.
This will break a few ports and fix some others. The required clean up
work in the consumers will be committed by daniel shortly.
tested on amd64, aarch64, sparc64, i386 and in an amd64 bulk by me
and in real world scenarios by various.
from daniel
Thanks to sthen for being way too efficient at trawling through issue
trackers and locating the workaround for an aarch64 ICE amazingly quickly.