mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
aparapi is an open source API for expressing data parallel workflows in Java. Originally an AMD product, Aparapi was released to open source on September 14, 2011. Aparapi is an API for expressing data parallel workloads in Java and a runtime component capable of converting the Java# bytecode of compatible workloads into OpenCL# so that it can be executed on a variety of GPU devices. WWW: https://github.com/aparapi/aparapi PR: 204024 Submitted by: dieterich@ogolem.org
11 lines
275 B
C
11 lines
275 B
C
--- com.amd.aparapi.jni/src/cpp/Common.h.orig 2015-09-21 01:20:25 UTC
|
|
+++ com.amd.aparapi.jni/src/cpp/Common.h
|
|
@@ -44,7 +44,7 @@
|
|
#include <string.h>
|
|
#include <time.h>
|
|
|
|
-#ifndef __APPLE__
|
|
+#if not defined __APPLE__ && not defined __FreeBSD__
|
|
#include <malloc.h>
|
|
#endif
|
|
|