Skip to content

Commit 7538325

Browse files
committed
Drop SCons support
Motivated by Migration to FORD, #114 and problems getting SCons to work on Travis-CI container based build infrastructure, #119
1 parent 3cfbe89 commit 7538325

File tree

3 files changed

+15
-112
lines changed

3 files changed

+15
-112
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
[Full Changelog](https://github.com/jacobwilliams/json-fortran/compare/4.1.1...HEAD)
1818

1919
**Enhancements**
20+
- Removed official SCons support to facilitate faster development
21+
cycle,
22+
[\#121](https://github.com/jacobwilliams/json-fortran/issues/121)
23+
via
24+
[PR \#130](https://github.com/jacobwilliams/json-fortran/pull/130)
25+
from [zbeekman](https://github.com/zbeekman)
2026
- Add a
2127
[CHANGELOG](https://github.com/jacobwilliams/json-fortran/blob/master/CHANGELOG.md)
2228
[\#120](https://github.com/jacobwilliams/json-fortran/issues/120)
@@ -63,6 +69,10 @@
6369
- Documentation fixes & coverage improvements
6470
[\#112](https://github.com/jacobwilliams/json-fortran/pull/112)
6571
([zbeekman](https://github.com/zbeekman))
72+
- Speedier container based
73+
[Travis-CI](https://travis-ci.org/jacobwilliams/json-fortran) builds
74+
[\#130](https://github.com/jacobwilliams/json-fortran/pull/130)
75+
([zbeekman](https://github.com/zbeekman))
6676

6777

6878
## [4.1.1](https://github.com/jacobwilliams/json-fortran/tree/4.1.1) (2015-05-27)

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ Currently, several ways are provided to build the jsonfortran library
9595

9696
* 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.
9797

98-
* 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`.
99-
10098
* A [CMake](http://www.cmake.org) build
10199
system is provided. This build system has been tested on Mac and Linux
102100
using the Intel Fortran Compiler, gfortran 4.9, and NAG Fortran 6.0. It has not been
@@ -291,7 +289,11 @@ The code above produces the file:
291289
Documentation
292290
--------------
293291

294-
The API documentation for the latest release version can be found [here](http://jacobwilliams.github.io/json-fortran). The documentation can also be generated by processing the source files with [FORD](https://github.com/cmacmackin/ford). Note that both the shell script, CMake, and SCons will also generate these files automatically in the documentation folder, assuming you have FORD installed.
292+
The API documentation for the latest release version can be found
293+
[here](http://jacobwilliams.github.io/json-fortran). The
294+
documentation can also be generated by processing the source files
295+
with [FORD](https://github.com/cmacmackin/ford). Note that both the
296+
shell script and CMake will also generate these files automatically in the documentation folder, assuming you have FORD installed.
295297

296298
[top](#json-fortran)
297299

SConstruct

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)