diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:10:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:53:12 +0100 |
commit | 1aea2894cdc65d5a2aa39c675e39578dd6eceb06 (patch) | |
tree | 4f4d7cb3982d8d795cadc78a1216f80a8c414615 /dev-cpp/eigen | |
parent | Move sys-libs/llvm-libunwind → llvm-runtimes/libunwind (diff) | |
download | gentoo-1aea2894cdc65d5a2aa39c675e39578dd6eceb06.tar.gz gentoo-1aea2894cdc65d5a2aa39c675e39578dd6eceb06.tar.bz2 gentoo-1aea2894cdc65d5a2aa39c675e39578dd6eceb06.zip |
Move sys-libs/libomp → llvm-runtimes/openmp
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-cpp/eigen')
-rw-r--r-- | dev-cpp/eigen/eigen-3.4.0-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/eigen/eigen-3.4.0-r3.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/eigen/eigen-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-cpp/eigen/eigen-3.4.0-r2.ebuild b/dev-cpp/eigen/eigen-3.4.0-r2.ebuild index 02a83d1063b8..0ac161135837 100644 --- a/dev-cpp/eigen/eigen-3.4.0-r2.ebuild +++ b/dev-cpp/eigen/eigen-3.4.0-r2.ebuild @@ -133,7 +133,7 @@ DEPEND=" ) clang? ( sys-devel/clang[llvm_targets_NVPTX] - openmp? ( sys-libs/libomp[llvm_targets_NVPTX,offload] ) + openmp? ( llvm-runtimes/openmp[llvm_targets_NVPTX,offload] ) ) ) hip? ( dev-util/hip ) diff --git a/dev-cpp/eigen/eigen-3.4.0-r3.ebuild b/dev-cpp/eigen/eigen-3.4.0-r3.ebuild index 528d62bcac2f..770ef0673b7f 100644 --- a/dev-cpp/eigen/eigen-3.4.0-r3.ebuild +++ b/dev-cpp/eigen/eigen-3.4.0-r3.ebuild @@ -138,7 +138,7 @@ DEPEND=" ) clang? ( sys-devel/clang[llvm_targets_NVPTX] - openmp? ( sys-libs/libomp[llvm_targets_NVPTX,offload] ) + openmp? ( llvm-runtimes/openmp[llvm_targets_NVPTX,offload] ) ) ) hip? ( dev-util/hip ) diff --git a/dev-cpp/eigen/eigen-9999.ebuild b/dev-cpp/eigen/eigen-9999.ebuild index 6b434b04723c..31c707c1ad4d 100644 --- a/dev-cpp/eigen/eigen-9999.ebuild +++ b/dev-cpp/eigen/eigen-9999.ebuild @@ -137,7 +137,7 @@ DEPEND=" ) clang? ( sys-devel/clang[llvm_targets_NVPTX] - openmp? ( sys-libs/libomp[llvm_targets_NVPTX,offload] ) + openmp? ( llvm-runtimes/openmp[llvm_targets_NVPTX,offload] ) ) ) hip? ( dev-util/hip ) |