Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys-libs/libomp: Bump to 6.0.0rc2 | 2018-02-09 | 2 | -0/+116 | |
| | |||||
* | sys-libs/libomp: marked ~amd64-linux | 2018-02-02 | 1 | -1/+1 | |
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 | ||||
* | sys-libs/libomp: Perform PDS checks only for relevant kernel versions | 2018-01-30 | 4 | -36/+60 | |
| | | | | | | | | | | | | 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 PDS | 2018-01-30 | 4 | -4/+4 | |
| | |||||
* | sys-libs/libomp: x86 stable (bug #644814) | 2018-01-29 | 1 | -1/+1 | |
| | | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6 | ||||
* | sys-libs/libomp: Add flags to control offloading (to 6+) | 2018-01-20 | 3 | -11/+49 | |
| | | | | | | | | 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 versions | 2018-01-18 | 4 | -4/+16 | |
| | | | | | | | | | | 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: Drop old (5.0.0) | 2018-01-18 | 2 | -82/+0 | |
| | |||||
* | sys-libs/libomp: amd64 stable wrt bug #644814 | 2018-01-18 | 1 | -2/+2 | |
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 | ||||
* | sys-libs/libomp: Update CMake option names | 2018-01-04 | 2 | -6/+8 | |
| | | | | Closes: https://bugs.gentoo.org/642412 | ||||
* | sys-libs/libomp: Tests of new versions require clang-6 now | 2018-01-04 | 2 | -2/+2 | |
| | |||||
* | sys-libs/libomp: Add a live ebuild for 6.0 branch | 2018-01-03 | 1 | -0/+88 | |
| | |||||
* | sys-libs/libomp: Disallow kernels with PDU scheduler | 2017-12-30 | 4 | -12/+40 | |
| | | | | | | | | | | The PDU scheduler (used e.g. in current versions of -pf kernel) does not implement the sched_yield() call which is used by the OpenMP implementation to switch between threads. As a result, using OpenMP with this scheduler results in horrible performance with 100% CPU usage on looped noop syscall calls. Closes: https://bugs.gentoo.org/638410 | ||||
* | sys-libs/libomp: Restrict tests to avoid hangs | 2017-12-22 | 4 | -1/+8 | |
| | | | | Bug: https://bugs.gentoo.org/638410 | ||||
* | sys-libs/libomp: Remove live ebuild for obsolete 5.0 branch | 2017-12-21 | 1 | -74/+0 | |
| | |||||
* | sys-libs/libomp: Bump to 5.0.1 (final) | 2017-12-20 | 2 | -3/+3 | |
| | |||||
* | sys-libs/libomp: Restrict tests with USE=-test | 2017-12-15 | 2 | -0/+2 | |
| | |||||
* | sys-libs/libomp-4.0.1: amd64 stable, bug 637210 | 2017-12-14 | 1 | -1/+1 | |
| | |||||
* | sys-libs: Update Manifest hashes. | 2017-12-09 | 1 | -6/+6 | |
| | |||||
* | sys-libs/libomp: Bump to 5.0.1_rc2 | 2017-12-02 | 2 | -0/+73 | |
| | |||||
* | sys-libs/libomp: Restore libomptarget options for -9999 | 2017-11-22 | 1 | -0/+2 | |
| | | | | | The libomptarget library build has been reenabled upstream, so restore the necessary LIBOMPTARGET_LIBDIR_SUFFIX option. | ||||
* | sys-libs/libomp: x86 stable (bug #637210) | 2017-11-19 | 1 | -1/+1 | |
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 | ||||
* | sys-libs/libomp: Call cmake-utils_src_prepare | 2017-11-16 | 1 | -1/+1 | |
| | |||||
* | sys-libs/libomp: Remove unused LIBOMPTARGET_LIBDIR_SUFFIX | 2017-11-16 | 3 | -5/+2 | |
| | | | | | Upstream has disabled building libomptarget for now, so remove the related LIBOMPTARGET_LIBDIR_SUFFIX variable. | ||||
* | sys-libs/libomp: Make the tests more verbose | 2017-10-01 | 1 | -0/+1 | |
| | |||||
* | sys-libs/libomp: Fix using external lit | 2017-10-01 | 1 | -0/+3 | |
| | |||||
* | sys-libs/libomp: Bump to 5.0.0 | 2017-09-08 | 2 | -0/+74 | |
| | |||||
* | sys-libs/libomp: Clean old up | 2017-07-25 | 2 | -80/+0 | |
| | |||||
* | sys-libs/libomp: Branch for 5.0.0 release | 2017-07-24 | 1 | -0/+74 | |
| | |||||
* | sys-libs/libomp: Use https for llvm.org | 2017-07-09 | 7 | -13/+13 | |
| | |||||
* | sys-libs/libomp: Update upstream git URI | 2017-07-09 | 1 | -1/+1 | |
| | |||||
* | sys-libs/libomp: Bump to 4.0.1 | 2017-06-27 | 4 | -1/+81 | |
| | |||||
* | sys-libs/libomp: x86 stable wrt bug #607660 | 2017-04-02 | 1 | -1/+1 | |
| | | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> | ||||
* | sys-libs/libomp: amd64 stable wrt bug #607660 | 2017-04-02 | 1 | -1/+1 | |
| | | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> | ||||
* | sys-libs/libomp: Bump to 4.0.0 final | 2017-03-13 | 2 | -2/+2 | |
| | |||||
* | sys-libs/libomp: Bump to 4.0.0rc3 | 2017-03-06 | 3 | -1/+102 | |
| | |||||
* | Drop $Id$ per council decision in bug #611234. | 2017-02-28 | 6 | -6/+0 | |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | sys-libs/libomp: add ~arm64, bug #591822 | 2017-02-25 | 1 | -1/+1 | |
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm64" | ||||
* | sys-libs/libomp: Bump to 4.0.0.rc2 | 2017-02-15 | 2 | -1/+1 | |
| | |||||
* | sys-libs/libomp: Fix testing using slotted clang | 2017-02-15 | 2 | -2/+2 | |
| | |||||
* | sys-devel/libomp: Set libdir for libomptarget | 2017-01-30 | 1 | -0/+1 | |
| | |||||
* | sys-libs/libomp: Switch 4.0.0rc1 to tarballs, add keywords | 2017-01-24 | 2 | -8/+7 | |
| | |||||
* | sys-libs/libomp: marked ~{ppc,x86,x64}-macos | 2017-01-19 | 1 | -1/+1 | |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | sys-libs/libomp: Bump to 4.0.0rc1 | 2017-01-19 | 1 | -0/+75 | |
| | |||||
* | sys-libs/libomp: marked ~{amd64,x86}-linux | 2017-01-18 | 1 | -2/+2 | |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | sys-libs/libomp: Switch to CMAKE_BUILD_TYPE=RelWithDebInfo | 2017-01-12 | 1 | -0/+5 | |
| | |||||
* | sys-libs/libomp: Bump to 3.9.1 | 2016-12-21 | 2 | -0/+51 | |
| | |||||
* | sys-libs/libomp: Drop a few old versions | 2016-11-12 | 3 | -118/+0 | |
| | |||||
* | sys-libs/libomp: Add missing licenses, #598106 | 2016-10-27 | 6 | -6/+30 | |
| | |||||
* | sys-libs/libomp: Backport upstream musl fix by Lei Zhang | 2016-10-18 | 2 | -0/+37 | |
| | | | | Closes: https://github.com/gentoo/gentoo/pull/2118 |