@@ -16,7 +16,7 @@ if %stopscript% == 1 exit /b
1616set abort = 0
1717set buildstatus =
1818call :is_file_installed cmake || set abort = 1
19- call :is_file_installed gcc || set abort = 1
19+ call :is_file_installed make || set abort = 1
2020if %abort% == 1 exit /b
2121
2222set CURDIR = %CD%
@@ -56,7 +56,7 @@ if not exist %SUNDIALS_HOME% goto else4
5656 set buildstatus = prebuilt
5757 goto endif4
5858:else4
59- set build_status = norepo
59+ set buildstatus = norepo
6060:endif4
6161goto eof
6262
@@ -69,7 +69,7 @@ set buildstatus=build
6969echo .
7070echo ----------------------------------------------------------
7171echo ----------------------------------------------------------
72- echo building Sundials library version %LIB_TAG%
72+ echo building sundials library version %LIB_TAG%
7373echo ----------------------------------------------------------
7474echo ----------------------------------------------------------
7575echo .
@@ -153,7 +153,7 @@ echo setting SUNDIALS_HOME environment variable to %INSTALLDIR%
153153set SUNDIALS_HOME = %INSTALLDIR%
154154echo .
155155
156- echo The Sundials library version %LIB_TAG% was built and installed in %INSTALLDIR%
156+ echo The sundials library version %LIB_TAG% was built and installed in %INSTALLDIR%
157157echo .
158158
159159echo ----------------------------------------------------------
@@ -246,7 +246,7 @@ exit /b
246246
247247:eof
248248echo .
249- if " %buildstatus% " == " norepo" echo The Sundials git repo does not exist, The Sundials library was not built. FDS will be built without it.
250- if " %buildstatus% " == " prebuilt" echo The Sundials library was not built . FDS will be built using the
251- if " %buildstatus% " == " prebuilt" echo Sundials library in %SUNDIALS_HOME%
249+ if " %buildstatus% " == " norepo" echo The sundials git repo does not exist, The sundials library was not built. FDS will be built without it.
250+ if " %buildstatus% " == " prebuilt" echo The sundials library exists. Skipping sundials build . FDS will be built using the
251+ if " %buildstatus% " == " prebuilt" echo sundials library in %SUNDIALS_HOME%
252252echo .
0 commit comments