Diff osl-1.12.11.0 with a osl-1.12.13.0
/usr/portage/media-libs/osl/osl-1.12.13.0.ebuild 2023-10-09 14:52:31.708368406 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
6 |
PYTHON_COMPAT=( python3_{10..11} ) |
|
7 | 7 | |
8 | 8 |
# Check this on updates |
9 | 9 |
LLVM_MAX_SLOT=15 |
10 | 10 | |
11 |
inherit cmake llvm toolchain-funcs python-single-r1 |
|
11 |
inherit cmake flag-o-matic llvm toolchain-funcs python-single-r1 |
|
12 | 12 | |
13 | 13 |
DESCRIPTION="Advanced shading language for production GI renderers" |
14 | 14 |
HOMEPAGE="http://opensource.imageworks.com/?p=osl" |
... | ... | |
78 | 78 |
# If no CPU SIMDs were used, completely disable them |
79 | 79 |
[[ -z ${mysimd} ]] && mysimd=("0") |
80 | 80 | |
81 |
# This is currently needed on arm64 to get the NEON SIMD wrapper to compile the code successfully |
|
82 |
# Even if there are no SIMD features selected, it seems like the code will turn on NEON support if it is available. |
|
83 |
use arm64 && append-flags -flax-vector-conversions |
|
84 | ||
81 | 85 |
local gcc="$(tc-getCC)" |
82 | 86 |
local mycmakeargs=( |
83 | 87 |
-DCMAKE_INSTALL_DOCDIR="share/doc/${PF}" |