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

Merge branch 'Parallel_Matrix' of...

Merge branch 'Parallel_Matrix' of ssh://ppmcore.mpi-cbg.de/incardon/openfpm_numerics into Parallel_Matrix
parents 8563fea8 1803037e
No related branches found
No related tags found
No related merge requests found
......@@ -268,6 +268,12 @@ AX_SUITESPARSE([],[echo "suitesparse not found"
AX_EIGEN([],[echo "eigen not found"
exit 206])
##### Checking for rt
AC_CHECK_LIB(rt, clock_gettime, [AC_DEFINE([HAVE_CLOCK_GETTIME],[],[Have clock time])
OPT_LIBS="$OPT_LIBS -lrt"
])
###### Checking for compiler flags -fext-numeric-literals
my_save_cflags="$CFLAGS"
......
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