Skip to content
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

Merged
merged 3 commits into from
Jan 24, 2024
Merged

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    c12286a View commit details
    Browse the repository at this point in the history
  2. build: fix AX_CHECK_HPCOMBI

    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.
    james-d-mitchell committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    dfb1735 View commit details
    Browse the repository at this point in the history
  3. kernel: fix for HPCombi

    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.
    james-d-mitchell committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f7c49df View commit details
    Browse the repository at this point in the history