TinkerTools / tinker

Tinker: Software Tools for Molecular Design

Home Page:https://dasher.wustl.edu/tinker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apbs-1.3 sourcecode

280239480 opened this issue · comments

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

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.

Thanks so much!