From da61a82db79a04685c54a9a670ffa0c7811a6489 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sun, 22 May 2016 16:02:28 +0000 Subject: [PATCH] Fix MacPorts GNU Fortran compiler name git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6689 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index c91f2b628..ee3d91990 100644 --- a/INSTALL +++ b/INSTALL @@ -352,7 +352,7 @@ generation. For now we will build the latest development sources. To configure: $ cd ~/wsjtx-prefix/build -$ FC=gfortran-mp-5.0 \ +$ FC=gfortran-mp-5 \ cmake \ -D CMAKE_PREFIX_PATH="~/Qt/5.6/clang_64;~/hamlib-prefix;/opt/local" \ -D CMAKE_INSTALL_PREFIX=~/wsjtx-prefix \