Ignore:
Timestamp:
Dec 8, 2022 4:53:03 PM (6 months ago)
Author:
toby
Message:

work on mac build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/g2complete/build.sh.template

    r4741 r5421  
    88mkdir -p $PREFIX/GSASII
    99cp $RECIPE_DIR/src/bootstrap.py $PREFIX/GSASII
    10 python $PREFIX/GSASII/bootstrap.py --binary=**npversion**,**pyversion** > $PREFIX/GSASII/conda_G2build_out.log 2>&1
     10if [[ $OSTYPE == 'darwin'* ]]; then
     11  echo 'macOS: creating svn directory'
     12  svn export https://subversion.xray.aps.anl.gov/pyGSAS/install/svn/homebrew_MacOS $PREFIX/SVN > $PREFIX/GSASII/conda_G2build_out.log 2>&1
     13fi
     14python $PREFIX/GSASII/bootstrap.py --binary=**npversion**,**pyversion** >> $PREFIX/GSASII/conda_G2build_out.log 2>&1
Note: See TracChangeset for help on using the changeset viewer.