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

Fixing with RT library

parent 683744d3
No related branches found
No related tags found
No related merge requests found
......@@ -268,12 +268,6 @@ 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