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

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Sep 23 11:59:02 PDT 2014


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

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d/compare/1157b47964cf8cc928bb233768edbba8b2aa26be...68b5fcccb8b5cb2c8222855728112979b0eb7952

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

commit 68b5fcccb8b5cb2c8222855728112979b0eb7952
Author: Dimitri Komatitsch <komatits at users.noreply.github.com>
Date:   Tue Sep 23 20:59:35 2014 +0200

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


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

68b5fcccb8b5cb2c8222855728112979b0eb7952
 flags.guess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flags.guess b/flags.guess
index 656fedd..3884d0b 100644
--- a/flags.guess
+++ b/flags.guess
@@ -47,7 +47,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