Closed ebknudsen closed 7 months ago
With recent upstream updates, we have moved closer. The trick seems to be to be more flexible in terms of versions, i.e. >= ratjer than == for dependencies where possible. One stumbling block was the existence of the requirements.txt file which was slightly out of sync with the description in pyproject.toml. The caused the "pip install ." line in meta.yml to fail.
At present #100 causes the build to fail (or rather the tests)
Furthermore - had to disable "pip check". This fails because OCP is cadquery-ocp in the pip-verse whereas it is ocp in the conda-verse. https://conda-forge.org/docs/maintainer/adding_pkgs/#pip-check
conda feedstock has now been merged into the conda-forge channel and should become available shortly. ( https://github.com/conda-forge/staged-recipes/pull/25532 ) closing this
We are trying to build a conda-recipe for installing CAD_to_OpenMC , but some issue with dependencies exist. What works is:
but not