Changeset ccf44de in sasview


Ignore:
Timestamp:
Aug 13, 2018 5:55:59 AM (6 years ago)
Author:
wojciech
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
36a244f
Parents:
23ace37
Message:

changing spec file to min

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build_tools/jenkins_ubuntu_build.sh

    r0c715d6 rccf44de  
    2424conda list 
    2525conda env list 
    26  
    27 # List envs 
    28 conda list 
    29 a='/home/sasview/miniconda3/envs' 
    30 b=$conda_env_name 
    31 c='/lib' 
    32 DYLD_LIBRARY_PATH=$a$b$c 
    33 export DYLD_LIBRARY_PATH 
    3426 
    3527# Now build Sasview 
     
    6153cd sasview 
    6254cd installers 
    63 pyinstaller sasview_qt5_centos.spec 
     55pyinstaller sasview_qt5_min_centos.spec 
    6456 
    6557cd $WORKSPACE  
Note: See TracChangeset for help on using the changeset viewer.