mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00
29 lines
462 B
Plaintext
29 lines
462 B
Plaintext
# IT4Innovations
|
|
# LK 2023
|
|
|
|
easyblock = "Conda"
|
|
|
|
name = 'cuTENSOR'
|
|
version = '2.0.0.7'
|
|
versionsuffix = '-CUDA-12.2.0-conda'
|
|
|
|
homepage = 'None'
|
|
description = """None"""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
dependencies = [
|
|
('Anaconda3', '2023.07-2'),
|
|
('CUDA', '12.2.0', '', True),
|
|
]
|
|
|
|
requirements = "cuquantum cutensor cuda-version=12 cuquantum-python"
|
|
channels = ['conda-forge']
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['bin', 'lib']
|
|
}
|
|
|
|
moduleclass = 'lib'
|