aboutsummaryrefslogtreecommitdiff
path: root/java/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-06-26 11:51:09 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-06-26 11:51:09 +0000
commitf8f66d777fdc93a4ecc35c50c439f53bb3723dcd (patch)
treeb964f4dd9eecbdbe72bd61f7b132c99cc3f91d50 /java/Makefile
parentb55fce5dc3b9d5a895ae6b8a4486dfaeaab3e155 (diff)
downloadports-f8f66d777fdc93a4ecc35c50c439f53bb3723dcd.tar.gz
ports-f8f66d777fdc93a4ecc35c50c439f53bb3723dcd.zip
New port: java/aparapi
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
Notes
Notes: svn path=/head/; revision=417519
Diffstat (limited to 'java/Makefile')
-rw-r--r--java/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile
index 245906c6a8fa..87ab0d699444 100644
--- a/java/Makefile
+++ b/java/Makefile
@@ -3,6 +3,7 @@
COMMENT = Java language support
+ SUBDIR += aparapi
SUBDIR += avis
SUBDIR += berkeley-db
SUBDIR += bluej