Changeset 26171


Ignore:
Timestamp:
04/01/21 13:34:41 (4 years ago)
Author:
jdquinn
Message:

CHG: Better library discovery for Python installed via Homebrew

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/issm_options.m4

    r26156 r26171  
    815815                fi
    816816                AC_MSG_RESULT([found])
    817                 if test "x${PYTHON_MAJOR}" == "x3"; then
     817                if ls ${PYTHON_ROOT}/lib/libpython${PYTHON_VERSION}m.* 1> /dev/null 2>&1; then
    818818                        PYTHONLIB="-L${PYTHON_ROOT}/lib -lpython${PYTHON_VERSION}m"
    819819                else
Note: See TracChangeset for help on using the changeset viewer.