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
d2424064
Commit
d2424064
authored
Jan 26, 2022
by
Nirmal Unnikrishnan
Browse files
Adding license details to the package
parent
9098d502
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
CMakeLists.txt
CMakeLists.txt
+5
-0
No files found.
CMakeLists.txt
View file @
d2424064
...
...
@@ -207,6 +207,11 @@ if(DEFINED ENV{ROCM_LIBPATCH_VERSION})
set
(
ROCM_VERSION_FOR_PACKAGE $ENV{ROCM_LIBPATCH_VERSION}
)
endif
()
#Set the License information
set
(
CPACK_RPM_PACKAGE_LICENSE
"NCSA"
)
set
(
CPACK_RESOURCE_FILE_LICENSE
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/LICENSE.txt"
)
install
(
FILES
${
CPACK_RESOURCE_FILE_LICENSE
}
DESTINATION share/doc/
${
CPACK_PACKAGE_NAME
}
)
# Debian package specific variables
set
(
CPACK_DEBIAN_PACKAGE_DEPENDS
"libstdc++6, hsa-rocr"
)
set
(
CPACK_DEBIAN_PACKAGE_HOMEPAGE
"https://github.com/RadeonOpenCompute/rocm_bandwidth_test"
)
...
...
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