Ignore:
Timestamp:
Apr 25, 2019 6:20:40 PM (4 years ago)
Author:
toby
Message:

try to avoid calling makeBat.py, etc. twice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/g2complete/post-link.bat

    r3910 r3934  
    22set "python=%PREFIX%\python.exe"
    33set "updatescript=%PREFIX%\GSASII\bootstrap.py"
     4REM "install" the GSAS-II package (create shortcuts, byte-compile...)
    45"%python%" "%updatescript%" --nonet
    5 "%python%" "%updatescript%"
     6REM Now try to update to latest GSAS-II version (will fail if no network)
     7"%python%" "%updatescript%" --noinstall
    68pause
    79set errorlevel=0
Note: See TracChangeset for help on using the changeset viewer.