From 840f8715ef5f5de26eb29ef1aefbcf857e954efa Mon Sep 17 00:00:00 2001 From: saadrahim <44449863+saadrahim@users.noreply.github.com> Date: Mon, 24 Jun 2019 17:13:57 -0600 Subject: [PATCH] Changing maintainer to no-reply to fix deb generation (#86) --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 59e65a940f..2a5f91040b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -191,6 +191,8 @@ rocm_create_package( rccl DESCRIPTION "Optimized primitives for collective multi-GPU communication" + MAINTAINER + "" LDCONFIG) rocm_install_symlink_subdir(rccl)