ucx: needs numactl and rdma-core (#7836)

This commit is contained in:
Levi Baber 2018-04-25 10:34:55 -05:00 committed by Adam J. Stewart
parent a7ecb0364a
commit 14e0307f04

View File

@ -38,3 +38,6 @@ class Ucx(AutotoolsPackage):
# Still supported
version('1.2.2', 'ff3fe65e4ebe78408fc3151a9ce5d286')
version('1.2.1', '697c2fd7912614fb5a1dadff3bfa485c')
depends_on('numactl')
depends_on('rdma-core')