Skip to content
Snippets Groups Projects
Commit c05df000 authored by Jens Henrik Göbbert's avatar Jens Henrik Göbbert
Browse files

update Blender everywhere

parent 61593c41
Branches
No related tags found
No related merge requests found
easyblock = 'PackedBinary' easyblock = 'PackedBinary'
name = 'Blender' name = 'Blender'
version = '2.93.5' version = '3.1.2'
versionsuffix = '-binary' versionsuffix = '-binary'
homepage = 'https://www.blender.org' homepage = 'https://www.blender.org'
...@@ -15,13 +15,19 @@ toolchain = {'name': 'GCCcore', 'version': '11.2.0'} ...@@ -15,13 +15,19 @@ toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
source_urls = ['http://ftp.nluug.nl/pub/graphics/%(namelower)s/release/%(name)s%(version_major_minor)s/'] 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'] sources = ['%(namelower)s-%(version)s-linux-x64.tar.xz']
checksums = ['faac4a6c9734760873f120995f71a3e894cad2b0446e7fd56e37941f9b7e6973'] checksums = ['c1d345b25c6f83708b2681d354d70a3e6023c04bb73cc7943366c0c19e542958']
dependencies = [ dependencies = [
('X11', '20210802'), ('X11', '20210802'),
('OpenGL', '2021b'), ('OpenGL', '2021b'),
] ]
postinstallcmds = [
# remove Blenders OpenGL libs
'rm %(installdir)s/lib/libgl*',
'rm %(installdir)s/lib/libGL*',
]
sanity_check_paths = { sanity_check_paths = {
'files': ['%(namelower)s'], 'files': ['%(namelower)s'],
'dirs': ['%(version_major_minor)s'], 'dirs': ['%(version_major_minor)s'],
......
...@@ -19,7 +19,7 @@ builddependencies = [ ...@@ -19,7 +19,7 @@ builddependencies = [
('binutils', '2.37'), ('binutils', '2.37'),
# check for existance # check for existance
('xpra', '4.3.2'), ('xpra', '4.3.2'),
('jsc-xdg-menu', '2022.3', '', ('GCCcore', '11.2.0')), ('jsc-xdg-menu', '2022.5', '', ('GCCcore', '11.2.0')),
] ]
dependencies = [ dependencies = [
...@@ -60,7 +60,7 @@ postinstallcmds = [ ...@@ -60,7 +60,7 @@ postinstallcmds = [
'module load Stages/${STAGE} > /dev/null \n' 'module load Stages/${STAGE} > /dev/null \n'
'module load GCCcore/.11.2.0 > /dev/null \n' 'module load GCCcore/.11.2.0 > /dev/null \n'
'module load xpra/4.3.2 > /dev/null \n' 'module load xpra/4.3.2 > /dev/null \n'
'module load jsc-xdg-menu/.2022.3 > /dev/null \n' 'module load jsc-xdg-menu/.2022.5 > /dev/null \n'
'\n' '\n'
'if ! command -v xterm &> /dev/null \n' 'if ! command -v xterm &> /dev/null \n'
'then \n' 'then \n'
......
easyblock = 'Binary' easyblock = 'Binary'
name = 'jsc-xdg-menu' name = 'jsc-xdg-menu'
version = '2022.3' version = '2022.5'
homepage = '' homepage = ''
description = """setup JSC`s desktop menu""" description = """setup JSC`s desktop menu"""
...@@ -10,11 +10,11 @@ toolchain = {'name': 'GCCcore', 'version': '11.2.0'} ...@@ -10,11 +10,11 @@ toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
source_urls = ['https://gitlab.version.fz-juelich.de/goebbert1/jsc-xdg-menu/-/archive/%(version)s/'] source_urls = ['https://gitlab.version.fz-juelich.de/goebbert1/jsc-xdg-menu/-/archive/%(version)s/']
sources = ['%(name)s-%(version)s.tar.gz'] sources = ['%(name)s-%(version)s.tar.gz']
checksums = ['5ab2891051085799f1043a4e0232d2ea7875c0cafcb86cc1eab0889857b7b49f'] checksums = ['25a8dc16d9e80ac150c3c3b675da8ece286e38423685a4b643f6cf827a25336a']
builddependencies = [ builddependencies = [
# just ensure they exist # just ensure they exist
('Blender', '2.93.5', '-binary', SYSTEM), ('Blender', '3.1.2', '-binary'),
('CubeGUI', '4.6'), ('CubeGUI', '4.6'),
('GPicView', '0.2.5'), ('GPicView', '0.2.5'),
('HDFView', '3.1.3'), ('HDFView', '3.1.3'),
......
easyblock = 'CMakeMake' easyblock = 'CMakeMake'
name = 'VirtualGL' name = 'VirtualGL'
version = '2.6.5' version = '3.0'
homepage = 'https://virtualgl.org/' homepage = 'https://virtualgl.org/'
description = """VirtualGL is an open source toolkit that gives any Linux or description = """VirtualGL is an open source toolkit that gives any Linux or
...@@ -18,7 +18,7 @@ patches = [ ...@@ -18,7 +18,7 @@ patches = [
'virtualgl_cmake_lib_path.patch', 'virtualgl_cmake_lib_path.patch',
] ]
checksums = [ checksums = [
'f1edd6b1c05d4892c4b9f612907eb572a00f332e1077d4933b89f666b6c68d96', # 2.6.5.tar.gz 'd6e00a8d0596cafa67955d6211e0dab6c8aa8239bd718f7eca6eb0b032711f9b', # 3.0.tar.gz
# virtualgl_cmake_lib_path.patch # virtualgl_cmake_lib_path.patch
'aa185d038f5e47957bd8a163107d352a1675a224b5a41f167e5b75ae42c87f1d', 'aa185d038f5e47957bd8a163107d352a1675a224b5a41f167e5b75ae42c87f1d',
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment