Skip to content
Snippets Groups Projects
Commit 71bf18b7 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Latest modules

parent 562281b1
No related branches found
No related tags found
No related merge requests found
...@@ -191,6 +191,7 @@ AC_ARG_ENABLE(test-performance, ...@@ -191,6 +191,7 @@ AC_ARG_ENABLE(test-performance,
[enable test performance] [enable test performance]
), ),
test_per="$enableval" test_per="$enableval"
INCLUDES_PATH+="-I../openfpm_numerics/src "
) )
......
openfpm_numerics @ b8b1616b
Subproject commit 21035bc29c7384983a04a7c3e28a681af890fd75 Subproject commit b8b1616b21a1d2f1daa93d887071504fbedb3494
...@@ -1935,7 +1935,8 @@ INCLUDE_FILE_PATTERNS = ...@@ -1935,7 +1935,8 @@ INCLUDE_FILE_PATTERNS =
# recursively expanded use the := operator instead of the = operator. # recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
PREDEFINED = HAVE_PETSC PREDEFINED = "HAVE_PETSC=" \
"SE_CLASS3_VDIST_CONSTRUCTOR="
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The # tag can be used to specify a list of macro names that should be expanded. The
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment