Fixed install location, new .deb version

This commit is contained in:
Boris Fomitchev 2016-04-21 10:00:24 -07:00
parent 03df4c7759
commit 0177cf3ea4
5 changed files with 12 additions and 6 deletions

View File

@ -61,8 +61,8 @@ INCEXPORTS := nccl.h
LIBSRCFILES := libwrap.cu core.cu all_gather.cu all_reduce.cu broadcast.cu reduce.cu reduce_scatter.cu
LIBNAME := libnccl.so
VER_MAJOR := 1
VER_MINOR := 1
VER_PATCH := 0
VER_MINOR := 2
VER_PATCH := 1
TESTS := all_gather_test all_reduce_test broadcast_test reduce_test reduce_scatter_test
MPITESTS := mpi_test

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
nccl (1.1.2-1+cuda7.5) trusty; urgency=medium
* Merged public bugfixes
-- Boris Fomitchev <bfomitchev@nvidia.com> Thu, 21 Apr 2016 10:07:01 -0800
nccl (1.1.1-1+cuda7.5) trusty; urgency=medium
* Rebuilding with 7.5

View File

@ -1,2 +1,2 @@
include/nccl.h usr/include
lib/libnccl.so usr/lib
lib/libnccl.so /usr/lib/x86_64-linux-gnu

View File

@ -1,2 +1,2 @@
lib/libnccl.so.1 usr/lib
lib/libnccl.so.1.1.0 usr/lib
lib/libnccl.so.1 /usr/lib/x86_64-linux-gnu
lib/libnccl.so.1.2.1 /usr/lib/x86_64-linux-gnu

2
debian/shlibs.local vendored
View File

@ -1 +1 @@
libcudart 7.0 cuda-cudart-7-0
libcudart 7.5 cuda-cudart-7-5