We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789e755 commit a7e7978Copy full SHA for a7e7978
CHANGELOG.md
@@ -38,6 +38,15 @@
38
39
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/7.1.0...HEAD)
40
41
+**Enhancements:**
42
+
43
+- Allow linking to JSON-Fortran from GFortran programs using
44
+ [OpenCoarrays](https://github.com/sourceryinstitute/OpenCoarrays#readme)
45
+ as the coarray runtime implementation. Use the
46
+ `-DJSON_FORTRAN_USE_OpenCoarrays:BOOL=ON` option to cmake to enable
47
+ this. (NOTE: The fact that this is required may be a bug in
48
+ GFortran.)
49
50
### [7.1.0](https://github.com/jacobwilliams/json-fortran/tree/7.1.0) (2019-06-23)
51
52
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/7.0.0...7.1.0)
0 commit comments