Changeset 4445 for install


Ignore:
Timestamp:
May 26, 2020 5:39:29 PM (3 years ago)
Author:
toby
Message:

more tests of packaging

Location:
install/g2complete
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • install/g2complete/build.sh

    r4444 r4445  
    88mkdir -p $PREFIX/GSASII
    99cp $RECIPE_DIR/src/bootstrap.py $PREFIX/GSASII
    10 python $PREFIX/GSASII/bootstrap.py --binary=1.18 >> $HOME/build_log.txt
     10python $PREFIX/GSASII/bootstrap.py --binary=1.18 >> $PREFIX/conda_build_log.txt
  • install/g2complete/src/bootstrap.py

    r4439 r4445  
    500500        BailOut(msg)
    501501elif numpyVersion:
    502     binaryVersion = GSASIIpath.GetBinaryPrefix()+'n'+numpyVersion
     502    binaryVersion = GSASIIpath.GetBinaryPrefix()+'_n'+numpyVersion
    503503    if not GSASIIpath.svnSwitchDir('bindist','',g2home+ 'Binaries/'+binaryVersion,None,True):
    504504        msg = 'Binary load failed with '+binaryVersion+'. Subversion problem? Please seek help'
Note: See TracChangeset for help on using the changeset viewer.