mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-01 14:34:47 +08:00
931ee8a02c
and its dependency, setuptools_scm bcolz was generated with skeleton and modified for cython, numpy, tests
10 lines
275 B
Bash
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.
|