Changeset 3915
- Timestamp:
- Apr 22, 2019 5:06:46 PM (5 years ago)
- Location:
- install
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2complete/build.sh
r3910 r3915 3 3 mkdir -p $PREFIX/GSASII 4 4 cp $RECIPE_DIR/src/bootstrap.py $PREFIX/GSASII 5 python $PREFIX/GSASII/bootstrap.py --noproxy --noinstall 5 which python 6 which $PYTHON 7 $PYTHON $PREFIX/GSASII/bootstrap.py --noproxy --noinstall -
install/g2complete/meta.yaml.template
r3910 r3915 19 19 - pyopengl 20 20 - wxpython=4.0 21 - svn 21 - svn=1.10 22 22 - hdf5 23 23 - h5py -
install/g2full/construct.yaml.template
r3912 r3915 16 16 - pyopengl 17 17 - wxpython=4.0 18 - svn 18 - svn=1.10 19 19 - hdf5 20 20 - h5py … … 24 24 - pytz=2018 25 25 - pyparsing=2.3 26 - C:\Jenkins\g2builds\win-64\gsas2complete-**Version**-0.tar.bz2 26 - C:\Jenkins\g2builds\win-64\gsas2complete-**Version**-0.tar.bz2 [win] 27 - ~/builds/osx-64\gsas2complete-**Version**-0.tar.bz2 [osx] 27 28 28 29 exclude:
Note: See TracChangeset
for help on using the changeset viewer.