Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ XCFun is licensed under version 2.0 of the Mozilla Public License
## Documentation

The documentation is available at https://xcfun.readthedocs.io.

XCFun can now be installed in a [Spack](https://spack.io) environment: https://xcfun.readthedocs.io/using.html#installing-using-spack
12 changes: 12 additions & 0 deletions docs/using.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ To use the library, you will need to:

use xcfun


Installing using Spack
----------------------

XCFun can be installed in a `Spack
<https://www.spack.io/>`_ environment with::

spack env create myenv
spack env activate myenv
spack install xcfun


.. _integration:

Integration with your build system
Expand Down