git-svn-id: svn://db.shs.com.ru/pip@357 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-04-14 12:50:40 +00:00
parent 58134952be
commit ff30a48093
2 changed files with 5 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ if(FFTW)
add_definitions(-DPIP_FFTW_THREADSAFE) add_definitions(-DPIP_FFTW_THREADSAFE)
list(APPEND LIBS fftw3_threads fftw3f_threads) list(APPEND LIBS fftw3_threads fftw3f_threads)
else() else()
message(WARNING "Building fftw3 without threadsafe") message(WARNING "WARNING PIFFTW::preparePlan was not threadsafe")
endif() endif()
endif() endif()
else() else()

View File

@@ -22,12 +22,15 @@
# include <winbase.h> # include <winbase.h>
#else #else
# include <sys/wait.h> # include <sys/wait.h>
# include <sys/types>
# include <csignal> # include <csignal>
#endif #endif
#ifdef MAC_OS #ifdef MAC_OS
# include <crt_externs.h> # include <crt_externs.h>
#endif #endif
#ifdef CC_GCC
# include <unistd.h>
#endif
PIProcess::PIProcess(): PIThread() { PIProcess::PIProcess(): PIThread() {
exit_code = -1; exit_code = -1;