justin-iBC / soapxx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

soapxx

Installation

git clone https://github.com/capoe/soapxx.git
cd soapxx
git clone https://github.com/pybind/pybind11.git
./build.sh --install_boost
source soap/SOAPRC

Dependencies

  • MKL (+ Intel compilers recommended)
  • Python packages: numpy, scipy, h5py

Notes

If build.sh is executed with the --install_boost option, the build process includes a partial local installation of Boost 1.54.0 (components: python, serialization). You can omit this option if you already have Boost version < 1.67 installed on your system. Subsequent builds should be run without this option, unless reinstalling Boost is explicitly desired (e.g., due to a compiler change).

About

License:GNU General Public License v2.0


Languages

Language:Python 54.9%Language:C++ 38.7%Language:CMake 2.7%Language:HTML 1.5%Language:JavaScript 1.3%Language:CSS 0.8%Language:Shell 0.1%