File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,5 @@ XCFun is licensed under version 2.0 of the Mozilla Public License
2121## Documentation
2222
2323The 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
Original file line number Diff line number Diff 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
2537Integration with your build system
You can’t perform that action at this time.
0 commit comments