File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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
4647Download 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
6768instructions below, as the homebrew installation is only intended to
6869support 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
7288Building the library
You can’t perform that action at this time.
0 commit comments