Skip to content

Commit bbc4d86

Browse files
ci: enable hpcombi
1 parent da51359 commit bbc4d86

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/custom-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
git clone --depth 1 --branch ${{ inputs.branch }} https://github.com/${{ inputs.fork }}.git
6262
cd libsemigroups
63-
./autogen.sh && ./configure CXX="$CXX" CXXFLAGS="$CXXFLAGS" --disable-hpcombi && sudo make install -j8
63+
./autogen.sh && ./configure CXX="$CXX" CXXFLAGS="$CXXFLAGS" --enable-hpcombi && sudo make install -j8
6464
ccache -s
6565
6666
# Build libsemigroups_pybind11

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
git clone --depth 1 --branch main https://github.com/libsemigroups/libsemigroups.git
5353
cd libsemigroups
54-
./autogen.sh && ./configure CXX="$CXX" CXXFLAGS="$CXXFLAGS" --disable-hpcombi && sudo make install -j8
54+
./autogen.sh && ./configure CXX="$CXX" CXXFLAGS="$CXXFLAGS" --enable-hpcombi && sudo make install -j8
5555
ccache -s
5656
5757
# Build libsemigroups_pybind11

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
git clone --depth 1 --branch main https://github.com/libsemigroups/libsemigroups.git
6565
cd libsemigroups
66-
./autogen.sh && ./configure CXX="$CXX" CXXFLAGS="$CXXFLAGS" --disable-hpcombi && sudo make install -j8
66+
./autogen.sh && ./configure CXX="$CXX" CXXFLAGS="$CXXFLAGS" --enable-hpcombi && sudo make install -j8
6767
ccache -s
6868
6969
# Build libsemigroups_pybind11

.github/workflows/pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
git clone --depth 1 --branch main https://github.com/libsemigroups/libsemigroups.git
5050
cd libsemigroups
51-
./autogen.sh && ./configure CXX="$CXX" CXXFLAGS="$CXXFLAGS" --disable-hpcombi && sudo make install -j8
51+
./autogen.sh && ./configure CXX="$CXX" CXXFLAGS="$CXXFLAGS" --enable-hpcombi && sudo make install -j8
5252
ccache -s
5353
5454
# Build libsemigroups_pybind11

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
git clone --depth 1 --branch main https://github.com/libsemigroups/libsemigroups.git
5252
cd libsemigroups
53-
./autogen.sh && ./configure CXX="$CXX" CXXFLAGS="$CXXFLAGS" --disable-hpcombi && sudo make install -j8
53+
./autogen.sh && ./configure CXX="$CXX" CXXFLAGS="$CXXFLAGS" --enable-hpcombi && sudo make install -j8
5454
ccache -s
5555
5656
# Build libsemigroups_pybind11

0 commit comments

Comments
 (0)