-
Notifications
You must be signed in to change notification settings - Fork 36
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
Fix for HPCombi
#978
Fix for HPCombi
#978
Conversation
cbde7ca
to
38486f4
Compare
38486f4
to
0879e85
Compare
0879e85
to
33424e1
Compare
@fingolfin @ChrisJefferson is seems that a few days ago the cygwin job started to fail with:
see, for example: https://github.com/semigroups/Semigroups/actions/runs/7625232891/job/20769065765 Earlier in the log it can be seen that the executable https://github.com/semigroups/Semigroups/actions/runs/7606076562 If either of you have any ideas how to resolve this I'd be most grateful to hear about it. |
We always had to do some slightly special things to get files in the right place. I will investigate and get back to you. |
Thanks @ChrisJefferson ! |
Previously the paths were incorrect, probably copied from libsemigroups directly, and so HPCombi was never found. This commit also ensures that HPCOMBI_CXXFLAGS are added to CXX_FLAGS, which they previously weren't.
There was some missing functionality that compiling with HPCombi enabled required. This commit adds that functionality and fixes a FIXME that actually comes up in semiquo.tst when compiling with HPCombi enabled.
33424e1
to
f7c49df
Compare
No description provided.