File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 73
73
&& mkdir -p upstream && cp build/pkgs/${{ env.SPKG }}/src/*.tar.gz upstream/${{ env.SPKG }}-git.tar.gz \
74
74
&& echo "sage-package create ${{ env.SPKG }} --version git --tarball ${{ env.SPKG }}-git.tar.gz --type=standard" > upstream/update-pkgs.sh \
75
75
&& if [ -n "${{ env.REMOVE_PATCHES }}" ]; then echo "(cd ../build/pkgs/${{ env.SPKG }}/patches && rm -f ${{ env.REMOVE_PATCHES }}; :)" >> upstream/update-pkgs.sh; fi \
76
+ && echo 'sed -i.bak s/PAPILO=on/PAPILO=off/ ../build/pkgs/{scip*,soplex}/spkg-install.in; sed -i.bak s/papilo// ../build/pkgs/{scip*,soplex}/dependencies' >> upstream/update-pkgs.sh \
76
77
&& ls -l upstream/
77
78
- uses : actions/upload-artifact@v3
78
79
with :
84
85
with :
85
86
# Extra system packages to install. See available packages at
86
87
# https://github.com/sagemath/sage/tree/develop/build/pkgs
87
- extra_sage_packages : " patch cmake onetbb "
88
+ extra_sage_packages : " patch cmake gfortran openblas "
88
89
# Sage distribution packages to build
89
90
targets : SAGE_CHECK=no SAGE_CHECK_PACKAGES="soplex,scipoptsuite,dsdp,scip_sdp" scip_sdp
90
91
# Standard setting: Test the current beta release of Sage:
You can’t perform that action at this time.
0 commit comments