[cig-commits] [commit] devel: revert pgfortan to pgf90 (although in principle pgfortan is the standard name these days, but it seems to break BuildBot) (7a3a2bc)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Sep 23 11:57:16 PDT 2014


Repository : https://github.com/geodynamics/specfem3d_globe

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d_globe/compare/edc57b950bd81c70718859c8ce88d1ca59dcc0d0...7a3a2bcb5a2acf833622bd32b4f9a49f77e886ca

>---------------------------------------------------------------

commit 7a3a2bcb5a2acf833622bd32b4f9a49f77e886ca
Author: Dimitri Komatitsch <komatits at users.noreply.github.com>
Date:   Tue Sep 23 20:57:49 2014 +0200

    revert pgfortan to pgf90 (although in principle pgfortan is the standard name these days, but it seems to break BuildBot)


>---------------------------------------------------------------

7a3a2bcb5a2acf833622bd32b4f9a49f77e886ca
 flags.guess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flags.guess b/flags.guess
index 0b19fe6..61c0c96 100644
--- a/flags.guess
+++ b/flags.guess
@@ -60,7 +60,7 @@ case $FC in
                 my_FC=pathf90
                 ;;
             PGI)
-                my_FC=pgfortran
+                my_FC=pgf90
                 ;;
             *)
                 # Unrecognized (this will not set any default flags)



More information about the CIG-COMMITS mailing list