Skip to content
 
 

Latest commit

 

History

198 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

openmc_install_scripts

This is a set of script that are intended to help with installation of OpenMC with its DAGMC-backend and its dependencies.

To install to some given location do:

 ./install-all.sh --prefix=<path>

It is assumed that the installing user has permission to write files at the installing location. The most stable way of handling installation at present is to install to a python venv. Like so:

 python -m venv <path>
 source <path>/bin/activate
 ./install-all.sh --prefix=<path>

This will put all the required libraries etc in that location and ensure the python modules are present.

About

Location for automized script that install openmc and dependencies

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages