Skip to content

Commit

Permalink
Merge branch 'jmm/joss-comments' of github.com:lanl/singularity-eos i…
Browse files Browse the repository at this point in the history
…nto jmm/joss-comments
  • Loading branch information
jonahm-LANL committed Oct 30, 2024
2 parents 74e2646 + 80c596f commit e87446d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/sphinx/src/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ At it's most basic, you can download and compile ``singularity-eos`` with:
git clone --recursive [email protected]:lanl/singularity-eos.git
cd singularity-eos
mkdir -p build && cd build
cmake -DSINGULARITY_FORCE_SUBMODULE_MODE=ON -DSINGULARITY_USE_FORTRAN=OFF -DSINGULARITY_BUILD_EXAMPLES=ON -DSINGULARITY_BUILD_TESTS=ON ..
make -j
make install # optional: install into directory defined via CMAKE_INSTALL_PREFIX
cmake -B builddir -S . -DSINGULARITY_FORCE_SUBMODULE_MODE=ON -DSINGULARITY_USE_FORTRAN=OFF -DSINGULARITY_BUILD_EXAMPLES=ON -DSINGULARITY_BUILD_TESTS=ON
cmake --build builddir --parallel
cmake --install builddir # optional: install into directory defined via CMAKE_INSTALL_PREFIX
This will download ``singularity-eos`` with no optional dependencies and
compile the capabilities available in that form. For more details, see
Expand Down

0 comments on commit e87446d

Please sign in to comment.