Changeset 5353e1c in sasview


Ignore:
Timestamp:
Apr 29, 2010 12:45:12 PM (14 years ago)
Author:
Mathieu Doucet <doucetm@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
353f467
Parents:
d48d304
Message:

sansview: update build script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/build_sansview.py

    rd48d304 r5353e1c  
    244244    os.chdir(wd) 
    245245    if release: 
    246         install_pkg(".", "park-1.2", PARK_URL) 
     246        install_pkg(".", "park-%s" % PARK, PARK_URL) 
    247247    else: 
    248248        install_pkg(".", "park-1.2", "svn://danse.us/park/branches/park-1.2") 
     
    361361                    shutil.copy2(os.path.join("Output","setupSansView.exe"),  
    362362                                 os.path.join(CWD, "setupSansView_%s.exe" % str(timestamp))) 
     363                elif sys.platform=='darwin': 
     364                    #TODO: bundle a Mac app 
     365                    pass 
    363366                     
    364367    raw_input("Press enter to continue\n") 
Note: See TracChangeset for help on using the changeset viewer.