diff --git a/debian/changelog b/debian/changelog index 8061ddd..1c40a0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nccl (1.1.1+cuda75) trusty; urgency=medium + + * Rebuilding with 7.5 + + -- Boris Fomitchev Wed, 16 Mar 2016 18:07:01 -0800 + nccl (1.1.0) trusty; urgency=medium * Picking up the latest diff --git a/debian/control b/debian/control index eeb436f..39ac3b5 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,15 @@ Source: nccl Section: universe/libs Maintainer: Boris Fomitchev Priority: optional -Build-depends: debhelper(>=9), go-md2man, cuda-toolkit-7-0, - cuda-curand-dev-7-0, cuda-cublas-dev-7-0, cuda-cudart-dev-7-0, cuda-ld-conf-7-0 +Build-depends: debhelper(>=9), go-md2man, cuda-core-7-5, cuda-toolkit-7-5, + cuda-curand-dev-7-5, cuda-cublas-dev-7-5, cuda-cudart-dev-7-5, cuda-ld-conf-7-5 Standards-Version: 3.9.5 Package: libnccl1 Section: universe/libs Architecture: amd64 Depends: ${misc:Depends}, ${shlibs:Depends}, - cuda-curand-7-0, cuda-cublas-7-0, cuda-cudart-7-0, cuda-ld-conf-7-0 + cuda-curand-7-5, cuda-cublas-7-5, cuda-cudart-7-5, cuda-ld-conf-7-5 Description: NVIDIA Communication Collectives Library (NCCL) Runtime NCCL (pronounced "Nickel") is a stand-alone library of standard collective communication routines,such as all-gather, reduce, broadcast, etc., that have diff --git a/scripts/build-package.sh b/scripts/build-package.sh index 4d1996a..bb4b892 100755 --- a/scripts/build-package.sh +++ b/scripts/build-package.sh @@ -3,7 +3,8 @@ # The envirinment set by create-ubuntu-environmens sscript is trusty, so we should match it. # Look at debian/gbp.conf for default optiuons sent to gbp. rm -r debian/tmp debian/*.log -git commit -a -m 'Preparing for pbuild' && git push +git commit -a -m 'Preparing for pbuild' +# && git push git clean -f gbp buildpackage --git-dist=trusty $1 $2 $3 $4 $5