

set -ex



test -f $PREFIX/include/boost/python.hpp
test -d $PREFIX/include/boost/python
test -f $PREFIX/lib/libboost_python27.a
test -f $PREFIX/lib/libboost_python27${SHLIB_EXT}
test -f $PREFIX/lib/libboost_numpy27.a
test -f $PREFIX/lib/libboost_numpy27${SHLIB_EXT}
conda inspect linkages -p $PREFIX boost
exit 0
