Changes in / [1b068256:7d5e7da] in sasview


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasview/sasview.py

    r666454e r20fa5fe  
    200200    Prepare sasmodels for running within sasview. 
    201201    """ 
    202     #Checking for the sasmodel compiler 
    203     if sys.platform == "darwin" and not os.path.exists("/Library/Developer/CommandLineTools/usr/bin/cc"): 
    204         raise RuntimeError("No compiler. Open Terminal.app and type 'cc' at the command prompt for more instructions.") 
    205202    # Set SAS_MODELPATH so sasmodels can find our custom models 
    206203    plugin_dir = os.path.join(sas.get_user_dir(), PLUGIN_MODEL_DIR) 
Note: See TracChangeset for help on using the changeset viewer.