From d14693c9f3ebf86b63ce6533c859b3d0c211e586 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sat, 27 Jul 2019 23:53:18 +0000 Subject: [PATCH] modified: bin/bootstrap_epics --- bin/bootstrap_epics | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/bin/bootstrap_epics b/bin/bootstrap_epics index d929aa2..ed239c0 100755 --- a/bin/bootstrap_epics +++ b/bin/bootstrap_epics @@ -78,10 +78,15 @@ set -- "${POSITIONAL[@]}" # restore positional parameters #fi #cd "${NAME}" -#source setup.sh +source setup.sh + #lsb_release -d | grep -i "ubuntu" +# #if [[ "$?" == "0" ]] ; then -# sudo apt-get install -y re2c libreadline-dev libusb-dev libusb-java libusb-1.0-0-dev libnet1-dev libpcap-dev libx11-dev libxext-dev python-numpy +# sudo apt-get install -y \ +# re2c libreadline-dev libusb-dev \ +# libusb-java libusb-1.0-0-dev libnet1-dev \ +# libpcap-dev libx11-dev libxext-dev python-numpy # if [[ "$(uname -m)" == "aarch64" ]] ; then # sudo apt-get install -y python-rpi.gpio python3-rpi.gpio # fi @@ -123,14 +128,15 @@ set -- "${POSITIONAL[@]}" # restore positional parameters #echo '#ADSIMDETECTOR=$(AREA_DETECTOR)/ADSimDetector' >> configure/RELEASE #echo '#SNCSEQ=$(SUPPORT)/seq-2-2-5' >> configure/RELEASE #echo '#ALLEN_BRADLEY=$(SUPPORT)/allenBradley-2-3' >> configure/RELEASE - +# #make release #make # #popd +###################### # Extensions -#git clone https://github.com/epics-extensions/extensions +git clone https://github.com/epics-extensions/extensions pushd extensions/src git clone https://github.com/mdavidsaver/pyDevSup.git @@ -150,7 +156,6 @@ sed -i '127iDIRS += $(PYDEVSUP)' src/Makefile sed -i '26d' src/pyDevSup/configure/CONFIG_SITE sed -i '26iINSTALL_LOCATION=/opt/epics/extensions' src/pyDevSup/configure/CONFIG_SITE - make popd -- GitLab