Changeset a64f8f4 in sasview


Ignore:
Timestamp:
Dec 15, 2017 2:23:32 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
a0f4768
Parents:
5bb05a4
Message:

Add arch specific keyword

File:
1 edited

Legend:

Unmodified
Added
Removed
  • installers/installer_generator.py

    r460d3a1 ra64f8f4  
    2525AppSupportURL = local_config._homepage 
    2626AppUpdatesURL = local_config._homepage 
     27ArchitecturesInstallIn64BitMode = 'x64' 
    2728ChangesEnvironment = 'true' 
    2829DefaultDirName = os.path.join("{pf}" , AppName+Dev) 
     
    343344    TEMPLATE += "AppSupportURL=%s\n" % str(AppSupportURL) 
    344345    TEMPLATE += "AppUpdatesURL=%s \n" % str(AppUpdatesURL) 
     346    TEMPLATE += "ArchitecturesInstallIn64BitMode=%s \n" % str(ArchitecturesInstallIn64BitMode) 
    345347    TEMPLATE += "ChangesEnvironment=%s \n" % str(ChangesEnvironment) 
    346348    TEMPLATE += "DefaultDirName=%s\n" % str(DefaultDirName) 
Note: See TracChangeset for help on using the changeset viewer.