Conversation
…into scikit_build_core_wheel
…into scikit_build_core_wheel
Scikit build core wheel
…nctions_with_package
…package Replacing endf c functions with package
…ython5 Removing reconstruct resonance cython5
|
@ahnaf-tahmid-chowdhury this PR combines three PRs and extends the code to make use of CI wheel builder action currently build wheels action is failing with this error message |
|
Oh, I know that issue. It happens because libopenmc is not available on the path. However, in this approach, openmc library will be available on the openmc.libs folder which is not a recommended path for the core library. I can come up with the numpy method to install the core library in openmc/core/lib folder. And setup rpath there. |
|
That would be great many thanks for taking a look. |
|
PRs openmc-dev#3111 and openmc-dev#3101 have now been merged. So this branch just builds on top of this single PR now openmc-dev#3087 |
this PR is experimenting with the CI wheel builder approach to making wheels