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 17c1334
Showing 1 changed file with 8 additions and 1 deletion.
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

0 comments on commit 17c1334

Please sign in to comment.