File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed
Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ call make install
152152
153153echo .
154154set 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%
156156echo .
157157
158158cd %CURDIR%
@@ -234,5 +234,8 @@ exit /b
234234
235235:eof
236236echo .
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 .
Original file line number Diff line number Diff line change @@ -153,9 +153,7 @@ echo setting SUNDIALS_HOME environment variable to %INSTALLDIR%
153153set SUNDIALS_HOME = %INSTALLDIR%
154154echo .
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%
159157echo .
160158
161159cd %CURDIR%
@@ -237,5 +235,7 @@ exit /b
237235
238236:eof
239237echo .
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 .
You can’t perform that action at this time.
0 commit comments