easyconfigs-it4i/b/Blender/Blender-3.5.1-GCC-10.3.0.eb
Lukas Krupcik cd989bc200 modified: b/Blender/Blender-3.5.1-GCC-10.3.0.eb
new file:   n/NVHPC/NVHPC-23.3.eb
	modified:   x/XALT/XALT-2.10.45-GPU-eb.eb
2023-06-08 10:44:17 +02:00

33 lines
1.1 KiB
Plaintext

# IT4Innovations
# ML 2023
easyblock = 'Tarball'
name = 'Blender'
version = '3.5.1'
homepage = 'https://www.blender.org/'
description = """Blender is the free and open source 3D creation suite. It supports
the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering,
compositing and motion tracking, even video editing and game creation."""
toolchain = {'name': 'GCC', 'version': '10.3.0'}
source_urls = ['https://ftp.nluug.nl/pub/graphics/blender/release/Blender3.5/']
sources = ['blender-%(version)s-linux-x64.tar.xz']
checksums = ['d82ae7ef60eab20b154826c4f21b72ae001eac935646cd2994c5d4a5136f7f1c']
postinstallcmds = [
'ml CUDAcore;"nvcc" -arch=sm_80 --cubin "%(installdir)s/3.5/scripts/addons/cycles/source/kernel/device/cuda/kernel.cu" -o "%(installdir)s/3.5/scripts/addons/cycles/lib/kernel_sm_80.cubin" -m64 --ptxas-options="-v" --use_fast_math -DNVCC -I"%(installdir)s/3.5/scripts/addons/cycles/source" -DWITH_NANOVDB',
'find %(installdir)s -executable -exec chmod +x {} \;',
]
modextrapaths = {'PATH': ''}
sanity_check_paths = {
'files': ["blender"],
'dirs': []
}
moduleclass = 'vis'