oscar-system / GAP_pkg

Julia wrapper packages for GAP packages
MIT License
0 stars 0 forks source link

Add more JLLs for packages that may need them #9

Open fingolfin opened 1 year ago

fingolfin commented 1 year ago

The following distributed GAP packages seem to either have a kernel extension, or ship some binaries that need to be compiled. In either case, having a JLL would be nice.

For packages which use an external binary, we also need a way to allow the GAP code to interact with these binaries; that may require interposing wrapper scripts, possibly using https://github.com/oscar-system/BinaryWrappers.jl