source: install/g2complete/build.sh @ 4678

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

more tests of packaging

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