Skip to content

Commit a58d8d7

Browse files
authored
Devops Packaging Requests (#22)
* Updating to latest cub-hip * Removing dependancy on hip-cub * Switching to correct branch of hipcub * Changing package name to hip-thrust
1 parent d84c94a commit a58d8d7

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

CMakeLists.txt

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22

3-
set (PROJECT_NAME "Thrust")
3+
set (PROJECT_NAME "hip-thrust")
44

55
project(${PROJECT_NAME})
66

@@ -16,9 +16,4 @@ set(CPACK_PACKAGE_CONTACT "Ben Sander ([email protected])")
1616
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "HIP back-end for Thrust (alpha release).")
1717
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/NOTICE")
1818
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
19-
20-
# Debian and RPM specific variables
21-
set(CPACK_DEBIAN_PACKAGE_DEPENDS "cub-hip")
22-
set(CPACK_RPM_PACKAGE_DEPENDS "cub-hip")
23-
2419
include(CPack)

0 commit comments

Comments
 (0)