Changes in / [04ac604:b51c8fc] in sasview


Ignore:
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • build_tools/conda_qt5_min_ubuntu.yml

    rb2fc7c9 r1a1111f  
    1717 - pyinstaller  
    1818 - pyqt>=5.9 # required for GTK themes to work correctly 
    19  - pyopencl 
     19# - pyopencl 
     20# - pocl 
    2021 - pip: 
    2122   - pytools  
  • build_tools/conda_qt5_win.yml

    ra2b74bb rc972e3a  
    2323   - xhtml2pdf  
    2424   - qt5reactor  
     25   - tinycc 
    2526 
  • build_tools/jenkins_ubuntu_build.sh

    rccf44de r1095866  
    44## Set up path for py36 - conda 
    55export PATH=/home/sasview/anaconda3/bin:$PATH 
    6  
     6export QT_QPA_PLATFORM=offscreen 
    77 
    88# Set proxy 
     
    4646cd sasview 
    4747python src/sas/qtgui/convertUI.py 
    48 python setup.py build docs 
    49 python setup.py install 
     48python setup.py build docs install 
    5049 
    5150# Pyinstaller 
  • src/sas/qtgui/MainWindow/DataExplorer.py

    r04ac604 r04ac604  
    12551255            #if current_tab_name in self.theory_model.item(current_index).text(): 
    12561256            if current_tab_name == self.theory_model.item(current_index).text(): 
    1257                 return 
    12581257                self.theory_model.removeRow(current_index) 
    12591258                break 
Note: See TracChangeset for help on using the changeset viewer.