File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 timeout-minutes : 15
3333 env :
3434 CXX : " ccache ${{ matrix.compiler }}"
35- CXXFLAGS : " -O2 -g"
35+ CXXFLAGS : " -O2 -g -flax-vector-conversions -fpermissive "
3636 UV_NO_SYNC : " 1"
3737 LD_LIBRARY_PATH : " /usr/local/lib"
3838 steps :
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 2323 shell : bash -l {0}
2424 env :
2525 CXX : " ccache ${{ matrix.compiler }}"
26- CXXFLAGS : " -O2 -g"
26+ CXXFLAGS : " -O2 -g -flax-vector-conversions -fpermissive "
2727 UV_NO_SYNC : " 1"
2828 LD_LIBRARY_PATH : " /usr/local/lib"
2929 steps :
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 2323 shell : bash -l {0}
2424 env :
2525 CXX : " ccache ${{ matrix.compiler }}"
26- CXXFLAGS : " -O2 -g"
26+ CXXFLAGS : " -O2 -g -flax-vector-conversions -fpermissive "
2727 UV_NO_SYNC : " 1"
2828 LD_LIBRARY_PATH : " /usr/local/lib"
2929 steps :
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 2424 shell : bash -l {0}
2525 env :
2626 CXX : " ccache ${{ matrix.compiler }}"
27- CXXFLAGS : " -O2 -g"
27+ CXXFLAGS : " -O2 -g -flax-vector-conversions -fpermissive "
2828 UV_NO_SYNC : " 1"
2929 LD_LIBRARY_PATH : " /usr/local/lib"
3030 steps :
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 2525 shell : bash -l {0}
2626 env :
2727 CXX : " ccache ${{ matrix.compiler }}"
28- CXXFLAGS : " -O2 -g"
28+ CXXFLAGS : " -O2 -g -flax-vector-conversions -fpermissive "
2929 UV_NO_SYNC : " 1"
3030 LD_LIBRARY_PATH : " /usr/local/lib"
3131 steps :
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