build(python): updated all python bindings to reflect serif name
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
hypre_sp = cmake.subproject('hypre')
|
||||
hypre_cpp_cmake_options = cmake.subproject_options()
|
||||
hypre_cpp_cmake_options.add_cmake_defines({
|
||||
'BUILD_SHARED_LIBS': 'ON',
|
||||
})
|
||||
hypre_sp = cmake.subproject(
|
||||
'hypre',
|
||||
options: hypre_cpp_cmake_options,
|
||||
)
|
||||
hypre_dep = hypre_sp.dependency('HYPRE')
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
# Get the subproject object first
|
||||
opat_sub = subproject('opat-core')
|
||||
opat_sub = subproject(
|
||||
'opat-core',
|
||||
default_options: {
|
||||
'generate_pc': false
|
||||
}
|
||||
)
|
||||
|
||||
# Get the dependency variable from that subproject
|
||||
opatio_dep = opat_sub.get_variable('opatio_dep')
|
||||
Reference in New Issue
Block a user