Skip to content

Commit

Permalink
Remove ucx from common_reqs as an experiment.
Browse files Browse the repository at this point in the history
Skip-PR-comments: true

Required-githooks: true

Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell committed Aug 27, 2024
1 parent dc2c76b commit 094faf4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions site_scons/prereq_tools/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,7 @@ def __init__(self, env, opts):

def run_build(self, opts):
"""Build and dependencies"""
# argobots is not really needed by client but it's difficult to separate
common_reqs = ['ucx', 'ofi', 'hwloc', 'mercury', 'boost', 'uuid', 'crypto', 'protobufc',
common_reqs = ['ofi', 'hwloc', 'mercury', 'boost', 'uuid', 'crypto', 'protobufc',
'lz4', 'isal', 'isal_crypto']
client_reqs = ['fuse', 'json-c', 'capstone', 'aio']
server_reqs = ['argobots', 'pmdk', 'spdk', 'ipmctl']
Expand Down

0 comments on commit 094faf4

Please sign in to comment.