summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/ocl-icd: Fix dependenciesPatrick Lauer2021-06-261-1/+0
| | | | | | Closes: https://bugs.gentoo.org/798444 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* dev-libs/ocl-icd: Drop old and broken 2.2.14James Le Cuirot2021-05-293-102/+0
| | | | | | Closes: https://bugs.gentoo.org/789558 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/ocl-icd: Version bump to 2.3.0James Le Cuirot2021-05-293-0/+156
| | | | | | | | This is compatible with the new OpenCL headers. Closes: https://bugs.gentoo.org/789558 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/ocl-icd: Pin opencl-headers on 2.2.12 to compatible versionJames Le Cuirot2021-05-291-1/+2
| | | | | | | | We need to ensure this version isn't removed. Closes: https://bugs.gentoo.org/789558 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/ocl-icd: Add support for dev-lang/ruby:3.0Peter Levine2021-05-291-1/+1
| | | | | | | | | | | | | | | Having tested ruby26, ruby27, and ruby30 with the command the build uses to generate files (i.e., ${RUBY} "${S}"/icd_generator.rb --mode database --database "${S}"/ocl_interface.yaml) and diffed the results, all generated files are exactly the same. Closes: https://bugs.gentoo.org/704056 Closes: https://bugs.gentoo.org/766261 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Peter Levine <plevine457@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20156 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/ocl-icd: Fix ruby BDEP selectionPeter Levine2021-05-291-0/+13
| | | | | | | | | | | The Makefile sets RUBY=ruby. The active ruby interpreter set via eselect may not correspond to one that satisfies ${RUBY_DEPS}. Test for the existence of a versioned ruby from among USE_RUBY, moving from right to left, and pass it to emake. Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/ocl-icd: Remove ruby24 from USE_RUBYPeter Levine2021-05-291-0/+44
| | | | | | | | dev-lang/ruby:2.4 is no longer in the gentoo tree. Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-libs/ocl-icd: Bump to 2.2.14Patrick Lauer2021-03-202-0/+45
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* dev-libs/ocl-icd: Drop old versionsMatt Turner2020-08-112-107/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/ocl-icd: x86 stable (bug #721674)Thomas Deutschmann2020-05-141-1/+1
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-libs/ocl-icd: amd64 stable wrt bug #721674Mikle Kolyada2020-05-121-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-libs/ocl-icd: do not block x11-drivers/nvidia-driversMarek Szuba2020-04-201-4/+1
| | | | | | | There are now versions of the latter in the tree which do not depend on eselect-opencl. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/ocl-icd: use dev-util/opencl-headers instead of bundled onesMarek Szuba2020-04-111-8/+10
| | | | | | | | | | | | | | | | | | | | | | | Builds just fine against these, which is not surprising given both sets are official Khronos Group OpenCL 2.2 headers - the only difference being the bundled ones are legacy and the separately packaged ones are unified. Furthermore, without having to worry about file collisions in /usr/include/CL, it will become possible for packages depending on unified headers (e.g. dev-libs/intel-neo, which too uses a bundled copy for now) to use dev-util/opencl-headers regardless of which ICD loader provides the library. Last but not least, one bundling less to worry about! Note that this change makes USE=khronos-headers redundant, that said we keep it in IUSE - at least for now anyway - so that ebuilds explicitly requesting this USE flag needn't be modified. No revbump because the first commit introducing -r3 has at the time of me writing this not had been pushed to Gentoo servers yet. Committed directly due to prolonged absence of the maintainer. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/ocl-icd: install directly into /usrMarek Szuba2020-04-111-0/+47
| | | | | | | | | This leaves x11-drivers/nvidia-drivers as the only OpenCL implementation still requiring eselect-opencl. Committed directly due to prolonged absence of the maintainer. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/ocl-icd: block dev-libs/opencl-icd-loaderMarek Szuba2020-04-091-1/+2
| | | | | | | | | Now, because we depend on app-eselect/eselect-opencl and opencl-icd-loader blocks it. In the future, to avoid file collisions on $libdir/libOpenCL.so* Committed directly due to prolonged absence of the maintainer. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/ocl-icd: tweak for gcc-10, bug #706098Sergei Trofimovich2020-03-212-0/+41
| | | | | | | Reported-by: Anthony Parsons Closes: https://bugs.gentoo.org/706098 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/ocl-icd: works with ruby27Alexey Shvetsov2020-01-141-2/+2
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
* dev-libs/ocl-icd: Drop old versionsMatt Turner2020-01-012-36/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/ocl-icd: fix ${D} vs ${ED} for prefixGuilherme Amadio2019-08-122-5/+5
| | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* dev-libs/ocl-icd: Version bump drop old ruby, add new oneAlexey Shvetsov2019-05-171-0/+52
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
* dev-libs/ocl-icd: x86 stable (bug #668900)Thomas Deutschmann2018-11-041-1/+1
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-libs/ocl-icd: amd64 stable wrt bug #668900Mikle Kolyada2018-11-031-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* dev-libs/ocl-icd-2.2.12: Install headers and drop ocl-icd.icdJan Vesely2018-10-192-11/+23
| | | | | | | | | | | | Add useflag to install khronos CL headers. Don't install ocl-icd.icd to /etc/. v2: Don't try to move docs. It's not necessary. v3: Fixup ruby depend Signed-off-by: Jan Vesely <jano.vesely@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10122 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/ocl-icd: Drop old versionsMatt Turner2018-10-084-108/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/ocl-icd: Version bump to 2.2.12Matt Turner2018-10-082-0/+46
| | | | | | Closes: https://bugs.gentoo.org/637964 Closes: https://bugs.gentoo.org/646122 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/*: Update Manifest hashesMichał Górny2017-12-091-4/+4
|
* dev-libs/ocl-icd: x86 stable wrt bug #621594Agostino Sarubbo2017-06-151-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/ocl-icd: amd64 stable wrt bug #621594Agostino Sarubbo2017-06-131-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-284-4/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-libs/ocl-icd: BumpPatrick Lauer2017-01-282-0/+37
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-libs/ocl-icd: WhitespacePatrick Lauer2016-03-222-2/+2
| | | | Package-Manager: portage-2.2.28
* dev-libs/ocl-icd: fix dev-lang/ruby dependencyAbheek Ghosh2016-03-212-2/+4
| | | | | | | | ocl-icd requires dev-ruby/rubygems to build. version 2.2.3 and 2.2.8 fixed. Gentoo-Bug: https://bugs.gentoo.org/577266 Closes: https://github.com/gentoo/gentoo/pull/1038
* dev-libs/ocl-icd: Bump #575020Patrick Lauer2016-02-182-0/+36
| | | | Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-084-0/+81
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed