Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
easyconfigs-it4i
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Milan Jaros
easyconfigs-it4i
Commits
5605d4e8
Commit
5605d4e8
authored
10 months ago
by
Milan Jaros
Browse files
Options
Downloads
Patches
Plain Diff
add Blender-4.0.2-GCCcore-12.2.0.eb
parent
481486f3
Branches
master
No related tags found
No related merge requests found
Pipeline
#36688
passed with stages
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
b/Blender/Blender-4.0.2-GCCcore-12.2.0.eb
+32
-0
32 additions, 0 deletions
b/Blender/Blender-4.0.2-GCCcore-12.2.0.eb
with
32 additions
and
0 deletions
b/Blender/Blender-4.0.2-GCCcore-12.2.0.eb
0 → 100644
+
32
−
0
View file @
5605d4e8
# IT4Innovations
# MJ 2024
easyblock = 'Tarball'
name = 'Blender'
version = '4.0.2'
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': '12.2.0'}
source_urls = ['https://ftp.nluug.nl/pub/graphics/blender/release/Blender4.0/']
sources = ['blender-%(version)s-linux-x64.tar.xz']
checksums = ['5583a5588736da8858c522ef17fff5d73be59c47a6fe91ad29c6f3263e22086a']
postinstallcmds = [
'ml CUDA;"nvcc" -arch=sm_80 --cubin "%(installdir)s/4.0/scripts/addons/cycles/source/kernel/device/cuda/kernel.cu" -o "%(installdir)s/4.0/scripts/addons/cycles/lib/kernel_sm_80.cubin" -m64 --ptxas-options="-v" --use_fast_math -DNVCC -I"%(installdir)s/4.0/scripts/addons/cycles/source" -DWITH_NANOVDB',
'find %(installdir)s -executable -exec chmod +x {} \;',
]
modextrapaths = {'PATH': ''}
sanity_check_paths = {
'files': ["blender"],
'dirs': []
}
moduleclass = 'vis'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment