-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gac is broken on HPC-GAP #1295
Comments
Note: When fixing this, make sure to re-enable the |
This problem became simpler because there are no header files in |
Also, |
Since |
Right now,
gac
is broken for HPC-GAP. This is because it does not yet know what the correct CPPFLAGS are, specifically, that it should have-Ihpcgap
before-I.
.There might be other issues, though, I didn't try extensively. And of course just compiling a package for HPC-GAP won't make it work automatically, but it's of course an important first step.
The text was updated successfully, but these errors were encountered: