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
e0b7d26b
Unverified
Commit
e0b7d26b
authored
Jan 26, 2022
by
Ramesh Errabolu
Committed by
GitHub
Jan 26, 2022
Browse files
Merge pull request #83 from nunnikri/master
Adding license details to the package
parents
9098d502
d2424064
Changes
1
Show 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 @
e0b7d26b
...
@@ -207,6 +207,11 @@ if(DEFINED ENV{ROCM_LIBPATCH_VERSION})
...
@@ -207,6 +207,11 @@ if(DEFINED ENV{ROCM_LIBPATCH_VERSION})
set
(
ROCM_VERSION_FOR_PACKAGE $ENV{ROCM_LIBPATCH_VERSION}
)
set
(
ROCM_VERSION_FOR_PACKAGE $ENV{ROCM_LIBPATCH_VERSION}
)
endif
()
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
# Debian package specific variables
set
(
CPACK_DEBIAN_PACKAGE_DEPENDS
"libstdc++6, hsa-rocr"
)
set
(
CPACK_DEBIAN_PACKAGE_DEPENDS
"libstdc++6, hsa-rocr"
)
set
(
CPACK_DEBIAN_PACKAGE_HOMEPAGE
"https://github.com/RadeonOpenCompute/rocm_bandwidth_test"
)
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