TinkerTools / tinker

Tinker: Software Tools for Molecular Design
https://dasher.wustl.edu/tinker/
Other
130 stars 61 forks source link

apbs-1.3 sourcecode #116

Closed 280239480 closed 2 years ago

280239480 commented 2 years ago

hi.i'm using Makefile-apbs to build tinker-8.10.2,which required apbs-1.3.0,but i can't get the sourcecode of apbs-1.3 in release version.I believe that was deleted recently.And when I compile apbs@latest (eg:1.5.0),it produced unexpected static library ,such as libapbs_generic.a libapbs_mg.a libapbs_pmgc.a libapbs_routines.a libmaloc.a,instead of libapbsmainroutines.a, libapbs.a, libmaloc.a and libapbsblas.a in 1.3.0.it works bad when linked tinker-8.10.2.will u give me some advice for this? Here is the list of output lib files(1.5.0):

ls /apbs/lib/ libapbs_generic.a libapbs_mg.a libapbs_pmgc.a libapbs_routines.a libmaloc.a Here is the list of output lib files I need(1.3.0):

libapbsmainroutines.a, libapbs.a, libmaloc.a and libapbsblas.a

OS: aarch64 thanks a lot

jayponder commented 2 years ago

We have added the APBS 1.3 source code for use with Tinker as a separate repository under the TinkerTools organization (https://github.com/TinkerTools/). See the README.md or 0README files in that repository for instructions on how to build APBS with Tinker support to create the necessary APBS libraries for linking with Tinker.

280239480 commented 2 years ago

Thanks so much!