Changeset 0c715d6 in sasview


Ignore:
Timestamp:
Aug 13, 2018 5:24:26 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:
23ace37
Parents:
8dd7b79
Message:

Updated script with dynamic lib path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build_tools/jenkins_ubuntu_build.sh

    r8dd7b79 r0c715d6  
    2020conda env list 
    2121 
    22  
    2322# Activate new env 
    2423source activate qt5_ubuntu 
    2524conda list 
    2625conda env list 
     26 
     27# List envs 
     28conda list 
     29a='/home/sasview/miniconda3/envs' 
     30b=$conda_env_name 
     31c='/lib' 
     32DYLD_LIBRARY_PATH=$a$b$c 
     33export DYLD_LIBRARY_PATH 
    2734 
    2835# Now build Sasview 
Note: See TracChangeset for help on using the changeset viewer.