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

Last change on this file since 4718 was 4710, checked in by toby, 2 years ago

set package versions from conda versions

File size: 459 bytes
Line 
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
10python $PREFIX/GSASII/bootstrap.py --binary=**npversion** > $PREFIX/conda_G2build_log.txt
Note: See TracBrowser for help on using the repository browser.