Skip to content

Commit

Permalink
libfabric: macOS does not support sm2
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Dec 25, 2023
1 parent 7391f65 commit b31db6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/libfabric/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ 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()
# shm2 and sm2 due to missing Linux-specific process_vm_readv syscall
del self.options.shm
del self.options.sm2
if Version(self.version) < "1.18.1":
del self.options.dmabuf_peer_mem
del self.options.hook_hmem
Expand Down

0 comments on commit b31db6a

Please sign in to comment.