Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the docs with the current spack build instructions. #6

Merged
merged 4 commits into from
Nov 22, 2019
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 12 additions & 18 deletions docs/source/spack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ Merlin will then be installed in this specific version allowing for
multiple python versions on a single system without the need for a
virtualenv. The py-merlinwf package builds with python3.6+.

Checkout merlin spack repo
**************************


Get the latest version of merlin.spack from github.

::

git clone https://github.com/LLNL/merlin.spack.git


Checkout spack
**************
Expand All @@ -32,6 +22,16 @@ make sure merlin and spack are in separate directories.
git clone https://github.com/spack/spack.git
The merlin addition to spack is currently in pull requests, you can clone a
branch that has all of the PR changes here:

.. code:: bash
git clone https://github.com/koning/spack.git
cd spack
git checkout feature/koning/merlinwf
Setup spack
***********

Expand All @@ -57,18 +57,12 @@ To see the compilers.
spack compiler list
Add the merlin.spack repo to spack (done once):

.. code:: bash
spack repo add <path>/<to>/merlin.spack
Build merlin
************

Build merlin, this will take a *long* time, be prepared to wait. It is going
to build python and everything python needs including numpy.
Build merlin, this will take a *long* time, be prepared to wait. It will
build python and all python modules merlin needs including numpy.

.. code:: bash
Expand Down