Skip to content

Commit ff6d6b2

Browse files
committed
Add information on conda-forge distribution
1 parent 77c9f99 commit ff6d6b2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Download
4242

4343
[![GitHub release](https://img.shields.io/github/release/jacobwilliams/json-fortran.svg?style=plastic)](https://github.com/jacobwilliams/json-fortran/releases)
4444
[![homebrew version](https://img.shields.io/homebrew/v/json-fortran.svg?style=plastic)](https://formulae.brew.sh/formula/json-fortran)
45+
[![Conda (channel only)](https://img.shields.io/conda/vn/conda-forge/json-fortran?style=plastic)](https://github.com/conda-forge/json-fortran-feedstock)
4546

4647
Download the official versioned releases
4748
[here](https://github.com/jacobwilliams/json-fortran/releases/latest).
@@ -67,6 +68,21 @@ multiple Fortran compilers, please follow the CMake installation
6768
instructions below, as the homebrew installation is only intended to
6869
support a single Fortran compiler. Cheers!
6970

71+
__NEWS:__ As of January 20, 2022,
72+
[json-fortran](https://github.com/jacobwilliams/json-fortran) can be
73+
downloaded and installed via the [conda](https://docs.conda.io/en/latest/)
74+
package manager on Mac OS X and Linux. Once a conda-distribution, like
75+
[miniforge](https://github.com/conda-forge/miniforge), is installed
76+
the [json-fortran package](https://anaconda.org/conda-forge/json-fortran)
77+
can be installed.
78+
79+
```bash
80+
conda install json-fortran
81+
```
82+
83+
_Note:_ Packages on conda-forge are build with GCC 9.4 which is upwards
84+
compatible with newer GCC versions, but not with other Fortran compilers.
85+
7086
[top](#json-fortran)
7187

7288
Building the library

0 commit comments

Comments
 (0)