Skip to content

hbanzhaf/docker_covise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

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