Skip to content

Commit

Permalink
Refresh requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Feb 23, 2025
1 parent 3139ad6 commit 242840c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
6 changes: 2 additions & 4 deletions spk/ffsync/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DEPENDS = cross/syncstorage-rs cross/diesel
PYTHON_PACKAGE = python312
WHEELS = src/requirements-crossenv.txt src/requirements-pure.txt

UNSUPPORTED_ARCHS = $(ARMv5_ARCHS) $(PPC_ARCHS)
UNSUPPORTED_ARCHS = $(ARMv5_ARCHS) $(PPC_ARCHS) $(ARMv7L_ARCHS)

REQUIRED_MIN_DSM = 6.0
SPK_DEPENDS = MariaDB10:$(PYTHON_PACKAGE)
Expand Down Expand Up @@ -46,11 +46,9 @@ include ../../mk/spksrc.python.mk
# [greenlet]
ifeq ($(call version_ge, $(TC_GCC), 5.0),1)
WHEELS += src/requirements-crossenv-greenlet-v3.txt
else ifeq ($(call version_ge, $(TC_GCC), 4.9)$(call version_lt, $(TC_GCC), 5.0),11)
else
WHEELS += src/requirements-crossenv-greenlet-v3-gcc4.txt
WHEELS_CPPFLAGS += [greenlet] -std=c++11 -fpermissive
else
WHEELS += src/requirements-crossenv-greenlet-v1.txt
endif


Expand Down
9 changes: 0 additions & 9 deletions spk/ffsync/src/requirements-crossenv-greenlet-v1.txt

This file was deleted.

0 comments on commit 242840c

Please sign in to comment.