Skip to content

Commit 46b3634

Browse files
committed
scripts: minor formatting edits
1 parent 7025183 commit 46b3634

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

Build/Scripts/HYPRE/build_hypre.bat

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ call make install
152152

153153
echo.
154154
set HYPRE_HOME=%INSTALLDIR%
155-
echo Hypre library version %LIB_TAG% built in %INSTALLDIR%
155+
echo The Hypre library version %LIB_TAG% was built and installed in %INSTALLDIR%
156156
echo.
157157

158158
cd %CURDIR%
@@ -234,5 +234,8 @@ exit /b
234234

235235
:eof
236236
echo.
237-
if "%buildstatus%" == "norepo" echo Hypre library not built, The hypre git repo does not exist
238-
if "%buildstatus%" == "prebuilt" echo Hypre library not built. It exists in %HYPRE_HOME%
237+
echo.
238+
if "%buildstatus%" == "norepo" echo The Hypre git repo does not exist, The Hypre library was not built. FDS will be built without it.
239+
if "%buildstatus%" == "prebuilt" echo The Hypre library was not built. FDS will be built using the
240+
if "%buildstatus%" == "prebuilt" echo Hypre library in %HYPRE_HOME%
241+
echo.

Build/Scripts/SUNDIALS/build_sundials.bat

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,7 @@ echo setting SUNDIALS_HOME environment variable to %INSTALLDIR%
153153
set SUNDIALS_HOME=%INSTALLDIR%
154154
echo.
155155

156-
echo sundials version %LIB_TAG% installed in %INSTALLDIR%
157-
echo ----------------------------------------------------------
158-
echo ----------------------------------------------------------
156+
echo The Sundials library version %LIB_TAG% was built and installed in %INSTALLDIR%
159157
echo.
160158

161159
cd %CURDIR%
@@ -237,5 +235,7 @@ exit /b
237235

238236
:eof
239237
echo.
240-
if "%buildstatus%" == "norepo" echo Sundials library not built, The sundials git repo does not exist
241-
if "%buildstatus%" == "prebuilt" echo Sundials library not built. It exists in %SUNDIALS_HOME%
238+
if "%buildstatus%" == "norepo" echo The Sundials git repo does not exist, The Sundials library was not built. FDS will be built without it.
239+
if "%buildstatus%" == "prebuilt" echo The Sundials library was not built. FDS will be built using the
240+
if "%buildstatus%" == "prebuilt" echo Sundials library in %SUNDIALS_HOME%
241+
echo.

0 commit comments

Comments
 (0)