Changes between Initial Version and Version 1 of Ticket #47811, comment 2


Ignore:
Timestamp:
May 22, 2015, 8:48:30 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47811, comment 2

    initial v1  
    66I don't know enough about the intricacies of Macports dependencies to answer confidently, but I'm not sure that it would. For example, I can get the "system" layout by specifying the following install options:
    77
    8     sudo port install boost -no_single
     8{{{
     9sudo port install boost -no_single
     10}}}
    911
    1012This produces libraries like `/opt/local/lib/libboost_program_options.dylib`, although under Macports, that file is single-threaded, whereas under the "system" layout there is no knowing without looking more deeply into the boost installation.