#!/bin/bash set -x # numpy distutils don't use the env variables. if [[ ! -f $BUILD_PREFIX/bin/ranlib ]]; then ln -s $RANLIB $BUILD_PREFIX/bin/ranlib ln -s $AR $BUILD_PREFIX/bin/ar fi cat > site.cfg <