We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0923c8a commit bc2f49bCopy full SHA for bc2f49b
build/pkgs/cysignals/dependencies
@@ -1,4 +1,4 @@
1
- cython | $(PYTHON_TOOLCHAIN) $(PYTHON)
+ cython | $(PYTHON_TOOLCHAIN) meson_python $(PYTHON)
2
3
----------
4
All lines of this file are ignored except the first.
build/pkgs/cysignals/spkg-install.in
@@ -3,9 +3,4 @@ cd src
# #29473: Override -Wp,-D_FORTIFY_SOURCE from Fedora's python3.
export CPPFLAGS="$CPPFLAGS -Wp,-U_FORTIFY_SOURCE"
5
6
-if [ "$SAGE_DEBUG" = yes ]; then
7
- CYSIGNALS_CONFIGURE="--enable-debug $CYSIGNALS_CONFIGURE"
8
-fi
9
-
10
-sdh_configure $CYSIGNALS_CONFIGURE
11
sdh_pip_install .
0 commit comments