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
|
Rev | Line | |
---|
[3910] | 1 | #!/bin/bash |
---|
[3920] | 2 | echo '==================== running build.sh ====================' |
---|
| 3 | echo '==================== env ====================' |
---|
| 4 | env |
---|
| 5 | echo '==================== which python ====================' |
---|
[3915] | 6 | which python |
---|
[3921] | 7 | python -c 'import sys; print(sys.version); import numpy; print(numpy.__version__)' |
---|
[3923] | 8 | mkdir -p $PREFIX/GSASII |
---|
| 9 | cp $RECIPE_DIR/src/bootstrap.py $PREFIX/GSASII |
---|
[4445] | 10 | python $PREFIX/GSASII/bootstrap.py --binary=1.18 >> $PREFIX/conda_build_log.txt |
---|
Note: See
TracBrowser
for help on using the repository browser.