I have not confirmed this now though as I noticed before, replacing libstdc++ for libc++ also seems to solve the issue.
Anyway, cheers and have a nice weekend
> On 29 Mar 2019, at 15:41, Daniel Roe <daniel.r.roe.gmail.com> wrote:
> 
> Hi,
> 
> On Fri, Mar 29, 2019 at 10:22 AM Gustaf Olsson <gustaf.olsson.lnu.se> wrote:
>> # Comment out lines:
>> 2255 #       # mac/clang
>> 2256 #       if [ "$skippython" = "no" ]; then
>> 2257 #           cpptrajcxxflags="-stdlib=libstdc++ $cpptrajcxxflags"
>> 2258 #           cpptrajldflags="-stdlib=libstdc++ -L/usr/lib/"
>> 2259 #       fi
>> $ vi AmberTools/src/pytraj/setup.py
>> # Comment out line:
>> 142 #    extra_compile_args.append('-stdlib=libstdc++')
>> $ ./configure -macAccelerate clang
> 
> This is essentially what we've done in the Amber GIT version (so it
> will be in AT 19) - good to know this works for you.
> 
> Thanks for all your work on this!
> 
> -Dan
> 
> _______________________________________________
> AMBER mailing list
> AMBER.ambermd.org
> http://lists.ambermd.org/mailman/listinfo/amber
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Fri Mar 29 2019 - 08:30:03 PDT