Closed gbarter closed 10 months ago
it seems like you have something off in your recipe for : https://github.com/conda-forge/openfast-feedstock/pull/39
lets discuss there.
can you point me to the file setup-miniconda-patched-environment.yml
?
@hmaarrfk Many thanks for your help over the weekend.
Conda-forge documentation
Installed packages
Environment info
Issue
Upon trying to solve the above environment, I received the error:
The packages
openfast
andpyhams
are my creation. Both use Fortran and I appreciate being able to deliver them via conda-forge. However,openfast
uses more modern Fortran standards and cannot build with gfortran v5.3 available in the standardm2w64-toolchain
package, so it is built with the local MinGW distribution on the conda-forge Windows runners (with static libraries). This seems to conflict withpyhams
(and a handful of my other packages) that are built with them2w64-toolchain
packages.I was hoping that the two packages built with the two different fortran compilers could still live side-by-side in the same environment, but that doesn't seem to be the case. Am I missing anything? Do I have to update the feedstocks on all of my Fortran packages to be built on Windows with the local MinGW installation and not the conda-forge
m2w64-gfortran
?