diff --git a/Build/Scripts/HYPRE/build_hypre.bat b/Build/Scripts/HYPRE/build_hypre.bat index bca01ee108d..3fcb60adbbe 100644 --- a/Build/Scripts/HYPRE/build_hypre.bat +++ b/Build/Scripts/HYPRE/build_hypre.bat @@ -5,7 +5,6 @@ set LIB_TAG=v2.32.0 set LIB_DIR=%LIB_TAG% - ::*** parse options set clean_hypre= @@ -13,7 +12,7 @@ set clean_hypre= call :getopts %* if %stopscript% == 1 exit /b -::*** make sure cmake and gcc are installed +::*** make sure cmake and make are installed set abort=0 set buildstatus= @@ -219,21 +218,6 @@ exit /b ) exit /b 0 -:: ------------------------------------------------------------- -:have_program -:: ------------------------------------------------------------- -:: same as is_file_installed except does not abort script if program is not insstalled - - set program=%1 - where %program% 1> installed_error.txt 2>&1 - type installed_error.txt | find /i /c "Could not find" > installed_error_count.txt - set /p nothave= installed_error.txt 2>&1 - type installed_error.txt | find /i /c "Could not find" > installed_error_count.txt - set /p nothave=