File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments