Changeset 4443 for install


Ignore:
Timestamp:
May 26, 2020 4:47:55 PM (4 years ago)
Author:
toby
Message:

try more to fix packaging bug

Location:
install/g2complete
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • install/g2complete/build.sh

    r4439 r4443  
    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 #>> $HOME/build_log.txt
  • install/g2complete/meta.yaml.template

    r4442 r4443  
    1010
    1111requirements:
    12   build:
    13     - python>=3.7
    14     - numpy>=1.18
    1512  run:
    1613    - python>=3.7
     
    2118    - pillow
    2219    - pyopengl
    23     - wxpython>=4.
     20    - wxpython>=4.0
    2421    - svn
    2522    - hdf5
Note: See TracChangeset for help on using the changeset viewer.