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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
controls
epics
epics_bootstrap
Commits
4c0e03ae
Commit
4c0e03ae
authored
Jul 30, 2019
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
modified: bin/bootstrap_epics
parent
0b7c4e2e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/bootstrap_epics
+34
-20
34 additions, 20 deletions
bin/bootstrap_epics
with
34 additions
and
20 deletions
bin/bootstrap_epics
+
34
−
20
View file @
4c0e03ae
#!/bin/bash
#set -o nounset
set
-o
errexit
#
set -o errexit
function
print_the_help
{
echo
"USAGE: bootstrap_epics "
...
...
@@ -136,7 +136,8 @@ source setup.sh
#
#popd
######################
yes_or_no
"Build extenstions"
if
[[
"
$?
"
]]
;
then
# Extensions
git clone https://github.com/epics-extensions/extensions
...
...
@@ -157,10 +158,23 @@ 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
sed
-i
'15iinclude /opt/epics/extensions/configure/os/CONFIG_PY.Common.$(EPICS_HOST_ARCH)'
src/pyDevSup/configure/CONFIG_PY
make
popd
fi
yes_or_no
"caQtDM"
if
[[
$?
]]
;
then
pushd
extensions/src
wget https://github.com/caqtdm/caqtdm/archive/V4.2.4.tar.gz
-O
- |
tar
-zx
pushd
caqtdm-4.2.4
./caQtDM_BuildAll
./caQtDM_Install
popd
popd
fi
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