Skip to content
/ votca Public
forked from votca/votca

VOTCA's next generation build system

Notifications You must be signed in to change notification settings

mbarbry/votca

 
 

Repository files navigation

This is VOTCA's next generation build system.

Usage:

prefix=WHERE/TO/INSTALL/VOTCA
version=master # or 'stable' or 'v1.4.1'
git clone -b ${version} --recursive https://github.com/votca/votca.git
cd votca
mkdir build
cd build
cmake -DBUILD_CSGAPPS=ON -DBUILD_CTP=ON -DBUILD_XTP=ON -DCMAKE_INSTALL_PREFIX=${prefix} ..
make -j<number of cores>
make install

Using this code via docker:

docker pull votca/votca
docker run -it votca/votca /bin/bash

For further details see:

  1. Installation
  2. Further Information
  3. Developers Guide

About

VOTCA's next generation build system

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CMake 54.8%
  • Shell 33.4%
  • Dockerfile 11.8%