Commit 08b0a1c
committed
build/pkgs/rpy2: use SAGE_PYTHON_PACKAGE_CHECK in spkg-configure.m4
Our system package lists are generated with a special case that looks
for SAGE_PYTHON_PACKAGE_CHECK when spkg-configure.m4 is present. The
rpy2 package already had an spkg-configure.m4 relating to --disable-r,
but its spkg-configure.m4 did not use SAGE_PYTHON_PACKAGE_CHECK. As a
result, it was erroneously included in the package list.
We now use SAGE_PYTHON_PACKAGE_CHECK for the usual "check" phase of
SAGE_SPKG_CONFIGURE, which both allows the user to use rpy2 from the
system and fixes the package list.1 parent f85cc8a commit 08b0a1c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments