Skip to content

Commit

Permalink
Merge pull request #1188 from LLNL/tupek/ubuntu_build_instructions
Browse files Browse the repository at this point in the history
Small updates to ubuntu build instructions based on feedback from col…
  • Loading branch information
tupek2 authored Aug 1, 2024
2 parents d0d8d7e + 5b695f1 commit 98970f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/spack/configs/linux_ubuntu_20/spack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spack:
compilers::
- compiler:
spec: gcc@9.3.0
spec: gcc@9.4.0
paths:
cc: /usr/bin/gcc
cxx: /usr/bin/g++
Expand Down Expand Up @@ -116,7 +116,7 @@ spack:
- spec: [email protected]
prefix: /usr
cppcheck:
version: [1.90]
version: ['1.90']
buildable: false
externals:
- spec: [email protected]
Expand Down
3 changes: 3 additions & 0 deletions src/docs/sphinx/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ in the `Spack docs <https://spack.readthedocs.io/en/latest/configuration.html>`_
.. note::
If you do not have a ``spack.yaml`` already, you can leave off that command line option from ``uberenv`` and
Spack will generate a new one for you. Uberenv will copy it where you ran your uberenv command for future use.
.. note::
A newer vesion of cmake (>=3.20) and llvm (>=14) may be required.


Some helpful uberenv options include :

Expand Down

0 comments on commit 98970f5

Please sign in to comment.