Skip to content

Commit

Permalink
Updated versions used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-P-Allen committed Nov 20, 2019
1 parent 15ba49b commit c899f03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ A few examples consist of individual routines or modules,
rather than working programs,
so there is no need to build them.

The build process for the Fortran examples has been tested using SCons v3.0.4
(and before that, v2.5.1, with a minor change to the `SConstruct` file;
The build process for the Fortran examples has been tested using SCons v3.1.1
(and before that, v3.0.4; and also v2.5.1 with a minor change to the `SConstruct` file;
older versions might not work properly).
If you don't like using SCons, or can't get it to work,
it is not difficult to compile the programs using other methods.
Expand All @@ -78,7 +78,7 @@ it is advisable to __compile each example in its own build directory__
(which is what the `SConstruct` file is configured to do)
or to delete all intermediate files before each individual compilation.

We have used gfortran v8.2 (and before that, v6.3, v7.2) for testing,
We have used gfortran v9.2 (and before that, v6.3, v7.2, v8.2) for testing,
but have attempted to stick to code which conforms to the Fortran 2008 standard.
In gfortran v6, calling the intrinsic `random_seed()` function would
generate the same sequence of random numbers every time.
Expand Down
2 changes: 1 addition & 1 deletion python_examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ and are written in Python3 using the NumPy and SciPy libraries.
The [User Guide](./GUIDE.md) contains some comments on the Python language,
some notes to assist in running the programs,
and some typical results.
We have used Python 3.6.0 for testing.
We have used Python 3.7.5 (and before that, 3.6.0) for testing.
The Python versions do not require building, they are simply run through the Python interpreter.

0 comments on commit c899f03

Please sign in to comment.