Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mcplots
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Przemyslaw Karczmarczyk
mcplots
Commits
2054bdee
There was an error fetching the commit references. Please try again later.
Commit
2054bdee
authored
6 years ago
by
Przemyslaw Karczmarczyk
Browse files
Options
Downloads
Patches
Plain Diff
Excluded rivetpost.cc from compilation in non-hi mode
parent
156c27d9
No related branches found
No related tags found
No related merge requests found
Pipeline
#510687
passed with stages
in 3 minutes and 50 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/mcprod/rivetvm/Makefile
+1
-1
1 addition, 1 deletion
scripts/mcprod/rivetvm/Makefile
scripts/mcprod/runPost.sh
+1
-1
1 addition, 1 deletion
scripts/mcprod/runPost.sh
with
2 additions
and
2 deletions
scripts/mcprod/rivetvm/Makefile
+
1
−
1
View file @
2054bdee
...
...
@@ -4,7 +4,7 @@ LIBS += -L$(CGAL)/lib -lCGAL
endif
RPATH
=
-Wl
,-rpath
$(
RIVET
)
/lib
-Wl
,-rpath
$(
HEPMC
)
/lib
all
:
rivetpost.exe
rivetvm.exe
all
:
rivetvm.exe
rivetvm.exe
:
rivetvm.cc tools.h
g++ rivetvm.cc
-o
rivetvm.exe
-std
=
c++11
-DNDEBUG
-DHIMODE
=
$(
HIMODE
)
-Wfatal-errors
$(
RPATH
)
$(
LIBS
)
...
...
This diff is collapsed.
Click to expand it.
scripts/mcprod/runPost.sh
+
1
−
1
View file @
2054bdee
...
...
@@ -32,7 +32,7 @@ run_post () {
local
workd
=
$(
pwd
)
echo
"Building rivetvm ..."
make
-B
-C
rivetvm
HEPMC
=
$HEPMC
RIVET
=
$RIVET
CGAL
=
$CGAL
HIMODE
=
$HIMODE
make
-B
-C
rivetvm
rivetpost.exe
HEPMC
=
$HEPMC
RIVET
=
$RIVET
CGAL
=
$CGAL
HIMODE
=
$HIMODE
if
[[
"
$?
"
!=
"0"
]]
;
then
echo
"ERROR: fail to compile rivetvm"
exit
1
...
...
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