View | Details | Raw Unified
Collapse All | Expand All

(-) scigraphica-2.1.0.orig/configure (-2 / +2 lines)
 Lines 10544-10552    Link Here 
                  PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
                  PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
		  PY_LIBS="python$PY_VERSION"
		  PY_LIBS="python$PY_VERSION"
		  PY_LIB_LOC="$PY_EXEC_PREFIX/lib/python$PY_VERSION/"
		  PY_LIB_LOC="$PY_EXEC_PREFIX/lib/python$PY_VERSION/"
                  array_loc=`find $python_numeric_path -name arrayobject.h | sed s/arrayobject\.h//`
                  array_loc=`find $python_numeric_path -name arrayobject.h | sed s/arrayobject\.h// | head -n 1`
                  if test x$array_loc = x; then
                  if test x$array_loc = x; then
                     array_loc=`find $PY_PREFIX/ -name arrayobject.h | sed s/arrayobject\.h//`
                     array_loc=`find $PY_PREFIX/ -name arrayobject.h | sed s/arrayobject\.h// | head -n 1`
                  fi
                  fi
                  if test -n $array_loc -a -d $array_loc; then
                  if test -n $array_loc -a -d $array_loc; then
                     echo "$array_loc"
                     echo "$array_loc"
(-) scigraphica-2.1.0.orig/configure.in (-2 / +2 lines)
 Lines 381-389    Link Here 
                  PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
                  PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
		  PY_LIBS="python$PY_VERSION"
		  PY_LIBS="python$PY_VERSION"
		  PY_LIB_LOC="$PY_EXEC_PREFIX/lib/python$PY_VERSION/"
		  PY_LIB_LOC="$PY_EXEC_PREFIX/lib/python$PY_VERSION/"
                  array_loc=`find $python_numeric_path -name arrayobject.h | sed s/arrayobject\.h//`
                  array_loc=`find $python_numeric_path -name arrayobject.h | sed s/arrayobject\.h// | head -n 1`
                  if test x$array_loc = x; then 
                  if test x$array_loc = x; then 
                     array_loc=`find $PY_PREFIX/ -name arrayobject.h | sed s/arrayobject\.h//`
                     array_loc=`find $PY_PREFIX/ -name arrayobject.h | sed s/arrayobject\.h// | head -n 1`
                  fi
                  fi
                  if test -n $array_loc -a -d $array_loc; then
                  if test -n $array_loc -a -d $array_loc; then
                     echo "$array_loc"
                     echo "$array_loc"