- Timestamp:
- May 26, 2020 5:39:29 PM (3 years ago)
- Location:
- install/g2complete
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2complete/build.sh
r4444 r4445 8 8 mkdir -p $PREFIX/GSASII 9 9 cp $RECIPE_DIR/src/bootstrap.py $PREFIX/GSASII 10 python $PREFIX/GSASII/bootstrap.py --binary=1.18 >> $ HOME/build_log.txt10 python $PREFIX/GSASII/bootstrap.py --binary=1.18 >> $PREFIX/conda_build_log.txt -
install/g2complete/src/bootstrap.py
r4439 r4445 500 500 BailOut(msg) 501 501 elif numpyVersion: 502 binaryVersion = GSASIIpath.GetBinaryPrefix()+' n'+numpyVersion502 binaryVersion = GSASIIpath.GetBinaryPrefix()+'_n'+numpyVersion 503 503 if not GSASIIpath.svnSwitchDir('bindist','',g2home+ 'Binaries/'+binaryVersion,None,True): 504 504 msg = 'Binary load failed with '+binaryVersion+'. Subversion problem? Please seek help'
Note: See TracChangeset
for help on using the changeset viewer.