Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
rocm_bandwidth_test
Commits
3e28e74b
Unverified
Commit
3e28e74b
authored
Sep 21, 2021
by
Ramesh Errabolu
Committed by
GitHub
Sep 21, 2021
Browse files
Merge pull request #80 from icarus-sparry/master
Fix rpm packaging requires
parents
1d362745
a0caa22d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
3e28e74b
...
@@ -217,7 +217,7 @@ else()
...
@@ -217,7 +217,7 @@ else()
endif
()
endif
()
# RPM package specific variables
# RPM package specific variables
set
(
CPACK_RPM_PACKAGE_
DEPEND
S
"libstdc++6, hsa-rocr-dev"
)
set
(
CPACK_RPM_PACKAGE_
REQUIRE
S
"libstdc++6, hsa-rocr-dev"
)
if
(
DEFINED CPACK_PACKAGING_INSTALL_PREFIX
)
if
(
DEFINED CPACK_PACKAGING_INSTALL_PREFIX
)
set
(
CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION
"
${
CPACK_PACKAGING_INSTALL_PREFIX
}
${
CPACK_PACKAGING_INSTALL_PREFIX
}
/bin"
)
set
(
CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION
"
${
CPACK_PACKAGING_INSTALL_PREFIX
}
${
CPACK_PACKAGING_INSTALL_PREFIX
}
/bin"
)
endif
()
endif
()
...
...
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