File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
# 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
+
2
7
1 . Install ` conda-build ` and (optionally) ` boa `
3
8
``` bash
4
9
conda install -c conda-forge " conda-build>=3.20" colorama pip ruamel ruamel.yaml rich mamba jsonschema
@@ -22,16 +27,9 @@ anaconda login
22
27
anaconda upload $CONDA_PREFIX /conda-bld/linux-64/sparc-< YYYY> .< MM> .< DD> -< i> .bz2
23
28
```
24
29
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
-
27
30
28
31
4 . Using the package
29
32
``` bash
30
33
conda install -c < your-channel> sparc
31
34
```
32
35
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
You can’t perform that action at this time.
0 commit comments