Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,16 @@ dependencies = [
('kim-api', '2.3.0'),
('Eigen', '3.4.0'),
('PLUMED', '2.7.3'),
('ScaFaCoS', '1.0.1'),
('SciPy-bundle', '2021.10'),
# VTK package is auto-disabled if this dep is not available
('VTK', '9.1.0'),
]
if ARCH == 'x86_64':
# TBB is an optional dependency when building on Intel arch
dependencies += [('tbb', '2020.3'), ]
# TBB and ScaFaCoSis an optional dependency when building on Intel arch
dependencies += [
('tbb', '2020.3'),
('ScaFaCoS', '1.0.1'),
]

# To use additional custom configuration options, use the 'configopts' easyconfig parameter
# See docs and lammps easyblock for more information.
Expand Down