usnistgov / feasst

The Free Energy and Advanced Sampling Simulation Toolkit (FEASST) is a free, open-source, modular program to conduct molecular and particle-based simulations with flat-histogram Monte Carlo methods.
http://pages.nist.gov/feasst
Other
33 stars 13 forks source link

cmake feasst.h does not exist #9

Closed HaroldHatchNIST closed 1 year ago

HaroldHatchNIST commented 1 year ago

There is an issue with cmake generating feasst.h via py/depend.py that I'm currently looking into. If you run into this error, you can try the following to generate feasst.h:

cd /path/to/feasst/build python3 ../py/depend.py -s ../

and let me know of any errors. Thank you.