File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 83
83
run : |
84
84
./bootstrap
85
85
echo "::add-matcher::.github/workflows/configure-systempackage-problem-matcher.json"
86
- ./configure --enable-build-as-root --with-python=$CONDA_PREFIX/bin/python --prefix=$CONDA_PREFIX $(for pkg in $(./sage -package list :standard: --has-file spkg-configure.m4 --has-file distros/conda.txt --exclude rpy2); do echo --with-system-$pkg=force; done)
86
+ ./configure --enable-build-as-root --with-python=$CONDA_PREFIX/bin/python --prefix=$CONDA_PREFIX --enable-system-site-packages $(for pkg in $(./sage -package list :standard: --has-file spkg-configure.m4 --has-file distros/conda.txt --exclude rpy2); do echo --with-system-$pkg=force; done)
87
87
echo "::remove-matcher owner=configure-system-package-warning::"
88
88
echo "::remove-matcher owner=configure-system-package-error::"
89
89
Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ setenv =
191
191
sitepackages: ENABLE_SYSTEM_SITE_PACKAGES =yes
192
192
sitepackages: CONFIG_CONFIGURE_ARGS_SITEPACKAGES =--enable-system-site-packages
193
193
conda-environment: SAGE_PACKAGE_LIST_ARGS =_prereq
194
+ conda-environment-{src,dev}: CONFIG_CONFIGURE_ARGS_SITEPACKAGES =--enable-system-site-packages
194
195
# Whether to add the system packages needed for bootstrapping
195
196
EXTRA_SAGE_PACKAGES_0 =_bootstrap
196
197
nobootstrap: EXTRA_SAGE_PACKAGES_0 =
You can’t perform that action at this time.
0 commit comments