git-svn-id: svn://db.shs.com.ru/pip@357 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -161,7 +161,7 @@ if(FFTW)
|
||||
add_definitions(-DPIP_FFTW_THREADSAFE)
|
||||
list(APPEND LIBS fftw3_threads fftw3f_threads)
|
||||
else()
|
||||
message(WARNING "Building fftw3 without threadsafe")
|
||||
message(WARNING "WARNING PIFFTW::preparePlan was not threadsafe")
|
||||
endif()
|
||||
endif()
|
||||
else()
|
||||
|
||||
@@ -22,12 +22,15 @@
|
||||
# include <winbase.h>
|
||||
#else
|
||||
# include <sys/wait.h>
|
||||
# include <sys/types>
|
||||
# include <csignal>
|
||||
#endif
|
||||
#ifdef MAC_OS
|
||||
# include <crt_externs.h>
|
||||
#endif
|
||||
|
||||
#ifdef CC_GCC
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
PIProcess::PIProcess(): PIThread() {
|
||||
exit_code = -1;
|
||||
|
||||
Reference in New Issue
Block a user