source: install/g2complete/build.sh @ 4678

Last change on this file since 4678 was 4445, checked in by toby, 4 years ago

more tests of packaging

  • Property svn:executable set to *
File size: 444 bytes
RevLine 
[3910]1#!/bin/bash
[3920]2echo '==================== running build.sh ===================='
3echo '==================== env ===================='
4env
5echo '==================== which python ===================='
[3915]6which python
[3921]7python -c 'import sys; print(sys.version); import numpy; print(numpy.__version__)'
[3923]8mkdir -p $PREFIX/GSASII
9cp $RECIPE_DIR/src/bootstrap.py $PREFIX/GSASII
[4445]10python $PREFIX/GSASII/bootstrap.py --binary=1.18 >> $PREFIX/conda_build_log.txt
Note: See TracBrowser for help on using the repository browser.