Open yurivict opened 3 years ago
@holgern maybe you know something about this?
Please check https://www.freshports.org/misc/py-pyEDFlib/
Build Build dependencies for Freebsd according to the link above: py37-numpy>=1.16,1<1.20,1 : math/py-numpy@py37 gfortran10 : lang/gcc10 cython-3.7 : lang/cython@py37 py37-setuptools>0 : devel/py-setuptools@py37 python3.7 : lang/python37 gcc10 : lang/gcc10 as : devel/binutils
Yes, I created this port yesterday.
The problem is that it breaks with clang. Could you please check why is build broken with clang?
@yurivict does this problem persist?
Trying to build
pyedflib
in the FreeBSD ports framework. It usessetup.py configure
andsetup.py build
.It begins to cythonize numpy for some reason, and fails. Numpy is already installed from a package.
Version 0.1.20 OS: FreeBSD 12.2 Python-3.7 clang-10