aboutsummaryrefslogtreecommitdiff
path: root/java/aparapi
Commit message (Collapse)AuthorAgeFilesLines
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-1/+0
| | | | | | | | | | | | | | | java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342 Notes: svn path=/head/; revision=518482
* java/aparapi: fix recent LLVM6 fallout caused by the switch to default to ↵Johannes M Dieterich2018-02-092-9/+11
| | | | | | | | | | | | C++14. As development of aparapi at the location referenced by the port as slowed down, set C++ standard explicitly in the internal Makefile. Ultimately, an upgrade to the more active development location is planned. Reviewed by: swills (mentor) Approved by: swills (mentor) MFH: 2018Q1 Differential Revision: https://reviews.freebsd.org/D14278 Notes: svn path=/head/; revision=461287
* Remove i386 from the viable platforms list.Koop Mast2016-09-251-1/+1
| | | | | | | | | | | The compiliation of aparapi causes OpenJDK8 on 10.1/i386 to dump core with a internal error. PR: 210672 Submitted by: maintainer@ Notes: svn path=/head/; revision=422757
* New port: java/aparapiKurt Jaeger2016-06-268-0/+242
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: svn path=/head/; revision=417519