Skip to content

kulhanek/sander-pmf-build

Repository files navigation

sander-pmf-build

Utilities for testing and building of the sander-pmf package.

sander-pmf Features:

  • modified version of sander from AMBER
  • integration with PMFLib

Building and Installation

Testing Mode

$ git clone --recursive https://github.com/kulhanek/sander-pmf-build.git
$ cd sander-pmf-build
$ ./build-utils/00.init-links.sh
$ ./01.pull-code.sh
$ ./04.build-inline.sh   # build the code inline in src/

Production Build into the Infinity software repository

$ git clone --recursive https://github.com/kulhanek/sander-pmf-build.git
$ cd sander-pmf-build
$ ./build-utils/00.init-links.sh
$ ./01.pull-code.sh
$ ./10.build-final.sh

Production Build into Custom Directory

$ git clone --recursive https://github.com/kulhanek/sander-pmf-build.git
$ cd sander-pmf-build
$ ./build-utils/00.init-links.sh
$ ./01.pull-code.sh
$ cmake -DCMAKE_INSTALL_PREFIX=/path/to/sander-pmf/installation/directory
$ make
$ make install

About

utilites for PMFLib compilation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published