- Timestamp:
- Jul 2, 2016 1:38:10 PM (7 years ago)
- Location:
- install
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2pkg/build.sh
r2345 r2358 1 1 #!/bin/bash 2 2 echo 'running build.sh' 3 mkdir $PREFIX/bin3 mkdir -p $PREFIX/bin 4 4 cp src/bootstrap.py $PREFIX/bin/gsas2-install.py -
install/windows_notes.txt
r2315 r2358 12 12 upload with: 13 13 anaconda upload C:\Users\toby.TOBY-VM\Miniconda2\conda-bld\win-64\g2load-0.1.x-0.tar.bz2 --force 14 or anaconda upload /Volumes/C/Users/toby.TOBY-VM/Miniconda2/conda-bld/win-64/g2load-0.1.7-0.tar.bz2 --force 14 15 15 16 use this command to build the conda dist
Note: See TracChangeset
for help on using the changeset viewer.