Now, CMake will set pytraj's LDFLAGS to add in the correct RPATH for finding the Amber libraries on OS X. I decided to make this change in CMake, not in setup.py, so as to not risk breaking pytraj's standalone build, and the Amber Makefile build.
This also adds a minor fix for pytraj OpenMP sometimes being built before libcpptraj_omp in Amber.
This fixes Amber-MD/cmake-buildscripts#70 and Amber-MD/cmake-buildscripts#66
Now, CMake will set pytraj's LDFLAGS to add in the correct RPATH for finding the Amber libraries on OS X. I decided to make this change in CMake, not in setup.py, so as to not risk breaking pytraj's standalone build, and the Amber Makefile build.
This also adds a minor fix for pytraj OpenMP sometimes being built before
libcpptraj_omp
in Amber.This fixes Amber-MD/cmake-buildscripts#70 and Amber-MD/cmake-buildscripts#66