Changes between Initial Version and Version 3 of Ticket #23856


Ignore:
Timestamp:
Mar 19, 2010, 11:39:22 PM (14 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23856

    • Property Keywords pyroot removed
    • Property Owner changed from macports-tickets@… to mattiafrancescomoro@…
    • Property Port root added
    • Property Summary changed from root@5.26.00 Include python in build process to root@5.26.00 does not include python in build process
  • Ticket #23856 – Description

    initial v3  
    22
    33I have installed the following versions of ROOT and python:
     4{{{
    45root                           @5.26.00
    56python26                       @2.6.4
     7}}}
    68
    79When macport builds ROOT it doesn't include python in the build process, so the ROOT--python interface doesn't work.
    810
    911This problem has been discussed and solved in a ROOT forum at
    10 http://root.cern.ch/phpBB2/viewtopic.php?p=42528&sid=fbcc66d406ab75c34f708229d42a6a04
     12[http://root.cern.ch/phpBB2/viewtopic.php?p=42528&sid=fbcc66d406ab75c34f708229d42a6a04]
    1113
    1214The solution is to configure ROOT to include python before building:
     15{{{
    1316./configure --prefix=/opt/local --with-python-incdir=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 --with-python-libdir=/opt/local/lib
     17}}}
    1418
    1519How can I tell macport to do this?