Skip to content

Commit a8c7e03

Browse files
authored
show how to install with Spack; closes #120 (#122)
1 parent 1ae77f6 commit a8c7e03

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ XCFun is licensed under version 2.0 of the Mozilla Public License
2121
## Documentation
2222

2323
The documentation is available at https://xcfun.readthedocs.io.
24+
25+
XCFun can now be installed in a [Spack](https://spack.io) environment: https://xcfun.readthedocs.io/using.html#installing-using-spack

docs/using.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ To use the library, you will need to:
2020
2121
use xcfun
2222
23+
24+
Installing using Spack
25+
----------------------
26+
27+
XCFun can be installed in a `Spack
28+
<https://www.spack.io/>`_ environment with::
29+
30+
spack env create myenv
31+
spack env activate myenv
32+
spack install xcfun
33+
34+
2335
.. _integration:
2436

2537
Integration with your build system

0 commit comments

Comments
 (0)