Skip to content

Commit

Permalink
Update README.md (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
alkino committed Sep 9, 2019
1 parent a7344b0 commit 77cc289
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ used to set Spack up on the desktops:
$ git clone https://github.com/BlueBrain/spack.git
$ mkdir ~/.spack
$ cp spack/sysconfig/ubuntu-18.04/*.yaml ~/.spack
$ sed -e 's/#.*//g' spack/sysconfig/ubuntu-18.04/packages|xargs -r sudo apt-get install
$ spack compiler find
$ sed -e 's/#.*//g' spack/sysconfig/ubuntu-18.04/packages|xargs -r sudo apt-get install --assume-yes
$ . spack/share/spack/setup-env.sh
$ spack compiler find

Now to build software, i.e., MVDTool:

$ git clone [email protected]:BlueBrain/MVDTool.git
$ cd MVDTool
$ spack setup mvdtool@develop
$ cd build
$ mkdir build && cd build
$ ../spconfig.py ..
$ make

Expand Down

0 comments on commit 77cc289

Please sign in to comment.