patrickfuchs / buildH

:computer: Build hydrogen atoms from united-atom molecular dynamics of lipids and calculate the order parameters.
https://buildh.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

Which OSs are supported? #148

Closed lilyminium closed 3 years ago

lilyminium commented 3 years ago

I see that the tests run on Ubuntu, so I could reasonably expect buildH to work on Linux and Mac OSs (although adding even 1 test case for Mac would help with looking for bugs). Just curious, is Windows supported at all, and if so, will you add CI? I see that the conda package is noarch.

patrickfuchs commented 3 years ago

I see that the tests run on Ubuntu, so I could reasonably expect buildH to work on Linux and Mac OSs (although adding even 1 test case for Mac would help with looking for bugs). Just curious, is Windows supported at all, and if so, will you add CI? I see that the conda package is noarch.

Thanks for your comment. We didn't plan to check different OS versions. In principle, buildH is pure Python so it should work on any platform provided its dependencies are supported. We will add a note in the doc about this.

patrickfuchs commented 3 years ago

We added a section in commit d58f1e4.

lilyminium commented 3 years ago

I see -- thank you!