summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/libomp: Fix lit arg passing in -*9999Michał Górny2018-03-091-1/+1
| | | | Closes: https://bugs.gentoo.org/649970
* sys-libs/libomp: Control lit job countMichał Górny2018-03-081-2/+2
| | | | Closes: https://bugs.gentoo.org/649554
* sys-libs/libomp: Perform PDS checks only for relevant kernel versionsMichał Górny2018-01-301-9/+15
| | | | | | | | | | | | Update the PDS check logic to apply only when running the Linux kernel, versions between 4.13 and 4.15. That covers the range of -pf kernels that have the broken PDS version, and I think we can reasonably assume users will not be updating the patch along with the kernel. Also, perform the check only once in pkg_pretend. There is really no point in repeating it as packages do not alter kernel configuration. Closes: https://bugs.gentoo.org/638410
* sys-libs/libomp: Include -pf kernel version with fixed PDSMichał Górny2018-01-301-1/+1
|
* sys-libs/libomp: Add flags to control offloading (to 6+)Michał Górny2018-01-201-5/+23
| | | | | | | | Add USE=offload to control building libomptarget for offloading. When enabled, build the native offloading plugin unconditionally. Also add USE=cuda to support building the CUDA plugin. Closes: https://bugs.gentoo.org/645048
* sys-libs/libomp: List broken PDS scheduler versionsMichał Górny2018-01-181-1/+4
| | | | | | | | | | The sched_yield() call has been reintroduced in PDS 0.98i. Improve the kernel check to explicitly list which PDS versions are affected, and which -pf kernels are affected (sadly, no fixed version yet). Big thanks to Holger Hoffstätte for convincing upstream to fix this and all the research! Bug: https://bugs.gentoo.org/638410
* sys-libs/libomp: Update CMake option namesMichał Górny2018-01-041-3/+4
| | | | Closes: https://bugs.gentoo.org/642412
* sys-libs/libomp: Tests of new versions require clang-6 nowMichał Górny2018-01-041-1/+1
|
* sys-libs/libomp: Add a live ebuild for 6.0 branchMichał Górny2018-01-031-0/+88