Skip to content

Instantly share code, notes, and snippets.

View liangjg's full-sized avatar

Jingang Liang liangjg

  • Tsinghua University
  • Beijing, China
View GitHub Profile
@paulromano
paulromano / openmc-conda-install.sh
Created May 18, 2019 20:19
Script for installing OpenMC using conda
#!/bin/bash
# This script installs OpenMC, its Python API, and all necessary dependencies
# into a conda environment. Because it uses compilers and CMake from the
# Anaconda repository, it's not necessary to have those installed on your
# system. However, at a minimum, you do need to have 'make' installed as well as
# a linker. To get the OpenMC git repository, you'll need git installed as
# well. On Debian derivatives, you can install all of these with:
#
# sudo apt install -y make binutils git