On 2024-12-05 15:23:35, Jackson Walters wrote:
> 
> Ah, thank you. Any idea if loading packages via libgap.LoadPackage("forms") 
> is 
> expected to work?

Yes, but only if the GAP package you're trying to load is
installed. The only ones that are guaranteed to be installed are
gapdoc, primgrp, smallgrp, and transgrp. All others (even "standard"
packages like polycyclic) are technically optional and the test suite
should pass if they are missing. You can just grep for "polycyclic"
and copy the existing examples for that.

The other problem is that the "forms" package isn't part of the sage
distribution, and may not be available on all linux distributions, so
the CI (not to mention normal users) will be unable to test it. The
first step towards remedying that would probably be to add "forms" to
the gap_packages SPKG.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/sage-devel/Z1JQYc7IN8WSTJc9%40mertle.

Reply via email to