source: install/g2complete/build.sh @ 4257

Last change on this file since 4257 was 3924, checked in by toby, 4 years ago

more debugging of OSX packaging

  • Property svn:executable set to *
File size: 421 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 --noproxy --noinstall
Note: See TracBrowser for help on using the repository browser.