- Timestamp:
- Jun 10, 2016 6:16:17 PM (7 years ago)
- Location:
- install
- Files:
-
- 6 added
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
install/bootstrap.py
r2128 r2315 11 11 try: 12 12 exec('import '+pkg) 13 except :13 except ImportError: 14 14 missing.append(pkg) 15 15 # handle pyopenGl differently, because that we can install later -
install/g2conda/construct.yaml
r2171 r2315 9 9 10 10 packages: 11 - g2load-0.1. 5-011 - g2load-0.1.6-0 12 12 13 13 specs: … … 15 15 - conda 16 16 - numpy 17 - scipy 17 - scipy 0.14* 18 18 - matplotlib 19 19 - pillow … … 21 21 - wxpython 22 22 - svn 23 - hdf5 23 24 - pywin32 [win] 24 25 25 26 exclude: 26 - qt [not win]27 - sip [not win]27 - qt 28 - sip 28 29 - pyqt 30 # - qt [not win] 31 # - sip [not win] 32 # - pyqt [not win] 29 33 30 34 license_file: EULA.txt 31 35 32 welcome_image: gsas2.png 36 welcome_image: gsas2-welcome.png 37 icon_image: gsas2.png -
install/g2pkg/bld.bat
r2171 r2315 1 "%PYTHON%" install.py 1 mkdir %PREFIX%\Scripts 2 2 if errorlevel 1 exit 1 3 copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\Scripts\gsas2-install.py 4 if errorlevel 1 exit 1 5 copy %RECIPE_DIR%\src\install.bat %PREFIX%\Scripts\install-gsas2.bat 6 if errorlevel 1 exit 1 -
install/g2pkg/meta.yaml
r2171 r2315 1 1 package: 2 2 name: g2load 3 version: 0.1. 53 version: 0.1.7 4 4 5 #requirements: 6 # build: 7 # - python 5 #source: 6 # path: ./src 8 7 9 8 about:
Note: See TracChangeset
for help on using the changeset viewer.