Changes between Initial Version and Version 2 of Ticket #38013


Ignore:
Timestamp:
Feb 10, 2013, 9:20:11 PM (11 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Thanks for the ticket. In the future, please Cc relevant port maintainers and use WikiFormatting to format your description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38013

    • Property Owner changed from macports-tickets@… to adfernandes@…
  • Ticket #38013 – Description

    initial v2  
    11I tried to run
    22
     3{{{
    34sudo port install boost +openmpi
     5}}}
    46
    57but got this error:
    68
     9{{{
    710:info:configure error: unrecognized option: --with-mpi=/opt/local
     11}}}
    812
    913so I did
    1014
     15{{{
    1116sudo port edit boost
     17}}}
    1218
    1319and made the following changes
    1420
     21{{{
    1522configure.args      --with-libraries=mpi \
    1623                   #--without-libraries=python \
     
    1825                   #--with-toolset=darwin \
    1926                    --with-icu=${prefix}
     27}}}
    2028
    2129The installation seems to have worked after this.