staged-recipes
staged-recipes copied to clipboard
How to compile a Cython Python package using mingw in staged-recipes
General comment:
Hello everyone!
I am trying to create a recipe for a python package called Biogeme. This package depends on three sub-packages, where one of those is cythonbiogeme. The latter is a cython implementation for Biogeme I cannot compile for windows. I already had success compiling in Linus and MacOS.
The developer of Biogeme have compiled everything using mingw, but based on my understanding the conda-forge recipes compile with MSVC. Together with @moorepants have been trying to build the recipes for windows without success.
Do you have any suggestion for solving this issue?
Please see the PR: https://github.com/conda-forge/staged-recipes/pull/26374
Thank you in advance, Francisco