Files
Richard Frank 931ee8a02c BLD: Added conda recipes for bcolz
and its dependency, setuptools_scm

bcolz was generated with skeleton and modified for cython, numpy, tests
2016-02-19 18:39:42 -05:00

10 lines
275 B
Bash

#!/bin/bash
$PYTHON setup.py install --single-version-externally-managed --record=record.txt
# Add more build steps here, if they are necessary.
# See
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.