diff options
Diffstat (limited to 'doc/source/user/building.rst')
-rw-r--r-- | doc/source/user/building.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/source/user/building.rst b/doc/source/user/building.rst index 6d5f8c1b3..78dbc9fa2 100644 --- a/doc/source/user/building.rst +++ b/doc/source/user/building.rst @@ -101,10 +101,6 @@ where different FORTRAN compilers might have been used. Choosing the fortran compiler ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -To build with g77:: - - python setup.py build --fcompiler=gnu - To build with gfortran:: python setup.py build --fcompiler=gnu95 |