Electrostatics / FETK

Fork of the Finite Element ToolKit from fetk.org.
Other
4 stars 4 forks source link

Missing punc/src/aaa_inc/punc/punc.h file? #53

Closed BJWiley233 closed 2 years ago

BJWiley233 commented 2 years ago

When I run configure for punc build the configure.ac file has the line:

AC_CONFIG_SRCDIR(src/aaa_inc/punc/punc.h)

But there is no punc.h file in this directory

Also sorry for all the tickets. I am preparing to install all software on MacOS since I am auditing the author of Tinker's class, Dr. Jay Ponder this spring and most students are going to have MacOS.

Also I am applying for the PhD program with Dr. Houston and might be nice to use APBS w.r.t. ubiquitination to TP53 DBD.

intendo commented 2 years ago

@BJWiley233 sorry for the confusion. This repo now use CMake to build FETK and all the components. You can look at the Github Actions file, https://github.com/Electrostatics/FETK/blob/main/.github/workflows/Build.yaml, to see how you can build FETK using CMake on Windows, Mac, and Linux.