Updated codec2 recipe

This commit is contained in:
Mark Qvist 2024-06-29 13:50:30 +02:00
parent 0ebde8580f
commit 5ae4079e40

View File

@ -7,7 +7,7 @@ import sh
class PyCodec2Recipe(CythonRecipe): class PyCodec2Recipe(CythonRecipe):
url = "https://github.com/markqvist/pycodec2/archive/refs/heads/main.zip" url = "https://github.com/markqvist/pycodec2/archive/refs/heads/main.zip"
# src_filename = "../../../pycodec2" # src_filename = "../../../pycodec2"
depends = ["setuptools", "numpy", "Cython", "codec2"] depends = ["setuptools", "numpy<=1.26.4", "Cython", "codec2"]
call_hostpython_via_targetpython = False call_hostpython_via_targetpython = False
def get_recipe_env(self, arch, with_flags_in_cc=True): def get_recipe_env(self, arch, with_flags_in_cc=True):