Skip to content

Commit bc2f49b

Browse files
committed
cysignals needs meson
1 parent 0923c8a commit bc2f49b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

build/pkgs/cysignals/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cython | $(PYTHON_TOOLCHAIN) $(PYTHON)
1+
cython | $(PYTHON_TOOLCHAIN) meson_python $(PYTHON)
22

33
----------
44
All lines of this file are ignored except the first.

build/pkgs/cysignals/spkg-install.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,4 @@ cd src
33
# #29473: Override -Wp,-D_FORTIFY_SOURCE from Fedora's python3.
44
export CPPFLAGS="$CPPFLAGS -Wp,-U_FORTIFY_SOURCE"
55

6-
if [ "$SAGE_DEBUG" = yes ]; then
7-
CYSIGNALS_CONFIGURE="--enable-debug $CYSIGNALS_CONFIGURE"
8-
fi
9-
10-
sdh_configure $CYSIGNALS_CONFIGURE
116
sdh_pip_install .

0 commit comments

Comments
 (0)