diff --git a/easybuild/easyconfigs/l/LAMMPS/LAMMPS-23Jun2022-foss-2021b-kokkos.eb b/easybuild/easyconfigs/l/LAMMPS/LAMMPS-23Jun2022-foss-2021b-kokkos.eb index e464d600e946..e6f9a7d19403 100644 --- a/easybuild/easyconfigs/l/LAMMPS/LAMMPS-23Jun2022-foss-2021b-kokkos.eb +++ b/easybuild/easyconfigs/l/LAMMPS/LAMMPS-23Jun2022-foss-2021b-kokkos.eb @@ -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.