Changes between Version 4 and Version 5 of Ticket #62909


Ignore:
Timestamp:
May 17, 2021, 9:47:48 PM (3 years ago)
Author:
webbp (Webb Phillips)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62909 – Description

    v4 v5  
    44
    55For other users: how to install protobuf v3.11.4: wiki:howto/InstallingOlderPort
     6
     7Build environment:
     8macOS 10.13.6
     9Xcode 10.1
     10Build version 10B61
     11Apple LLVM version 10.0.0 (clang-1000.10.44.4)
     12Target: x86_64-apple-darwin17.7.0
     13Thread model: posix
     14InstalledDir: /Library/Developer/CommandLineTools/usr/bin
     15MacPorts version 2.6.4
     16Port: py37-pytorch @1.8.1_2
     17
     18Todo:
     19Vary cmake vars USE_LITE_PROTO, CAFFE2_LINK_LOCAL_PROTOBUF, BUILD_CUSTOM_PROTOBUF, and USE_SYSTEM_LIBS ON/OFF to see if that fixes the issue.
     20
     21Current Portfile has
     22{{{
     23CMAKE_LIBRARY_PATH=${prefix}/lib:${prefix}/lib/libomp \
     24LIBRARY_PATH=${prefix}/lib:${prefix}/lib/libomp \
     25USE_LITE_PROTO=ON \
     26}}}
     27which also might be relevant.