build(hypre): added hypre as a subproject
This commit is contained in:
7
subprojects/hypre.wrap
Normal file
7
subprojects/hypre.wrap
Normal file
@@ -0,0 +1,7 @@
|
||||
[wrap-git]
|
||||
url = https://github.com/hypre-space/hypre.git
|
||||
revision = v2.33.0
|
||||
depth = 1
|
||||
patch_directory = hypre
|
||||
|
||||
[cmake]
|
||||
6
subprojects/packagefiles/hypre/CMakeLists.txt
Normal file
6
subprojects/packagefiles/hypre/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
# subprojects/packagefiles/hypre/CMakeLists.txt
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project(hypre-wrapper C CXX)
|
||||
add_subdirectory(src)
|
||||
|
||||
# This file is just used to redirect to the src directory where hypre stores its CMakeLists.txt
|
||||
Reference in New Issue
Block a user