Changes in / [ec52ea1:d53abd2] in sasview


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • installers/setup_exe.py

    r3da8692 rf05f6ff  
    287287    'matplotlib', 'scipy', 'encodings', 'comtypes', 'h5py', 
    288288    'win32com', 'xhtml2pdf', 'bumps', 'sasmodels', 'sas', 
     289    'pkg_resources' 
    289290    ] 
    290291packages.extend([ 
  • src/sas/sasgui/perspectives/fitting/gpu_options.py

    r42a6e02 r388aefb  
    139139 
    140140        test_text = wx.StaticText(self, -1, "WARNING: Running tests can take a few minutes!") 
     141        test_text2 = wx.StaticText(self, -1, "NOTE: No test will run if No OpenCL is checked") 
     142        test_text.SetForegroundColour(wx.RED) 
     143        self.vbox.Add(test_text2, 0, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 10) 
    141144        self.vbox.Add(test_text, 0, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 10) 
    142145 
Note: See TracChangeset for help on using the changeset viewer.