Skip to content

Commit a3b99c3

Browse files
Merge pull request #452 from SylvainCorlay/update-installation-instructions
Update installation instructions
2 parents e9234cd + a447a11 commit a3b99c3

File tree

2 files changed

+7
-41
lines changed

2 files changed

+7
-41
lines changed

README.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -38,31 +38,12 @@ ARM | ARMv7, ARMv8
3838

3939
## Installation
4040

41-
Although `xsimd` is a header-only library, we provide standardized means to install it, with package managers or with cmake.
41+
### Install from conda-forge
4242

43-
Besides the xsimd headers, all these methods place the `CMake` project configuration file in the right location so that
44-
third-party projects can use cmake's `find_package` to locate xsimd headers.
45-
46-
### Install with conda
47-
48-
A package for xsimd is available on the conda package manager.
43+
A package for xsimd is available on the mamba (or conda) package manager.
4944

5045
```bash
51-
conda install -c conda-forge xsimd
52-
```
53-
54-
### Install with Conan
55-
56-
If you are using Conan to manage your dependencies, merely add `xsimd/x.y.z@omaralvarez/public-conan` to your requires, where x.y.z
57-
is the release version you want to use. Please file issues in [conan-xsimd](https://github.com/omaralvarez/conan-xsimd) if you
58-
experience problems with the packages. Sample `conanfile.txt`:
59-
60-
```
61-
[requires]
62-
xsimd/7.2.3@omaralvarez/public-conan
63-
64-
[generators]
65-
cmake
46+
mamba install -c conda-forge xsimd
6647
```
6748

6849
### Install with Spack

docs/source/installation.rst

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,14 @@ Besides the xsimd headers, all these methods place the ``cmake`` project configu
2727

2828
.. image:: conda.svg
2929

30-
Using the conda package
31-
-----------------------
32-
33-
A package for xsimd is available on the conda package manager.
34-
35-
.. code::
30+
Using the conda-forge package
31+
-----------------------------
3632

37-
conda install -c conda-forge xsimd
38-
39-
Using the Conan package
40-
-----------------------
41-
42-
If you are using Conan to manage your dependencies, merely add `xsimd/x.y.z@omaralvarez/public-conan` to your requires, where x.y.z
43-
is the release version you want to use. Please file issues in [conan-xsimd](https://github.com/omaralvarez/conan-xsimd) if you
44-
experience problems with the packages. Sample `conanfile.txt`:
33+
A package for xsimd is available for the mamba (or conda) package manager.
4534

4635
.. code::
4736
48-
[requires]
49-
xsimd/7.2.3@omaralvarez/public-conan
50-
51-
[generators]
52-
cmake
37+
mamba install -c conda-forge xsimd
5338
5439
.. image:: spack.svg
5540

0 commit comments

Comments
 (0)