diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-10-11 17:55:01 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-10-11 17:55:01 +0000 |
commit | 04195fba11f544af7119d21aa09738ad91cf0b11 (patch) | |
tree | 0b23b931ca9094a5d1ed5a085d62d468a343af2c /math/clfft/files | |
parent | Adding CPAL-1.0, https://opensource.org/licenses/CPAL-1.0 (diff) |
* OpenCL is not available on 9.3-R.
* Add patch to clfft to fix the build.
* Use correct LICENSE in clrng.
Submitted by: maintainer@
Notes
Notes:
svn path=/head/; revision=399097
Diffstat (limited to 'math/clfft/files')
-rw-r--r-- | math/clfft/files/patch-src_statTimer_statisticalTimer.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/clfft/files/patch-src_statTimer_statisticalTimer.h b/math/clfft/files/patch-src_statTimer_statisticalTimer.h new file mode 100644 index 000000000000..ae92e4dd8b91 --- /dev/null +++ b/math/clfft/files/patch-src_statTimer_statisticalTimer.h @@ -0,0 +1,10 @@ +--- src/statTimer/statisticalTimer.h.orig 2015-10-11 19:43:16.998055000 +0200 ++++ src/statTimer/statisticalTimer.h 2015-10-11 19:44:10.217558000 +0200 +@@ -21,6 +21,7 @@ + #include <vector> + #include <functional> + #include <string> ++#include <sys/time.h> + + #include "../include/clFFT.h" + |