Skip to content

Commit

Permalink
Devops Packaging Requests (#22)
Browse files Browse the repository at this point in the history
* Updating to latest cub-hip

* Removing dependancy on hip-cub

* Switching to correct branch of hipcub

* Changing package name to hip-thrust
  • Loading branch information
saadrahim authored Apr 12, 2019
1 parent d84c94a commit a58d8d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)

set (PROJECT_NAME "Thrust")
set (PROJECT_NAME "hip-thrust")

project(${PROJECT_NAME})

Expand All @@ -16,9 +16,4 @@ set(CPACK_PACKAGE_CONTACT "Ben Sander ([email protected])")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "HIP back-end for Thrust (alpha release).")
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/NOTICE")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")

# Debian and RPM specific variables
set(CPACK_DEBIAN_PACKAGE_DEPENDS "cub-hip")
set(CPACK_RPM_PACKAGE_DEPENDS "cub-hip")

include(CPack)
2 changes: 1 addition & 1 deletion thrust/system/cuda/detail/cub-hip

0 comments on commit a58d8d7

Please sign in to comment.