source: install/g2complete/build.sh.template @ 4740

Last change on this file since 4740 was 4738, checked in by toby, 3 years ago

more install work

File size: 510 bytes
RevLine 
[4710]1#!/bin/bash
2echo '==================== running build.sh ===================='
3#echo '==================== env ===================='
4#env
5#echo '==================== which python ===================='
6#which python
7#python -c 'import sys; print(sys.version); import numpy; print(numpy.__version__)'
8mkdir -p $PREFIX/GSASII
9cp $RECIPE_DIR/src/bootstrap.py $PREFIX/GSASII
[4738]10python $PREFIX/GSASII/bootstrap.py --binary=**npversion** > $PREFIX/GSASII/conda_G2build_out.log 2$PREFIX/GSASII/conda_G2build_errors.log
Note: See TracBrowser for help on using the repository browser.