Commits

Ryan Schmidt authored d9c3b74d7b3
alps: add python25, python26, python27 variants; conflicts_build boost; add +applications variant on by default; add openmpi variant; disable universal variant and livecheck (https://trac.macports.org/ticket/35943)

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@97566 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

science/alps/files/patch-config-FindPython.cmake.diff

Modified
1 1 Index: alps/config/FindPython.cmake
2 2 ===================================================================
3 3 --- alps/config/FindPython.cmake (revision 6176)
4 4 +++ alps/config/FindPython.cmake (working copy)
5 5 @@ -48,7 +48,7 @@
6 6
7 7
8 8 if (NOT PYTHON_INTERPRETER AND NOT PYTHON_VISTRAILS_OVERRIDE)
9 9 - find_program(PYTHON_INTERPRETER python PATHS $ENV{PATH})
10 -+ find_program(PYTHON_INTERPRETER python2.6 PATHS $ENV{PATH})
10 ++ find_program(PYTHON_INTERPRETER @PYTHON@ PATHS $ENV{PATH})
11 11 if (NOT PYTHON_INTERPRETER)
12 12 set (PYTHON_FOUND FALSE)
13 13 else(NOT PYTHON_INTERPRETER)
14 14

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut