Conversation
Update MANIFEST.in
|
I've been running the ci manually and it is passing |
|
Hi @shimwell, I've found this via openmc-dev#1242. Just a curious bystander wondering how far you have already gotten trying to make OpenMC a PyPI package? |
|
Thanks for your interest, your could give this a go and let me know if it works pip install git+https://github.com/shimwell/openmc.git@using-sci-kit-build |
|
Thanks for the prompt reply @shimwell. I just tried the pip install, and everything works as expected 👍 (python 3.10.7, pip 22.3.1) |
|
Awesome thanks for testing @hassec I was half expecting something to fail as there are kind of two parts the package which can be tested with simple terminal commands simple glad to hear things are working. I discussed making a PR and merging with @paulromano and we are mainly waiting for the right time to cause minimal disruptions. |
|
@shimwell I tested the import of the python package and played around a bit and couldn't see a problem. But I realized that I was a bit to quick, because the package didn't come with the So I now went with trying to do a run based on existing xml files via import openmc
openmc.run(...)and that resulted in a Easily fixed via after which the above worked, and the |
|
Thanks this is super useful to know. I hope this need for a manual |
|
Oh nice, I'll keep an eye on that PR as well, and am happy to try a built wheel once they work 😊 |
|
scikit-build was just updated to version 0.16.5 |
this just allows the package to be installed with scikit build