Skip to content
Snippets Groups Projects
Commit 03101437 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent b553a1de
No related branches found
No related tags found
No related merge requests found
...@@ -907,7 +907,7 @@ if(HAVE_SOLVER) ...@@ -907,7 +907,7 @@ if(HAVE_SOLVER)
add_definitions(-DOSTYPE_darwin) add_definitions(-DOSTYPE_darwin)
else(WIN32) else(WIN32)
add_definitions(-DOSTYPE_linux) add_definitions(-DOSTYPE_linux)
endif(WIN32) endif(WIN32 OR CYGWIN)
file(GLOB_RECURSE TAUCS_D ${CMAKE_CURRENT_BINARY_DIR}/contrib/taucs/D/*.c) file(GLOB_RECURSE TAUCS_D ${CMAKE_CURRENT_BINARY_DIR}/contrib/taucs/D/*.c)
file(GLOB_RECURSE TAUCS_S ${CMAKE_CURRENT_BINARY_DIR}/contrib/taucs/S/*.c) file(GLOB_RECURSE TAUCS_S ${CMAKE_CURRENT_BINARY_DIR}/contrib/taucs/S/*.c)
file(GLOB_RECURSE TAUCS_Z ${CMAKE_CURRENT_BINARY_DIR}/contrib/taucs/Z/*.c) file(GLOB_RECURSE TAUCS_Z ${CMAKE_CURRENT_BINARY_DIR}/contrib/taucs/Z/*.c)
......
/* Definition for BLAS functions */ /* Definition for BLAS functions */
#define TAUCS_BLAS_UNDERSCORE #define TAUCS_BLAS_UNDERSCORE
/* Does the compiler support C99 complex numbers? */ /* Does the compiler support C99 complex numbers? */
#define TAUCS_C99_COMPLEX /* #define TAUCS_C99_COMPLEX */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment