Skip to content

Commit

Permalink
libfabric: macOS does not support shm
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Dec 23, 2023
1 parent 5ca9136 commit 7391f65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/libfabric/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ def config_options(self):
if is_apple_os(self):
# Requires libnl, which is not available on macOS
del self.options.usnic
# Fails due to missing Linux-specific process_vm_readv()
del self.options.shm
if Version(self.version) < "1.18.1":
del self.options.dmabuf_peer_mem
del self.options.hook_hmem
Expand Down

0 comments on commit 7391f65

Please sign in to comment.