phonopy/conda/build.sh

12 lines
241 B
Bash

#!/bin/bash
./get_nanoversion.sh
$PYTHON setup.py install
# 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.