Skip to content

Commit

Permalink
Change variants
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Jan 1, 2024
1 parent f614e18 commit e9c0e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/hermes/packages/hermes_shm/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class HermesShm(CMakePackage):
depends_on('libaio')
depends_on('doxygen') # @1.9.3
depends_on('[email protected]: +context +fiber +filesystem +system +atomic +chrono +serialization +signals +pic +regex')
depends_on('libfabric fabrics=fabrics=sockets,tcp,udp,verbs,mlx,rxm,rxd,shm',
depends_on('libfabric fabrics=sockets,tcp,udp,verbs,mlx,rxm,rxd,shm',
when='+ares')
depends_on('libfabric fabrics=verbs',
when='+only_verbs')
Expand Down

0 comments on commit e9c0e8a

Please sign in to comment.