forked from easybuilders/easybuild-easyconfigs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request easybuilders#19350 from sara-nl/20231205111441_new…
…_pr_Blender365 {vis}[system/system] Blender v3.6.5 w/ linux x86_64 CUDA 12.1.1
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
easybuild/easyconfigs/b/Blender/Blender-3.6.5-linux-x86_64-CUDA-12.1.1.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |