mirror of https://github.com/fredrikekre/HYPRE.jl
Julia interface to hypre linear solvers (https://github.com/hypre-space/hypre)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
555 B
17 lines
555 B
[general] |
|
library_name = "libHYPRE" |
|
output_common_file_path = "../lib/LibHYPRECommon.jl" |
|
output_api_file_path = "../lib/LibHYPREAPI.jl" |
|
jll_pkg_name = "HYPRE_jll" |
|
export_symbol_prefixes = [] |
|
output_ignorelist = [ |
|
# Undefined values DBL_MAX, DBL_MIN, DBL_EPSILON, DBL_MIN_EXP |
|
"HYPRE_REAL_MAX", |
|
"HYPRE_REAL_MIN", |
|
"HYPRE_REAL_EPSILON", |
|
"HYPRE_REAL_MIN_EXP", |
|
# Bogus expression: const HYPRE_VERSION = ((("HYPRE_RELEASE_NAME Date Compiled: ")(__DATE__))(" "))(__TIME__) |
|
"HYPRE_VERSION", |
|
# Filter out MPI stuff |
|
"^[PQ]?MPI" |
|
]
|
|
|