Merge pull request #208716 from wegank/osl-aarch64-linux
osl: unbreak on aarch64-linux
This commit is contained in:
commit
11e43555d5
2 changed files with 2 additions and 2 deletions
|
@ -33,6 +33,7 @@ in stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
cmakeFlags = [
|
||||
"-DBoost_ROOT=${boost}"
|
||||
"-DUSE_BOOST_WAVE=ON"
|
||||
"-DENABLE_RTTI=ON"
|
||||
|
||||
|
@ -73,7 +74,6 @@ in stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
broken = (stdenv.isLinux && stdenv.isAarch64);
|
||||
description = "Advanced shading language for production GI renderers";
|
||||
homepage = "https://opensource.imageworks.com/osl.html";
|
||||
maintainers = with maintainers; [ hodapp ];
|
||||
|
|
|
@ -10350,7 +10350,7 @@ with pkgs;
|
|||
oshka = callPackage ../development/tools/oshka {};
|
||||
|
||||
osl = libsForQt5.callPackage ../development/compilers/osl {
|
||||
boost = boost165;
|
||||
boost = boost17x;
|
||||
};
|
||||
|
||||
osqp = callPackage ../development/libraries/science/math/osqp { };
|
||||
|
|
Loading…
Reference in a new issue