13 |
|
# an error. So ignore the exit code from bjam on darwin to avoid |
14 |
|
# RPM falsely detecting a problem. |
15 |
|
PR="PYTHON_ROOT=$PYTHON_ROOT" |
16 |
< |
PV="PYTHON_VERSION=$(echo $PYTHON_VERSION | sed 's/\.[0-9]*$//')" |
16 |
> |
#PV="PYTHON_VERSION=$(echo $PYTHON_VERSION | sed 's/\.[0-9]*$//')" |
17 |
> |
# The following line assumes a version of the form x.y.z-XXXX, where the |
18 |
> |
# "-XXXX" part represents some CMS rebuild of version x.y.z |
19 |
> |
PV="PYTHON_VERSION=$(echo $PYTHON_VERSION | sed 's/\.[0-9]*-.*$//')" |
20 |
|
BZ2LIBR="BZIP2_LIBPATH=$BZ2LIB_ROOT/lib" |
21 |
|
ZLIBR="ZLIB_LIBPATH=$ZLIB_ROOT/lib" |
22 |
|
BZ2LIBI="BZIP2_INCLUDE=$BZ2LIB_ROOT/include" |