Closed multiplemonomials closed 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
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.