Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Be_libraries
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vratislav Chudoba
Be_libraries
Commits
d01c4c35
Commit
d01c4c35
authored
Oct 04, 2018
by
Vratislav Chudoba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing includes for Makefile compatible with ROOT6 modified. Now compatible with ROOT6
parent
a05f531c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
AculData.mk
AculData/AculData.mk
+1
-1
Be.mk
Be/Be.mk
+1
-1
Detectors.mk
Detectors/Detectors.mk
+1
-1
README.md
README.md
+1
-1
TELoss.mk
TELoss/TELoss.mk
+1
-1
No files found.
AculData/AculData.mk
View file @
d01c4c35
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# AculData input with some variables
# AculData input with some variables
################################################################################
################################################################################
ACULDATALIBS := -lCore -lC
int
-lRIO -lTree -lNet -lThread -lHist -lMatrix -lMathCore -lGpad -lGraf
ACULDATALIBS := -lCore -lC
ling
-lRIO -lTree -lNet -lThread -lHist -lMatrix -lMathCore -lGpad -lGraf
# Add inputs and outputs from these tool invocations to the build variables
# Add inputs and outputs from these tool invocations to the build variables
ACULDATA_HEADERS += \
ACULDATA_HEADERS += \
...
...
Be/Be.mk
View file @
d01c4c35
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Be input with some variables
# Be input with some variables
################################################################################
################################################################################
BELIBS := -lCore -lC
int
-lRIO -lTree -lNet -lThread -lHist -lMatrix -lMathCore -lGpad -lGraf -lPhysics -lGeom #-lAculData -lDetectors -lTELoss
BELIBS := -lCore -lC
ling
-lRIO -lTree -lNet -lThread -lHist -lMatrix -lMathCore -lGpad -lGraf -lPhysics -lGeom #-lAculData -lDetectors -lTELoss
# Add inputs and outputs from these tool invocations to the build variables
# Add inputs and outputs from these tool invocations to the build variables
BE_HEADERS += \
BE_HEADERS += \
...
...
Detectors/Detectors.mk
View file @
d01c4c35
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Detectors input with some variables
# Detectors input with some variables
################################################################################
################################################################################
DETECTORSLIBS := -lC
int
-lCore -lMathCore
DETECTORSLIBS := -lC
ling
-lCore -lMathCore
# Add inputs and outputs from these tool invocations to the build variables
# Add inputs and outputs from these tool invocations to the build variables
DETECTORS_HEADERS += \
DETECTORS_HEADERS += \
...
...
README.md
View file @
d01c4c35
There is no need to install libraries. Working with ROOT 5.32.36
.
There is no need to install libraries. Working with ROOT 5.32.36
or last ROOT 6
1) set path in makefile according to your operating system
1) set path in makefile according to your operating system
...
...
TELoss/TELoss.mk
View file @
d01c4c35
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# TELoss input with some variables
# TELoss input with some variables
################################################################################
################################################################################
TELOSSLIBS := -lCore -lC
int
-lMathCore -lMatrix -lHist -lgfortran
TELOSSLIBS := -lCore -lC
ling
-lMathCore -lMatrix -lHist -lgfortran
# Add inputs and outputs from these tool invocations to the build variables
# Add inputs and outputs from these tool invocations to the build variables
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment