Skip to content

Commit db52543

Browse files
authored
Merge pull request #7 from mkoeppe/ci_sage_use_system_openblas
.github/workflows/ci-sage.yml: Take openblas from system even in "-minimal", disable papilo/onetbb
2 parents b943b6e + 124b1d7 commit db52543

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-sage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
&& mkdir -p upstream && cp build/pkgs/${{ env.SPKG }}/src/*.tar.gz upstream/${{ env.SPKG }}-git.tar.gz \
7474
&& echo "sage-package create ${{ env.SPKG }} --version git --tarball ${{ env.SPKG }}-git.tar.gz --type=standard" > upstream/update-pkgs.sh \
7575
&& 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 \
7677
&& ls -l upstream/
7778
- uses: actions/upload-artifact@v3
7879
with:
@@ -84,7 +85,7 @@ jobs:
8485
with:
8586
# Extra system packages to install. See available packages at
8687
# https://github.com/sagemath/sage/tree/develop/build/pkgs
87-
extra_sage_packages: "patch cmake onetbb"
88+
extra_sage_packages: "patch cmake gfortran openblas"
8889
# Sage distribution packages to build
8990
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="soplex,scipoptsuite,dsdp,scip_sdp" scip_sdp
9091
# Standard setting: Test the current beta release of Sage:

0 commit comments

Comments
 (0)