Changeset 2315 for install


Ignore:
Timestamp:
Jun 10, 2016 6:16:17 PM (7 years ago)
Author:
toby
Message:

seems to work, but problem in updating install.bat

Location:
install
Files:
6 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • install/bootstrap.py

    r2128 r2315  
    1111    try:
    1212        exec('import '+pkg)
    13     except:
     13    except ImportError:
    1414        missing.append(pkg)
    1515# handle pyopenGl differently, because that we can install later
  • install/g2conda/construct.yaml

    r2171 r2315  
    99
    1010packages:
    11   - g2load-0.1.5-0
     11  - g2load-0.1.6-0
    1212
    1313specs:
     
    1515  - conda
    1616  - numpy
    17   - scipy
     17  - scipy 0.14*
    1818  - matplotlib
    1919  - pillow
     
    2121  - wxpython
    2222  - svn
     23  - hdf5
    2324  - pywin32                              [win]
    2425
    2526exclude:
    26   - qt                                 [not win]
    27   - sip                                [not win]
     27  - qt
     28  - sip
    2829  - pyqt
     30#  - qt                                   [not win]
     31#  - sip                                  [not win]
     32#  - pyqt                                 [not win]
    2933
    3034license_file: EULA.txt
    3135
    32 welcome_image: gsas2.png
     36welcome_image: gsas2-welcome.png
     37icon_image: gsas2.png
  • install/g2pkg/bld.bat

    r2171 r2315  
    1 "%PYTHON%" install.py
     1mkdir %PREFIX%\Scripts
    22if errorlevel 1 exit 1
     3copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\Scripts\gsas2-install.py
     4if errorlevel 1 exit 1
     5copy %RECIPE_DIR%\src\install.bat %PREFIX%\Scripts\install-gsas2.bat
     6if errorlevel 1 exit 1
  • install/g2pkg/meta.yaml

    r2171 r2315  
    11package:
    22  name: g2load
    3   version: 0.1.5
     3  version: 0.1.7
    44
    5 #requirements:
    6 #  build:
    7 #    - python
     5#source:
     6#  path: ./src
    87
    98about:
Note: See TracChangeset for help on using the changeset viewer.