Skip to content

Commit

Permalink
Merge pull request easybuilders#19350 from sara-nl/20231205111441_new…
Browse files Browse the repository at this point in the history
…_pr_Blender365

{vis}[system/system] Blender v3.6.5 w/ linux x86_64 CUDA 12.1.1
  • Loading branch information
casparvl authored Dec 19, 2023
2 parents f6e0df4 + d0f3986 commit 9d18d17
Showing 1 changed file with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
easyblock = 'PackedBinary'

name = 'Blender'
version = '3.6.5'
versionsuffix = '-linux-x86_64-CUDA-%(cudaver)s'

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 = SYSTEM

source_urls = ['https://ftp.nluug.nl/pub/graphics/blender/release/Blender%(version_major_minor)s/']
sources = ['blender-%(version)s-linux-x64.tar.xz']
checksums = ['05b2e56249a92b856c8b7b4d77c65e245702aaa81d9b4f34734ec09bbcedf42b']

dependencies = [
('CUDA', '12.1.1')
]

sanity_check_paths = {
'files': ['blender', 'blender-softwaregl'],
'dirs': ['%(version_major_minor)s'],
}

sanity_check_commands = ["blender --help"]

moduleclass = 'vis'

0 comments on commit 9d18d17

Please sign in to comment.