Skip to content

hbanzhaf/docker_covise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 21, 2021
bcd347c · Sep 21, 2021

History

3 Commits
Sep 6, 2020
Sep 6, 2020
Sep 21, 2021
Sep 6, 2020
Sep 6, 2020

Repository files navigation

This image provides the dependencies that are necessary to compile COVISE along with OddLOT.

To build this image, execute:

docker build . --network=host -t docker-covise

To run this image, execute:

export UID && export GID=$(id -g) && docker-compose -f docker-compose.yml run --rm docker-covise

Afterwards, the build process can be started by executing the following commands inside the container:

git clone https://github.com/hlrs-vis/covise.git --recursive ~/Downloads/covise
cd ~/Downloads/covise/
source .covise.sh
mkdir -p ${ARCHSUFFIX}/build.covise
cd ${ARCHSUFFIX}/build.covise
cmake ../.. -DCOVISE_BUILD_ONLY_ODDLOT=ON -DCOVISE_WARNING_IS_ERROR=OFF
cd ${COVISEDIR}
make -j$(nproc)

OddLOT can finally be started by running:

~/Downloads/covise/bin/oddlot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published