You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Don't forget to update the homebrew forumula via PR when a new
version is tagged.
- Currently the --HEAD option will fail when installing with homebrew
due to the recent resolution of #103. Line # 30 of json-fortran.rb
needs to be replaced with `system "make", "check" if build.with?
"test"` as the `all` target no longer will build the test executables
as per #103
Download the official versioned releases [here](https://github.com/jacobwilliams/json-fortran/releases/latest). Or, get the latest development code from the master branch [here](https://github.com/jacobwilliams/json-fortran.git).
_Please note_, if you wish to support usage of json-fortran with
67
+
multiple Fortran compilers, please follow the CMake installation
68
+
instructions below, as the homebrew installation is only intended to
69
+
support a single Fortran compiler. Cheers! :beers:
48
70
49
71
[top](#json-fortran-)
50
72
Building the library
@@ -66,9 +88,9 @@ Currently, several ways are provided to build the jsonfortran library
66
88
67
89
* A [Visual Studio](http://www.visualstudio.com) project is included for building the library (and unit tests) on Windows with the Intel Fortran Compiler. The project has been tested with Visual Studio 2010 and 2013.
68
90
69
-
*An[SCons](http://www.scons.org)`SConstruct` file. The library and unit tests are built by typing `scons` and tested by typing `scons test`. The library may be optionally installed by `scons install` or `sudo scons install`.
91
+
*A[SCons](http://www.scons.org)`SConstruct` file. The library and unit tests are built by typing `scons` and tested by typing `scons test`. The library may be optionally installed by `scons install` or `sudo scons install`.
0 commit comments