Skip to content
Snippets Groups Projects
Commit 6fa6ba0b authored by Jens Henrik Goebbert's avatar Jens Henrik Goebbert
Browse files

initial commit

parent 8f4d0c8c
No related tags found
No related merge requests found
easyblock = 'PackedBinary'
name = 'Blender'
version = '3.4.1'
versionsuffix = '-binary'
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': 'GCCcore', 'version': '11.3.0'}
source_urls = ['http://ftp.nluug.nl/pub/graphics/%(namelower)s/release/%(name)s%(version_major_minor)s/']
sources = ['%(namelower)s-%(version)s-linux-x64.tar.xz']
checksums = ['1497f83f93e9bbbde745422c795ed10fe15f92f5622b4421768f149fbe776981']
dependencies = [
('X11', '20220504'),
('OpenGL', '2022a'),
('CUDA', '12.0', '', SYSTEM),
]
postinstallcmds = [
# remove Blenders OpenGL libs
'rm -rf %(installdir)s/lib/mesa',
]
sanity_check_paths = {
'files': ['%(namelower)s'],
'dirs': ['%(version_major_minor)s'],
}
modaliases = {
'blender': 'blender -- --cycles-device CUDA',
}
moduleclass = 'vis'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment