Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
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
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
Computing
cbmroot
Merge requests
!795
external: Add xpu library.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
external: Add xpu library.
fweig/cbmroot:add-xpu
into
master
Overview
12
Commits
1
Pipelines
6
Changes
1
All threads resolved!
Hide all comments
Merged
Felix Weiglhofer
requested to merge
fweig/cbmroot:add-xpu
into
master
2 years ago
Overview
12
Commits
1
Pipelines
6
Changes
1
All threads resolved!
Hide all comments
Expand
Refs
#2490
.
Edited
2 years ago
by
Volker Friese
0
0
Merge request reports
Compare
master
version 5
45d43d92
2 years ago
version 4
9bc776b5
2 years ago
version 3
24d12055
2 years ago
version 2
17d88d29
2 years ago
version 1
6de8f118
2 years ago
master (base)
and
latest version
latest version
a244d714
1 commit,
2 years ago
version 5
45d43d92
1 commit,
2 years ago
version 4
9bc776b5
1 commit,
2 years ago
version 3
24d12055
1 commit,
2 years ago
version 2
17d88d29
1 commit,
2 years ago
version 1
6de8f118
1 commit,
2 years ago
1 file
+
11
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
external/CMakeLists.txt
+
11
−
0
Options
@@ -35,6 +35,17 @@ if(DOWNLOAD_EXTERNALS)
set
(
KF_DEPENDS_ON
""
)
endif
()
download_project_if_needed
(
PROJECT xpu
GIT_REPOSITORY
"https://git.cbm.gsi.de/fweig/xpu.git"
GIT_TAG
"v0.6.4"
SOURCE_DIR
${
CMAKE_CURRENT_SOURCE_DIR
}
/xpu
CONFIGURE_COMMAND
""
BUILD_COMMAND
""
INSTALL_COMMAND
""
)
Add_Subdirectory
(
xpu
)
Include
(
InstallKFParticle.cmake
)
Include
(
InstallNicaFemto.cmake
)
Include
(
InstallAnalysisTree.cmake
)
Loading