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
42
42
43
43
[ ![ GitHub release] ( https://img.shields.io/github/release/jacobwilliams/json-fortran.svg?style=plastic )] ( https://github.com/jacobwilliams/json-fortran/releases )
44
44
[ ![ 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 )
45
46
46
47
Download the official versioned releases
47
48
[ here] ( https://github.com/jacobwilliams/json-fortran/releases/latest ) .
@@ -67,6 +68,21 @@ multiple Fortran compilers, please follow the CMake installation
67
68
instructions below, as the homebrew installation is only intended to
68
69
support a single Fortran compiler. Cheers!
69
70
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
+
70
86
[ top] ( #json-fortran )
71
87
72
88
Building the library
You can’t perform that action at this time.
0 commit comments