oscar-system / GAP_pkg

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

Map GAP dependencies to Julia dependencies? #4

Open fingolfin opened 3 years ago

fingolfin commented 3 years ago

There is some deactivated code for doing this already in generate_wrapper.jl.

The idea is that e.g. GAP_pkg_cvec should depend on `GAP_pkg_io (and do using GAP_pkg_io) because cvec depends on io. With that in place, it will suffice to do this to load cvec into Julia:

using GAP_pkg_cvec ; GAP_pkg_cvec.load()

But there are a bunch of questions: