Fixed install location, new .deb version
This commit is contained in:
parent
03df4c7759
commit
0177cf3ea4
4
Makefile
4
Makefile
@ -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
|
LIBSRCFILES := libwrap.cu core.cu all_gather.cu all_reduce.cu broadcast.cu reduce.cu reduce_scatter.cu
|
||||||
LIBNAME := libnccl.so
|
LIBNAME := libnccl.so
|
||||||
VER_MAJOR := 1
|
VER_MAJOR := 1
|
||||||
VER_MINOR := 1
|
VER_MINOR := 2
|
||||||
VER_PATCH := 0
|
VER_PATCH := 1
|
||||||
TESTS := all_gather_test all_reduce_test broadcast_test reduce_test reduce_scatter_test
|
TESTS := all_gather_test all_reduce_test broadcast_test reduce_test reduce_scatter_test
|
||||||
MPITESTS := mpi_test
|
MPITESTS := mpi_test
|
||||||
|
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
nccl (1.1.1-1+cuda7.5) trusty; urgency=medium
|
||||||
|
|
||||||
* Rebuilding with 7.5
|
* Rebuilding with 7.5
|
||||||
|
2
debian/libnccl-dev.install
vendored
2
debian/libnccl-dev.install
vendored
@ -1,2 +1,2 @@
|
|||||||
include/nccl.h usr/include
|
include/nccl.h usr/include
|
||||||
lib/libnccl.so usr/lib
|
lib/libnccl.so /usr/lib/x86_64-linux-gnu
|
||||||
|
4
debian/libnccl1.install
vendored
4
debian/libnccl1.install
vendored
@ -1,2 +1,2 @@
|
|||||||
lib/libnccl.so.1 usr/lib
|
lib/libnccl.so.1 /usr/lib/x86_64-linux-gnu
|
||||||
lib/libnccl.so.1.1.0 usr/lib
|
lib/libnccl.so.1.2.1 /usr/lib/x86_64-linux-gnu
|
||||||
|
2
debian/shlibs.local
vendored
2
debian/shlibs.local
vendored
@ -1 +1 @@
|
|||||||
libcudart 7.0 cuda-cudart-7-0
|
libcudart 7.5 cuda-cudart-7-5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user