Commit d44a837
committed
COMP: Ensure tbb library is built with the expected deployment target
This commit is a follow-up of these commits:
* a5f774b (ENH: Add TBB support to Linux wheels)
* 374c744 (ENH: Add macOS wheel TBB support)
* 037a326 (ENH: Build macOS module wheels with TBB support)
It ensures that oneTBB is built specifying the non-default options
expected by oneTBB (See [1]) and it should ensure the library can be
loaded on macOS >= 10.9.
[1] https://github.com/oneapi-src/oneTBB/blob/v2021.3.0/CMakeLists.txt#L32-L39
See https://discourse.itk.org/t/itk-5-3rc4-post3-failure-to-load-libtbb-library-observed-on-macos-10-13/5405/1#suggested-path-forward-3
Close #2141 parent d976e5b commit d44a837
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
108 | 117 | | |
109 | 118 | | |
110 | 119 | | |
| |||
114 | 123 | | |
115 | 124 | | |
116 | 125 | | |
| 126 | + | |
117 | 127 | | |
118 | 128 | | |
119 | 129 | | |
| |||
0 commit comments