Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
common_bench
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
EIC
benchmarks
common_bench
Merge requests
!76
Build the beamline option
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Build the beamline option
build_beamline_option
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Whitney Armstrong
requested to merge
build_beamline_option
into
master
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
modified: bin/build_detector.sh
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
cfdca6f9
1 commit,
1 year ago
1 file
+
7
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bin/build_detector.sh
+
7
−
0
Options
@@ -72,6 +72,13 @@ if [ "${BEAMLINE}" ]; then
ln
-s
-f
${
DETECTOR_PREFIX
}
/
${
BEAMLINE
}
/
${
BEAMLINE
}
${
DETECTOR_PATH
}
/
${
BEAMLINE
}
[[
"
$?
"
==
"0"
]]
||
exit
1
popd
mkdir
-p
${
DETECTOR_PREFIX
}
/
${
BEAMLINE
}
_build
pushd
${
DETECTOR_PREFIX
}
/
${
BEAMLINE
}
_build
cmake
${
DETECTOR_PATH
}
-DCMAKE_INSTALL_PREFIX
=
${
LOCAL_PREFIX
}
-DCMAKE_CXX_STANDARD
=
17
&&
make
-j
$((
$(
nproc
)
/
4
+
1
))
install
||
exit
1
popd
rm
-rf
${
DETECTOR_PREFIX
}
/
${
BEAMLINE
}
_build
fi
Loading