NCAR / musica

Multi-Scale Infrastructure for Chemistry Modeling
https://wiki.ucar.edu/display/MUSICA/MUSICA+Home
Apache License 2.0
3 stars 2 forks source link

Python packaging #85

Closed K20shores closed 3 months ago

K20shores commented 3 months ago

This was enough to get us published onto pypi.

It's not an ideal cmake setup; I ended up compiling the sources we needed for python rather than linking the musica library. Python package installations require shared libraries and I was having trouble getting the musica library to properly install and I couldn't figure out the proper rpath to set.

Closes #84