mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00

new file: b/Blender/Blender-3.1.0-GCC-10.3.0.eb new file: b/Boost/Boost-1.77.0-GCC-10.2.0-Python-3.8.6.eb new file: b/Boost/Boost-1.77.0-intel-compilers-2021.4.0-Python-3.9.6.eb modified: c/CUDAcore/CUDAcore-11.6.0.eb new file: d/DualSPHysics/DualSPHysics-5.0.175-GCC-11.2.0-CUDA-11.6.0.eb new file: d/DualSPHysics/DualSPHysics-5.0.175-GCC-11.2.0.eb new file: d/DualSPHysics/DualSPHysics-5.0.175.patch new file: h/hwloc/hwloc-1.11.7-GCC-10.2.0.eb modified: o/ORCA/ORCA-4.2.0-OpenMPI-3.1.4.eb modified: o/ORCA/ORCA-4.2.1-OpenMPI-3.1.4.eb new file: o/OpenMPI/OpenMPI-3.1.4-GCC-10.2.0.eb new file: q/QEMU/QEMU-6.2.0-VDE2.eb new file: s/sqsgenerator/sqsgenerator-0.0.5-GCC-10.2.0-Python-3.8.6.eb new file: s/sqsgenerator/sqsgenerator-0.1-GCC-10.2.0-Python-3.8.6.eb
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
# IT4Innovations 2021
|
|
|
|
easyblock = 'Tarball'
|
|
|
|
name = 'Blender'
|
|
version = '3.1.0'
|
|
|
|
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': 'GCC', 'version': '10.3.0'}
|
|
|
|
source_urls = ['https://ftp.nluug.nl/pub/graphics/blender/release/Blender3.1/']
|
|
sources = ['blender-%(version)s-linux-x64.tar.xz']
|
|
checksums = ['ced2aaabc75731c2ae0e29493d0d2db7803d2bbb70a11cd0e7f50546d465bd8c']
|
|
|
|
postinstallcmds = [
|
|
'ml CUDAcore;"nvcc" -arch=sm_80 --cubin "%(installdir)s/3.1/scripts/addons/cycles/source/kernel/device/cuda/kernel.cu" -o "%(installdir)s/3.1/scripts/addons/cycles/lib/kernel_sm_80.cubin" -m64 --ptxas-options="-v" --use_fast_math -DNVCC -I"%(installdir)s/3.1/scripts/addons/cycles/source" -DWITH_NANOVDB',
|
|
'find %(installdir)s -executable -exec chmod +x {} \;',
|
|
]
|
|
|
|
modextrapaths = {'PATH': ''}
|
|
|
|
sanity_check_paths = {
|
|
'files': ["blender"],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'vis'
|