Changes in / [d53abd2:ec52ea1] in sasview
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
installers/setup_exe.py
rf05f6ff r3da8692 287 287 'matplotlib', 'scipy', 'encodings', 'comtypes', 'h5py', 288 288 'win32com', 'xhtml2pdf', 'bumps', 'sasmodels', 'sas', 289 'pkg_resources'290 289 ] 291 290 packages.extend([ -
src/sas/sasgui/perspectives/fitting/gpu_options.py
r388aefb r42a6e02 139 139 140 140 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)144 141 self.vbox.Add(test_text, 0, wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 10) 145 142
Note: See TracChangeset
for help on using the changeset viewer.