Changeset ccf44de in sasview
- Timestamp:
- Aug 13, 2018 7:55:59 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:
- 36a244f
- Parents:
- 23ace37
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build_tools/jenkins_ubuntu_build.sh
r0c715d6 rccf44de 24 24 conda list 25 25 conda env list 26 27 # List envs28 conda list29 a='/home/sasview/miniconda3/envs'30 b=$conda_env_name31 c='/lib'32 DYLD_LIBRARY_PATH=$a$b$c33 export DYLD_LIBRARY_PATH34 26 35 27 # Now build Sasview … … 61 53 cd sasview 62 54 cd installers 63 pyinstaller sasview_qt5_ centos.spec55 pyinstaller sasview_qt5_min_centos.spec 64 56 65 57 cd $WORKSPACE
Note: See TracChangeset
for help on using the changeset viewer.