Finn O'Shea
Finn O'Shea
I was able to compile on OSX 12.3 with a just-now-cloned copy of htm.core. I had to remove the -Werror flag on line 282 of CommonCompilerConfig.cmake. python setup.py test returns...
p4p now seems to require numpy 2.0. Is this intended? It appears to make p4p impossible to install. From my latest attempts to install p4p: > 67.85 The conflict is...
Apologies for the verbose dump in this comment. I've been trying to install p4p in a Docker container. Here is the Dockerfile I inherited: ``` ARG PYTHON_VERSION=3.10-slim-bullseye FROM python:${PYTHON_VERSION} SHELL...
At the risk of commenting too much, when I change `pyproject.toml` to be ``` [build-system] requires = [ "setuptools", "setuptools_dso>=2.7a1,='3.12'", "wheel", "numpy", #"numpy>=2.0.1; python_version>='3.10'", "numpy='3.10'", "Cython>=0.20", #"epicscorelibs==7.0.7.99.0.2; python_version=7.0.7.99.1.1a2; python_version>='3.12'", "pvxslibs==1.3.1;...