2020-11-26 19:49:33 +00:00
|
|
|
{ config, stdenv, lib, fetchurl, boost, cmake, ffmpeg, gettext, glew
|
2016-09-30 20:45:41 +01:00
|
|
|
, ilmbase, libXi, libX11, libXext, libXrender
|
|
|
|
, libjpeg, libpng, libsamplerate, libsndfile
|
2020-03-16 17:18:58 +00:00
|
|
|
, libtiff, libGLU, libGL, openal, opencolorio, openexr, openimagedenoise, openimageio2, openjpeg, python3Packages
|
2020-02-23 11:10:53 +00:00
|
|
|
, openvdb, libXxf86vm, tbb, alembic
|
2019-05-22 17:34:09 +01:00
|
|
|
, zlib, fftw, opensubdiv, freetype, jemalloc, ocl-icd, addOpenGLRunpath
|
2015-06-27 08:17:52 +01:00
|
|
|
, jackaudioSupport ? false, libjack2
|
2019-02-03 15:32:13 +00:00
|
|
|
, cudaSupport ? config.cudaSupport or false, cudatoolkit
|
2014-12-23 17:16:47 +00:00
|
|
|
, colladaSupport ? true, opencollada
|
2020-02-28 18:55:13 +00:00
|
|
|
, makeWrapper
|
2020-01-08 01:42:02 +00:00
|
|
|
, pugixml, SDL, Cocoa, CoreGraphics, ForceFeedback, OpenAL, OpenGL
|
2020-11-25 20:47:35 +00:00
|
|
|
, embree, gmp
|
2013-03-28 00:00:22 +00:00
|
|
|
}:
|
2010-05-08 22:25:56 +01:00
|
|
|
|
2014-07-15 22:30:55 +01:00
|
|
|
with lib;
|
|
|
|
|
2019-08-02 13:57:36 +01:00
|
|
|
let python = python3Packages.python; in
|
2018-03-30 20:58:28 +01:00
|
|
|
|
2017-10-16 01:34:16 +01:00
|
|
|
stdenv.mkDerivation rec {
|
2019-08-02 13:57:36 +01:00
|
|
|
pname = "blender";
|
2020-11-25 20:47:35 +00:00
|
|
|
version = "2.91.0";
|
2007-12-01 18:05:26 +00:00
|
|
|
|
2008-01-30 17:20:48 +00:00
|
|
|
src = fetchurl {
|
2019-11-03 11:34:05 +00:00
|
|
|
url = "https://download.blender.org/source/${pname}-${version}.tar.xz";
|
2020-11-25 20:47:35 +00:00
|
|
|
sha256 = "0x396lgmk0dq9115yrc36s8zwxzmjr490sr5n2y6w27y17yllyjm";
|
2007-12-01 18:05:26 +00:00
|
|
|
};
|
|
|
|
|
2020-01-08 01:42:02 +00:00
|
|
|
patches = lib.optional stdenv.isDarwin ./darwin.patch;
|
|
|
|
|
2019-05-22 17:34:09 +01:00
|
|
|
nativeBuildInputs = [ cmake ] ++ optional cudaSupport addOpenGLRunpath;
|
2014-05-19 20:29:56 +01:00
|
|
|
buildInputs =
|
2020-11-26 19:49:33 +00:00
|
|
|
[ boost ffmpeg gettext glew ilmbase
|
2020-01-08 01:42:02 +00:00
|
|
|
freetype libjpeg libpng libsamplerate libsndfile libtiff
|
2020-03-16 17:18:58 +00:00
|
|
|
opencolorio openexr openimagedenoise openimageio2 openjpeg python zlib fftw jemalloc
|
2020-02-23 11:10:53 +00:00
|
|
|
alembic
|
2015-10-12 14:51:04 +01:00
|
|
|
(opensubdiv.override { inherit cudaSupport; })
|
2020-01-08 01:42:02 +00:00
|
|
|
tbb
|
2018-03-30 20:58:28 +01:00
|
|
|
makeWrapper
|
2020-09-18 14:14:12 +01:00
|
|
|
embree
|
2020-11-25 20:47:35 +00:00
|
|
|
gmp
|
2014-08-09 09:31:55 +01:00
|
|
|
]
|
2020-01-08 01:42:02 +00:00
|
|
|
++ (if (!stdenv.isDarwin) then [
|
|
|
|
libXi libX11 libXext libXrender
|
|
|
|
libGLU libGL openal
|
|
|
|
libXxf86vm
|
|
|
|
# OpenVDB currently doesn't build on darwin
|
|
|
|
openvdb
|
|
|
|
]
|
|
|
|
else [
|
|
|
|
pugixml SDL Cocoa CoreGraphics ForceFeedback OpenAL OpenGL
|
|
|
|
])
|
2015-06-27 08:17:52 +01:00
|
|
|
++ optional jackaudioSupport libjack2
|
2015-08-19 06:25:25 +01:00
|
|
|
++ optional cudaSupport cudatoolkit
|
2014-12-23 17:16:47 +00:00
|
|
|
++ optional colladaSupport opencollada;
|
2014-05-19 20:29:56 +01:00
|
|
|
|
2020-09-18 14:14:12 +01:00
|
|
|
postPatch = ''
|
|
|
|
# allow usage of dynamically linked embree
|
|
|
|
rm build_files/cmake/Modules/FindEmbree.cmake
|
|
|
|
'' +
|
|
|
|
(if stdenv.isDarwin then ''
|
2020-01-08 01:42:02 +00:00
|
|
|
: > build_files/cmake/platform/platform_apple_xcode.cmake
|
|
|
|
substituteInPlace source/creator/CMakeLists.txt \
|
|
|
|
--replace '${"$"}{LIBDIR}/python' \
|
|
|
|
'${python}'
|
|
|
|
substituteInPlace build_files/cmake/platform/platform_apple.cmake \
|
2020-07-01 03:27:08 +01:00
|
|
|
--replace 'set(PYTHON_VERSION 3.7)' \
|
|
|
|
'set(PYTHON_VERSION ${python.pythonVersion})' \
|
|
|
|
--replace '${"$"}{PYTHON_VERSION}m' \
|
|
|
|
'${"$"}{PYTHON_VERSION}' \
|
2020-01-08 01:42:02 +00:00
|
|
|
--replace '${"$"}{LIBDIR}/python' \
|
|
|
|
'${python}' \
|
|
|
|
--replace '${"$"}{LIBDIR}/opencollada' \
|
|
|
|
'${opencollada}' \
|
|
|
|
--replace '${"$"}{PYTHON_LIBPATH}/site-packages/numpy' \
|
|
|
|
'${python3Packages.numpy}/${python.sitePackages}/numpy' \
|
|
|
|
--replace 'set(OPENJPEG_INCLUDE_DIRS ' \
|
|
|
|
'set(OPENJPEG_INCLUDE_DIRS "'$(echo ${openjpeg.dev}/include/openjpeg-*)'") #' \
|
|
|
|
--replace 'set(OPENJPEG_LIBRARIES ' \
|
|
|
|
'set(OPENJPEG_LIBRARIES "${openjpeg}/lib/libopenjp2.dylib") #' \
|
|
|
|
--replace 'set(OPENIMAGEIO ' \
|
2020-01-10 18:55:49 +00:00
|
|
|
'set(OPENIMAGEIO "${openimageio2.out}") #' \
|
2020-01-08 01:42:02 +00:00
|
|
|
--replace 'set(OPENEXR_INCLUDE_DIRS ' \
|
|
|
|
'set(OPENEXR_INCLUDE_DIRS "${openexr.dev}/include/OpenEXR") #'
|
|
|
|
'' else ''
|
2017-02-28 23:50:11 +00:00
|
|
|
substituteInPlace extern/clew/src/clew.c --replace '"libOpenCL.so"' '"${ocl-icd}/lib/libOpenCL.so"'
|
2020-09-18 14:14:12 +01:00
|
|
|
'');
|
2014-07-15 21:52:23 +01:00
|
|
|
|
2014-05-19 20:29:56 +01:00
|
|
|
cmakeFlags =
|
2020-02-15 11:39:27 +00:00
|
|
|
[
|
2020-02-23 11:10:53 +00:00
|
|
|
"-DWITH_ALEMBIC=ON"
|
2020-02-15 11:39:27 +00:00
|
|
|
"-DWITH_MOD_OCEANSIM=ON"
|
2014-05-19 20:29:56 +01:00
|
|
|
"-DWITH_CODEC_FFMPEG=ON"
|
|
|
|
"-DWITH_CODEC_SNDFILE=ON"
|
|
|
|
"-DWITH_INSTALL_PORTABLE=OFF"
|
2015-01-09 15:57:38 +00:00
|
|
|
"-DWITH_FFTW3=ON"
|
2020-01-08 01:42:02 +00:00
|
|
|
"-DWITH_SDL=OFF"
|
2015-01-09 15:57:38 +00:00
|
|
|
"-DWITH_OPENCOLORIO=ON"
|
2015-10-12 14:51:04 +01:00
|
|
|
"-DWITH_OPENSUBDIV=ON"
|
2020-06-12 21:00:09 +01:00
|
|
|
"-DPYTHON_LIBRARY=${python.libPrefix}"
|
2014-05-19 20:29:56 +01:00
|
|
|
"-DPYTHON_LIBPATH=${python}/lib"
|
2020-06-12 21:00:09 +01:00
|
|
|
"-DPYTHON_INCLUDE_DIR=${python}/include/${python.libPrefix}"
|
2019-01-03 09:05:50 +00:00
|
|
|
"-DPYTHON_VERSION=${python.pythonVersion}"
|
2016-08-22 14:39:33 +01:00
|
|
|
"-DWITH_PYTHON_INSTALL=OFF"
|
|
|
|
"-DWITH_PYTHON_INSTALL_NUMPY=OFF"
|
2019-08-02 13:57:36 +01:00
|
|
|
"-DPYTHON_NUMPY_PATH=${python3Packages.numpy}/${python.sitePackages}"
|
2019-11-03 11:34:05 +00:00
|
|
|
"-DWITH_OPENVDB=ON"
|
|
|
|
"-DWITH_TBB=ON"
|
|
|
|
"-DWITH_IMAGE_OPENJPEG=ON"
|
2020-01-08 01:42:02 +00:00
|
|
|
"-DWITH_OPENCOLLADA=${if colladaSupport then "ON" else "OFF"}"
|
|
|
|
]
|
|
|
|
++ optionals stdenv.isDarwin [
|
|
|
|
"-DWITH_CYCLES_OSL=OFF" # requires LLVM
|
|
|
|
"-DWITH_OPENVDB=OFF" # OpenVDB currently doesn't build on darwin
|
|
|
|
|
|
|
|
"-DLIBDIR=/does-not-exist"
|
2014-07-15 22:30:55 +01:00
|
|
|
]
|
2020-01-08 01:42:02 +00:00
|
|
|
# Clang doesn't support "-export-dynamic"
|
|
|
|
++ optional stdenv.cc.isClang "-DPYTHON_LINKFLAGS="
|
2014-08-09 09:31:55 +01:00
|
|
|
++ optional jackaudioSupport "-DWITH_JACK=ON"
|
2020-01-08 01:42:02 +00:00
|
|
|
++ optional cudaSupport "-DWITH_CYCLES_CUDA_BINARIES=ON";
|
2008-05-14 14:39:20 +01:00
|
|
|
|
2019-01-03 09:05:50 +00:00
|
|
|
NIX_CFLAGS_COMPILE = "-I${ilmbase.dev}/include/OpenEXR -I${python}/include/${python.libPrefix}";
|
2012-09-19 21:41:15 +01:00
|
|
|
|
2017-09-16 21:38:31 +01:00
|
|
|
# Since some dependencies are built with gcc 6, we need gcc 6's
|
|
|
|
# libstdc++ in our RPATH. Sigh.
|
|
|
|
NIX_LDFLAGS = optionalString cudaSupport "-rpath ${stdenv.cc.cc.lib}/lib";
|
|
|
|
|
2012-09-19 21:41:15 +01:00
|
|
|
enableParallelBuilding = true;
|
2007-12-01 18:05:26 +00:00
|
|
|
|
2020-02-28 18:55:13 +00:00
|
|
|
blenderExecutable =
|
|
|
|
placeholder "out" + (if stdenv.isDarwin then "/Blender.app/Contents/MacOS/Blender" else "/bin/blender");
|
|
|
|
# --python-expr is used to workaround https://developer.blender.org/T74304
|
|
|
|
postInstall = ''
|
|
|
|
wrapProgram $blenderExecutable \
|
2020-03-12 18:41:25 +00:00
|
|
|
--prefix PYTHONPATH : ${python3Packages.numpy}/${python.sitePackages} \
|
|
|
|
--add-flags '--python-use-system-env'
|
2020-02-28 18:55:13 +00:00
|
|
|
'';
|
2018-03-30 20:58:28 +01:00
|
|
|
|
2019-05-22 17:34:09 +01:00
|
|
|
# Set RUNPATH so that libcuda and libnvrtc in /run/opengl-driver(-32)/lib can be
|
|
|
|
# found. See the explanation in libglvnd.
|
|
|
|
postFixup = optionalString cudaSupport ''
|
|
|
|
for program in $out/bin/blender $out/bin/.blender-wrapped; do
|
|
|
|
isELF "$program" || continue
|
|
|
|
addOpenGLRunpath "$program"
|
|
|
|
done
|
|
|
|
'';
|
|
|
|
|
2014-02-18 21:11:39 +00:00
|
|
|
meta = with stdenv.lib; {
|
2010-05-08 22:25:56 +01:00
|
|
|
description = "3D Creation/Animation/Publishing System";
|
2020-03-14 00:12:28 +00:00
|
|
|
homepage = "https://www.blender.org";
|
2010-05-08 22:25:56 +01:00
|
|
|
# They comment two licenses: GPLv2 and Blender License, but they
|
|
|
|
# say: "We've decided to cancel the BL offering for an indefinite period."
|
2014-02-18 21:11:39 +00:00
|
|
|
license = licenses.gpl2Plus;
|
2020-01-08 01:42:02 +00:00
|
|
|
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
2020-06-09 16:56:50 +01:00
|
|
|
maintainers = with maintainers; [ goibhniu veprbl ];
|
2010-05-08 22:25:56 +01:00
|
|
|
};
|
2007-12-01 18:05:26 +00:00
|
|
|
}
|