Comment:
#98 switches from intel-openmp to llvm-openmp.
I am having an external library that built with intel oneAPI (thus with MKL and intel-openmp). Therefore, when used together with conda managed environment, errors occur due to incompatibility between two openmp.
So, I wonder what is the reason for switching to llvm-openmp? Is it possible to release both variants?