RashmiKumari / g_mmpbsa

MM-PBSA method for GROMACS. For full description, please visit homepage:
http://rashmikumari.github.io/g_mmpbsa/
GNU General Public License v3.0
64 stars 59 forks source link

apbs installation #15

Open lalehan opened 5 years ago

lalehan commented 5 years ago

Hello, I follow the steps below for APBS-1.4:

# Download using git from GitHub repository
git clone -b 1.4.1-binary-release --single-branch https://github.com/Electrostatics/apbs-pdb2pqr
cd apbs-pdb2pqr
cd apbs
cd build
sh cleanup.sh
# Installation
cmake -DCMAKE_INSTALL_PREFIX=/opt/apbs -DENABLE_BEM=off -DENABLE_iAPBS=on ..
make
sudo make install

After I enter the command below:

cmake -DCMAKE_INSTALL_PREFIX=/opt/apbs -DENABLE_BEM=off -DENABLE_iAPBS=on ..

The error in the picture occurs. I also tried apbs 1.3 and 1.5. Any help would be appreciated. Thanks screenshot from 2019-02-12 19-29-06

xiaopangjun666 commented 2 years ago

Have you solved it?