Amber-MD / pytraj

Python interface of cpptraj
https://amber-md.github.io/pytraj
170 stars 38 forks source link

Fixes for CMake build system #1418

Closed multiplemonomials closed 7 years ago

multiplemonomials commented 7 years ago

Fixes Amber-MD/cmake-buildscripts#22.

Your commits fixed the .so files not getting copied, but you didn't pass the build directory argument, so it was rebuilding pytraj at install time.

I also fixed "make clean" in the pytraj folder.

I am not sure why GitHub is saying there are 13 commits; the last two are the only ones with any changes relative to current master.

hainm commented 7 years ago

thanks.

I am not sure why GitHub is saying there are 13 commits; the last two are the only ones with any changes relative to current master.

FYI:

git remote add upstream https://github.com/Amber-MD/pytraj
git fetch upstream
git checkout -b your_feature upstream/master