[Dart-dev] DART/branches Revision: 11583

dart at ucar.edu dart at ucar.edu
Tue May 2 13:58:25 MDT 2017


nancy at ucar.edu
2017-05-02 13:58:25 -0600 (Tue, 02 May 2017)
215
make it more obvious when a build fails, and put in a
disclaimer that GSI2DART can't compile successfully
on a case insensitive filesystem (kinds.F90 is folded
in as kinds.f90 so it doesn't get preprocessed - bah)




Modified: DART/branches/model_mod_changes/observations/obs_converters/buildall.csh
===================================================================
--- DART/branches/model_mod_changes/observations/obs_converters/buildall.csh	2017-05-02 19:56:25 UTC (rev 11582)
+++ DART/branches/model_mod_changes/observations/obs_converters/buildall.csh	2017-05-02 19:58:25 UTC (rev 11583)
@@ -75,18 +75,22 @@
 
       switch ( $dir )
    
+         case *GSI2DART*
+            echo " This build expected to fail on case-insensitive filesystems."
+         breaksw
+            
          case */var/*
-            echo "This build expected to fail unless you have the WRF code in-situ."
+            echo " This build expected to fail unless you have the WRF code in-situ."
          breaksw
             
          case *AIRS*
-            echo "AIRS build is expected to fail due to dependency on hdfeos libs,"
-            echo "not required to be part of the standard DART environment."
+            echo " AIRS build is expected to fail due to dependency on hdfeos libs,"
+            echo " which are not required to be part of the standard DART environment."
          breaksw
             
          case *quikscat*
-            echo "quikscat build is expected to fail due to dependency on mfhdf libs,"
-            echo "not required to be part of the standard DART environment."
+            echo " quikscat build is expected to fail due to dependency on mfhdf libs,"
+            echo " which are not required to be part of the standard DART environment."
          breaksw
   
          default


More information about the Dart-dev mailing list