Open JeanChristopheMorinPerso opened 1 year ago
Hello, we (Anaconda) found that the import library libiomp5md.lib is not provided either in the conda-forge or intel's own packages.
libiomp5md.lib
We fixed this by manually creating the library in https://github.com/AnacondaRecipes/intel_repack-feedstock/pull/25.
You will also see that we had to fix the provided MKLConfig.cmake file.
MKLConfig.cmake
Comment:
Hello, we (Anaconda) found that the import library
libiomp5md.lib
is not provided either in the conda-forge or intel's own packages.We fixed this by manually creating the library in https://github.com/AnacondaRecipes/intel_repack-feedstock/pull/25.
You will also see that we had to fix the provided
MKLConfig.cmake
file.