Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys-libs/libomp: Drop old 3.9.0 | Michał Górny | 2018-04-04 | 2 | -50/+0 |
| | |||||
* | sys-libs/libomp: Drop old 3.8.1 | Michał Górny | 2018-04-04 | 4 | -94/+0 |
| | |||||
* | sys-libs/libomp: Drop old 3.7.1 | Michał Górny | 2018-04-04 | 2 | -58/+0 |
| | |||||
* | sys-libs/libomp: Restore ~arm64 keywords, bug #650024 | Michał Górny | 2018-03-13 | 1 | -1/+1 |
| | |||||
* | sys-libs/libomp: 6.0.0 tested on ~amd64-fbsd | Michał Górny | 2018-03-11 | 1 | -1/+1 |
| | |||||
* | sys-libs/libomp: Dekeyword ~arm* due to deps | Michał Górny | 2018-03-09 | 1 | -1/+1 |
| | |||||
* | sys-libs/libomp: Bump to 6.0.0 final | Michał Górny | 2018-03-09 | 2 | -5/+5 |
| | |||||
* | sys-libs/libomp: Fix lit arg passing in -*9999 | Michał Górny | 2018-03-09 | 2 | -2/+2 |
| | | | | Closes: https://bugs.gentoo.org/649970 | ||||
* | sys-libs/libomp: Control lit job count | Michał Górny | 2018-03-08 | 2 | -4/+4 |
| | | | | Closes: https://bugs.gentoo.org/649554 | ||||
* | sys-libs/libomp: marked ~x64-macos | Fabian Groffen | 2018-03-04 | 1 | -1/+1 |
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 | ||||
* | sys-libs/libomp: Bump to 6.0.0rc3 | Michał Górny | 2018-02-26 | 2 | -1/+1 |
| | |||||
* | sys-libs/libomp: Bump to 6.0.0rc2 | Michał Górny | 2018-02-09 | 2 | -0/+116 |
| | |||||
* | sys-libs/libomp: marked ~amd64-linux | Fabian Groffen | 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 | Michał Górny | 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 | Michał Górny | 2018-01-30 | 4 | -4/+4 |
| | |||||
* | sys-libs/libomp: x86 stable (bug #644814) | Thomas Deutschmann | 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+) | Michał Górny | 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 | Michał Górny | 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) | Michał Górny | 2018-01-18 | 2 | -82/+0 |
| | |||||
* | sys-libs/libomp: amd64 stable wrt bug #644814 | Mikle Kolyada | 2018-01-18 | 1 | -2/+2 |
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 | ||||
* | sys-libs/libomp: Update CMake option names | Michał Górny | 2018-01-04 | 2 | -6/+8 |
| | | | | Closes: https://bugs.gentoo.org/642412 | ||||
* | sys-libs/libomp: Tests of new versions require clang-6 now | Michał Górny | 2018-01-04 | 2 | -2/+2 |
| | |||||
* | sys-libs/libomp: Add a live ebuild for 6.0 branch | Michał Górny | 2018-01-03 | 1 | -0/+88 |
| | |||||
* | sys-libs/libomp: Disallow kernels with PDU scheduler | Michał Górny | 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 | Michał Górny | 2017-12-22 | 4 | -1/+8 |
| | | | | Bug: https://bugs.gentoo.org/638410 | ||||
* | sys-libs/libomp: Remove live ebuild for obsolete 5.0 branch | Michał Górny | 2017-12-21 | 1 | -74/+0 |
| | |||||
* | sys-libs/libomp: Bump to 5.0.1 (final) | Michał Górny | 2017-12-20 | 2 | -3/+3 |
| | |||||
* | sys-libs/libomp: Restrict tests with USE=-test | Michał Górny | 2017-12-15 | 2 | -0/+2 |
| | |||||
* | sys-libs/libomp-4.0.1: amd64 stable, bug 637210 | Matt Turner | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | sys-libs: Update Manifest hashes. | Ulrich Müller | 2017-12-09 | 1 | -6/+6 |
| | |||||
* | sys-libs/libomp: Bump to 5.0.1_rc2 | Michał Górny | 2017-12-02 | 2 | -0/+73 |
| | |||||
* | sys-libs/libomp: Restore libomptarget options for -9999 | Michał Górny | 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) | Thomas Deutschmann | 2017-11-19 | 1 | -1/+1 |
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 | ||||
* | sys-libs/libomp: Call cmake-utils_src_prepare | Michał Górny | 2017-11-16 | 1 | -1/+1 |
| | |||||
* | sys-libs/libomp: Remove unused LIBOMPTARGET_LIBDIR_SUFFIX | Michał Górny | 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 | Michał Górny | 2017-10-01 | 1 | -0/+1 |
| | |||||
* | sys-libs/libomp: Fix using external lit | Michał Górny | 2017-10-01 | 1 | -0/+3 |
| | |||||
* | sys-libs/libomp: Bump to 5.0.0 | Michał Górny | 2017-09-08 | 2 | -0/+74 |
| | |||||
* | sys-libs/libomp: Clean old up | Michał Górny | 2017-07-25 | 2 | -80/+0 |
| | |||||
* | sys-libs/libomp: Branch for 5.0.0 release | Michał Górny | 2017-07-24 | 1 | -0/+74 |
| | |||||
* | sys-libs/libomp: Use https for llvm.org | Michał Górny | 2017-07-09 | 7 | -13/+13 |
| | |||||
* | sys-libs/libomp: Update upstream git URI | Michał Górny | 2017-07-09 | 1 | -1/+1 |
| | |||||
* | sys-libs/libomp: Bump to 4.0.1 | Michał Górny | 2017-06-27 | 4 | -1/+81 |
| | |||||
* | sys-libs/libomp: x86 stable wrt bug #607660 | Agostino Sarubbo | 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 | Agostino Sarubbo | 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 | Michał Górny | 2017-03-13 | 2 | -2/+2 |
| | |||||
* | sys-libs/libomp: Bump to 4.0.0rc3 | Michał Górny | 2017-03-06 | 3 | -1/+102 |
| | |||||
* | Drop $Id$ per council decision in bug #611234. | Robin H. Johnson | 2017-02-28 | 6 | -6/+0 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | sys-libs/libomp: add ~arm64, bug #591822 | Markus Meier | 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 | Michał Górny | 2017-02-15 | 2 | -1/+1 |
| |