Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
epics_bootstrap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
controls
epics
epics_bootstrap
Commits
d14693c9
Commit
d14693c9
authored
5 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
modified: bin/bootstrap_epics
parent
fdd1a5d2
Branches
28-make-ecal-benchmarks-work-for-topside-and-reference_detector
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/bootstrap_epics
+10
-5
10 additions, 5 deletions
bin/bootstrap_epics
with
10 additions
and
5 deletions
bin/bootstrap_epics
+
10
−
5
View file @
d14693c9
...
@@ -78,10 +78,15 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
...
@@ -78,10 +78,15 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
#fi
#fi
#cd "${NAME}"
#cd "${NAME}"
#source setup.sh
source
setup.sh
#lsb_release -d | grep -i "ubuntu"
#lsb_release -d | grep -i "ubuntu"
#
#if [[ "$?" == "0" ]] ; then
#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
# if [[ "$(uname -m)" == "aarch64" ]] ; then
# sudo apt-get install -y python-rpi.gpio python3-rpi.gpio
# sudo apt-get install -y python-rpi.gpio python3-rpi.gpio
# fi
# fi
...
@@ -123,14 +128,15 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
...
@@ -123,14 +128,15 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
#echo '#ADSIMDETECTOR=$(AREA_DETECTOR)/ADSimDetector' >> configure/RELEASE
#echo '#ADSIMDETECTOR=$(AREA_DETECTOR)/ADSimDetector' >> configure/RELEASE
#echo '#SNCSEQ=$(SUPPORT)/seq-2-2-5' >> configure/RELEASE
#echo '#SNCSEQ=$(SUPPORT)/seq-2-2-5' >> configure/RELEASE
#echo '#ALLEN_BRADLEY=$(SUPPORT)/allenBradley-2-3' >> configure/RELEASE
#echo '#ALLEN_BRADLEY=$(SUPPORT)/allenBradley-2-3' >> configure/RELEASE
#
#make release
#make release
#make
#make
#
#
#popd
#popd
######################
# Extensions
# Extensions
#
git clone https://github.com/epics-extensions/extensions
git clone https://github.com/epics-extensions/extensions
pushd
extensions/src
pushd
extensions/src
git clone https://github.com/mdavidsaver/pyDevSup.git
git clone https://github.com/mdavidsaver/pyDevSup.git
...
@@ -150,7 +156,6 @@ sed -i '127iDIRS += $(PYDEVSUP)' src/Makefile
...
@@ -150,7 +156,6 @@ sed -i '127iDIRS += $(PYDEVSUP)' src/Makefile
sed
-i
'26d'
src/pyDevSup/configure/CONFIG_SITE
sed
-i
'26d'
src/pyDevSup/configure/CONFIG_SITE
sed
-i
'26iINSTALL_LOCATION=/opt/epics/extensions'
src/pyDevSup/configure/CONFIG_SITE
sed
-i
'26iINSTALL_LOCATION=/opt/epics/extensions'
src/pyDevSup/configure/CONFIG_SITE
make
make
popd
popd
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment