Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
nakib committed Nov 12, 2023
1 parent 53976fd commit 716196d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The source is heavily commented and can be auto-documented with ~FORD~ (https://

*** 3. Build
Use one of the following two methods:
**** Using ~fpm~ (requires internet connection)
**** Using ~fpm~ (v>=0.7)
For a cpu-only build and test with Fortran Package Manager (https://fpm.fortran-lang.org/), say

#+BEGIN_SRC bash
Expand All @@ -75,7 +75,7 @@ The source is heavily commented and can be auto-documented with ~FORD~ (https://
#+END_SRC

and adding the relevant ~<path to spack build of gcc>/bin~ directory to your ~PATH~.
**** Using ~cmake~ (works offline)
**** Using ~cmake~
Issue the following command to build and run tests: ~mkdir build; cd build; cmake ..; make; ctest~. If all goes well, the exectuable will be available as ~build/bin/{elphbolt, superconda}~.
** Docker (requires internet connection)
To build a docker image, say
Expand Down

0 comments on commit 716196d

Please sign in to comment.