Skip to content

Commit

Permalink
Add new hypre tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
victorapm committed Nov 10, 2023
1 parent c2d752c commit d7bd40d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ option( ENABLE_NINJA "" OFF )

include(ProcessorCount)
ProcessorCount(NUM_CORES)

set(NUM_PROC ${NUM_CORES} CACHE STRING "")
message( "Running with NUM_PROC = ${NUM_PROC}")

Expand Down Expand Up @@ -741,7 +741,7 @@ endif()

if( ENABLE_HYPRE )
set( HYPRE_DIR "${CMAKE_INSTALL_PREFIX}/hypre" )
set( HYPRE_URL "${TPL_MIRROR_DIR}/hypre-2.29.0.tar.gz")
set( HYPRE_URL "${TPL_MIRROR_DIR}/hypre-v2.30.0-3-gcf43b1653.tar.gz")
set( HYPRE_DEPENDS "" )


Expand Down Expand Up @@ -1111,7 +1111,7 @@ endif( ENABLE_MPI )
CMAKE_ARGS -D CMAKE_C_COMPILER=${VTK_C_COMPILER}
-D CMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}
-D CMAKE_CXX_COMPILER=${VTK_CXX_COMPILER}
-D CMAKE_CXX_FLAGS:STRING=${CMAKE_CXX_FLAGS}
-D CMAKE_CXX_FLAGS:STRING=${CMAKE_CXX_FLAGS}
-D VTK_USE_MPI=${VTK_USE_MPI}
-D VTK_MODULE_ENABLE_VTK_IOParallelXML=${VTK_MODULE_ENABLE_VTK_IOParallelXML}
-D VTK_MODULE_ENABLE_VTK_FiltersParallelDIY2=${VTK_MODULE_ENABLE_VTK_FiltersParallelDIY2}
Expand Down
3 changes: 3 additions & 0 deletions tplMirror/hypre-v2.30.0-3-gcf43b1653.tar.gz
Git LFS file not shown

0 comments on commit d7bd40d

Please sign in to comment.