Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:35 2.3.1 |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
12 Nov 2021 18:16:49 2.3.1 |
Jan Beich (jbeich)  Author: O. Hartmann |
devel/ocl-icd: update to 2.3.1
Changes: https://github.com/OCL-dev/ocl-icd/compare/v2.2.13...v2.3.1
PR: 250562 |
06 Apr 2021 14:31:07 2.2.13 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
30 Nov 2020 21:07:29
2.2.13 |
jbeich  |
devel/ocl-icd: update to 2.2.13
- Drop obsolete CONFLICTS after r438910
Changes: https://github.com/OCL-dev/ocl-icd/compare/v2.2.12...v2.2.13
PR: 250562
Approved by: O. Hartmann (maintainer) |
19 Aug 2020 23:17:04
2.2.12 |
zeising  |
devel/ocl-icd: FIx build with -fno-common
Fix the build of devel/ocl-icd with -fno-common, which is the default with
llvm 11.
MFH: 2020Q3 |
04 Jul 2018 04:47:57
2.2.12 |
swills  |
devel/ocl-icd: update from 2.2.11 to 2.2.12
While here, update maintainer email address, cleanup formatting and pet
portlint.
PR: 226514
Submitted by: O. Hartmann <ohartmann@walstatt.org> (maintainer) |
08 Mar 2017 06:36:21
2.2.11_1 |
jbeich  |
devel/ocl-icd: respect prefix after r435308
$ clinfo
Number of platforms 1
Platform Name Intel Gen OCL Driver
Platform Vendor Intel
Platform Version OpenCL 1.2 beignet 1.2
[...]
$ pkg upgrade -q
$ clinfo
Number of platforms 0
$ truss clinfo
[...]
open("/etc/OpenCL/vendors",O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC,022) ERR#2
'No such file or directory'
[...]
PR: 216739
Approved by: portmgr blanket |
03 Mar 2017 05:29:42
2.2.11 |
miwi  |
- Update to 2.2.11
PR: 216739
Submitted by: ohartmann@walstatt.org
Approved by: maintainer timeout |
22 Oct 2016 12:02:24
2.2.9 |
kwm  |
Update ocl-icd to 2.2.9.
* Add minimal version to the opencl build dependancy.
* Replace CPPFLAGS/LDFLAGS with USES=localbase.
PR: 212363
Submitted by: maintainer |
01 Apr 2016 14:00:57
2.2.7 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
17 Sep 2015 17:45:22
2.2.7 |
kwm  |
Add ocl-icd - OpenCL Installable Client Driver.
This library provides a way that OpenCL programs can open several
ICD's. The Intel (beignet) and AMD/ATI (Clover for Mesa) OpenCL
implimentations will be build as ICD's. This has as benefit
that programs will not link directly against the OpenCL
implimentation but against ocl-icd. The user needs to manualy
install the OpenCL implimentation they want to use.
PR: 181244
Submitted by: ohartman@zedat.fu-berlin.de |