Changeset 0c715d6 in sasview for build_tools
- Timestamp:
- Aug 13, 2018 7:24:26 AM (6 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build_tools/jenkins_ubuntu_build.sh
r8dd7b79 r0c715d6 20 20 conda env list 21 21 22 23 22 # Activate new env 24 23 source activate qt5_ubuntu 25 24 conda list 26 25 conda 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 27 34 28 35 # Now build Sasview
Note: See TracChangeset
for help on using the changeset viewer.