NCAR / musica

Multi-Scale Infrastructure for Chemistry Modeling
https://ncar.github.io/musica/
Apache License 2.0
6 stars 3 forks source link

Fix the python build that I broke #78

Closed K20shores closed 6 months ago

K20shores commented 6 months ago

Instructions

Installing the musica python package

mkdir build
cd build
pip install -e ..

Building and testing with cmake

mkdir build
cd build
cmake -DMUSICA_ENABLE_PYTHON_LIBRARY=ON ..
make
make test ARGS=--verbose