Skip to content

Commit

Permalink
Attempt to fix HPCombi m4 x 2
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Jan 22, 2024
1 parent 52345f9 commit 5799911
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/hpcombi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "HPCombi enabled"
name: "HPCombi"
on:
workflow_dispatch:
pull_request:
Expand Down Expand Up @@ -36,6 +36,13 @@ jobs:
GAP_PKGS_TO_BUILD: "digraphs io orb datastructures profiling"
GAPBRANCH: ${{ matrix.gap-branch }}
ABI: ${{ matrix.ABI }}
- name: TMP
run: |
cd $HOME/gap/pkg/semigroups
./autogen.sh
./configure
make print-HPCOMBI_CXXFLAGS
make print-LIBSEMIGROUPS_HPCOMBI_ENABLED
- name: "Build Semigroups"
uses: gap-actions/build-pkg@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ KEXT_CPPFLAGS += -DHPCOMBI_CONSTEXPR_FUN_ARGS
endif

ifdef LIBSEMIGROUPS_HPCOMBI_ENABLED
KEXT_CXXFLAGS += $(HPCOMBI_CXXFLAGS)
KEXT_CXXFLAGS += @HPCOMBI_CXXFLAGS@
endif

ifdef WITH_INCLUDED_LIBSEMIGROUPS
Expand Down

0 comments on commit 5799911

Please sign in to comment.