packages feed

cufft 0.1.2.1 → 0.1.2.2

raw patch · 2 files changed

+1/−13 lines, 2 files

Files

cbits/wrap.h view
@@ -5,19 +5,7 @@ #ifndef C_WRAP_H #define C_WRAP_H -/*- * We need to work around some shortcomings in the C parser of c2hs by disabling advanced attributes etc on Apple platforms.- */-#ifdef __APPLE__-#define _ANSI_SOURCE-#define __AVAILABILITY__-#define __OSX_AVAILABLE_STARTING(_mac, _iphone)-#define __OSX_AVAILABLE_BUT_DEPRECATED(_macIntro, _macDep, _iphoneIntro, _iphoneDep)-#define __OSX_AVAILABLE_BUT_DEPRECATED_MSG(_osxIntro, _osxDep, _iosIntro, _iosDep, _msg)-#endif- #include <cuda.h> #include <cufft.h>  #endif-
cufft.cabal view
@@ -1,5 +1,5 @@ name:                   cufft-version:                0.1.2.1+version:                0.1.2.2 synopsis:               Haskell bindings for the CUFFT library description:     The CUFFT library is part of the CUDA developer toolkit.