Skip to content

Commit c457286

Browse files
committed
add readme for sparc-x conda-forge
1 parent 9b0d5f2 commit c457286

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.conda/README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Build conda recipe for sparc
2+
3+
**Note** the official conda-forge package for SPARC can be found at
4+
[`sparc-x`](https://github.com/conda-forge/sparc-x-feedstock). This
5+
recipe is maintained for CI purpose only.
6+
27
1. Install `conda-build` and (optionally) `boa`
38
```bash
49
conda install -c conda-forge "conda-build>=3.20" colorama pip ruamel ruamel.yaml rich mamba jsonschema
@@ -22,16 +27,9 @@ anaconda login
2227
anaconda upload $CONDA_PREFIX/conda-bld/linux-64/sparc-<YYYY>.<MM>.<DD>-<i>.bz2
2328
```
2429

25-
If the SPARC package is finally in production, we need to merge it to `conda-forge` channel (perhaps using a different name `sparc-dft`?)
26-
2730

2831
4. Using the package
2932
```bash
3033
conda install -c <your-channel> sparc
3134
```
3235
This will automatically install `sparc` with `openmpi` + `scalapack` + `openblas` support. No compilation requires afterwards.
33-
34-
5. TODOs
35-
- [ ] Configure the mpi-aware fftw package
36-
- [ ] Include mkl-variant?
37-
- [ ] Complete conda-forge merge once in upstream main

0 commit comments

Comments
 (0)