UmVirt LFS Package info

📦Package info

🔙Parent Directory  -

DB commit: d35a620850806ab581b32cb34d268a904c9c0a5f
APP commit:
[ BASH | XML | JSON ]

blender

Free and Open 3D Creation Software.

Package info

Codename: blender
Source file: blender-2.81.tar.xz
Source directory: blender-2.81
Package URL: https://ulfs.org/linux/downloads/package_files/0.1/packages/b/blender-2.81.tar.xz
Package md5-checksum URL: blender-2.81.tar.xz.md5sum
Dependances: mesa, cmake, libpng, tiff, xdg-utils, openjpeg, libboost, SDL2, ffmpeg, oiio, openexr, glew, python3-numpy, python3-requests, jemalloc, openal, alembic, fftw-single, fftw-double, fftw-longdouble, fftw-quad, opencollada, opencolorio, openshadinglanguage, oidn, libspnav, ptex, opensubdiv, log4cplus, openvdb.
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
#LFS BUGFIX: 3.7m in /usr/include not 3.7.
ln -s /usr/include/python3.7m /usr/include/python3.7

#numpy bugfix
ln -s /usr/lib/python3.7/site-packages/numpy*/numpy /usr/lib/python3.7

mkdir build
cd build

#cmake config for debug:
#    files/cmake/config/blender_lite.cmake

cmake \
    -GNinja \
    -C../build_files/cmake/config/blender_release.cmake .. \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_BUILD_TYPE=Release \
    -DWITH_INSTALL_PORTABLE=OFF \
    -DWITH_PYTHON_INSTALL=OFF \
    -DPYTHON_VERSION=3.7 \
    -DPYTHON_LIBPATH=/usr/lib \
    -DPYTHON_LIBRARY=python3.7m \
    -DPYTHON_INCLUDE_DIRS=/usr/include/python3.7m

Build script:
ninja

Install script:
ninja install


Comments:

  1. Based on Arch Linux instructions.
  2. No Nvidia CUDA support in dependencies.
  3. Install as root


Apache/2.4.62 (Debian) Server at ulfs.org Port 443