Skip to content

Commit

Permalink
cysignals needs meson
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-rojas committed Jan 26, 2025
1 parent 0923c8a commit bc2f49b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion build/pkgs/cysignals/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cython | $(PYTHON_TOOLCHAIN) $(PYTHON)
cython | $(PYTHON_TOOLCHAIN) meson_python $(PYTHON)

----------
All lines of this file are ignored except the first.
5 changes: 0 additions & 5 deletions build/pkgs/cysignals/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,4 @@ cd src
# #29473: Override -Wp,-D_FORTIFY_SOURCE from Fedora's python3.
export CPPFLAGS="$CPPFLAGS -Wp,-U_FORTIFY_SOURCE"

if [ "$SAGE_DEBUG" = yes ]; then
CYSIGNALS_CONFIGURE="--enable-debug $CYSIGNALS_CONFIGURE"
fi

sdh_configure $CYSIGNALS_CONFIGURE
sdh_pip_install .

0 comments on commit bc2f49b

Please sign in to comment.