[cig-commits] [commit] devel, master: 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
Thu Nov 6 08:31:59 PST 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d_globe/compare/bc58e579b3b0838a0968725a076f5904845437ca...be63f20cbb6f462104e949894dbe205d2398cd7f

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

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