Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 789980 Details for
Bug 834547
media-gfx/superslicer: depends on ilmbase (won't install due to ilmbase/imath block)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for handling tbb version > 2020
tbb-version-2.3.57.12.patch (text/plain), 1.03 KB, created by
Stephen Cavilia
on 2022-07-03 16:14:59 UTC
(
hide
)
Description:
fix for handling tbb version > 2020
Filename:
MIME Type:
Creator:
Stephen Cavilia
Created:
2022-07-03 16:14:59 UTC
Size:
1.03 KB
patch
obsolete
>--- a/cmake/modules/FindTBB.cmake >+++ b/cmake/modules/FindTBB.cmake >@@ -196,11 +196,11 @@ if(NOT TBB_FOUND) > > if(TBB_INCLUDE_DIRS) > if (EXISTS "${TBB_INCLUDE_DIRS}/tbb/tbb_stddef.h") > file(READ "${TBB_INCLUDE_DIRS}/tbb/tbb_stddef.h" _tbb_version_file) > else() >- file(READ "${TBB_INCLUDE_DIRS}/tbb/version.h" _tbb_version_file) >+ file(READ "${TBB_INCLUDE_DIRS}/oneapi/tbb/version.h" _tbb_version_file) > endif() > string(REGEX REPLACE ".*#define TBB_VERSION_MAJOR ([0-9]+).*" "\\1" > TBB_VERSION_MAJOR "${_tbb_version_file}") > string(REGEX REPLACE ".*#define TBB_VERSION_MINOR ([0-9]+).*" "\\1" > TBB_VERSION_MINOR "${_tbb_version_file}") >@@ -278,11 +278,11 @@ if(NOT TBB_FOUND) > > if(NOT MSVC AND NOT TBB_LIBRARIES) > set(TBB_LIBRARIES ${TBB_LIBRARIES_RELEASE}) > endif() > >- set(TBB_DEFINITIONS "") >+ set(TBB_DEFINITIONS "TBB_VERSION_MAJOR=${TBB_VERSION_MAJOR}") > if (MSVC AND TBB_STATIC) > set(TBB_DEFINITIONS __TBB_NO_IMPLICIT_LINKAGE) > endif () > > unset (TBB_STATIC_SUFFIX)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 834547
:
789974
|
789977
| 789980