Followup-For: Bug #924014 Control: tag -1 patch pending Hi Samuel,
I'll upload a NMU with the attached patch in the next days. Andreas
diff -Nru starpu-contrib-1.2.6+dfsg/debian/changelog starpu-contrib-1.2.6+dfsg/debian/changelog --- starpu-contrib-1.2.6+dfsg/debian/changelog 2019-02-05 18:57:23.000000000 +0100 +++ starpu-contrib-1.2.6+dfsg/debian/changelog 2019-07-11 18:16:30.000000000 +0200 @@ -1,3 +1,10 @@ +starpu-contrib (1.2.6+dfsg-6.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with CUDA 10.1 and GCC 8. (Closes: #924014). + + -- Andreas Beckmann <a...@debian.org> Thu, 11 Jul 2019 18:16:30 +0200 + starpu-contrib (1.2.6+dfsg-6) unstable; urgency=medium * patches/doc-nopdf: Disable building pdf version of doxygen documentation diff -Nru starpu-contrib-1.2.6+dfsg/debian/control starpu-contrib-1.2.6+dfsg/debian/control --- starpu-contrib-1.2.6+dfsg/debian/control 2019-02-05 18:57:23.000000000 +0100 +++ starpu-contrib-1.2.6+dfsg/debian/control 2019-07-11 18:16:30.000000000 +0200 @@ -20,12 +20,10 @@ # guile-2.2, opencl-c-headers, ocl-icd-opencl-dev | opencl-dev, gfortran, -# gcc-7, g++-7, gfortran-7, gcc-7-plugin-dev, gcc, - gcc-7, g++-7, gfortran-7, gcc-7-plugin-dev, -# clang-5.0, + g++-8, gfortran-8, gcc-8-plugin-dev, +# clang-7, help2man, doxygen, doxygen-latex, - nvidia-cuda-toolkit (>= 9.2), -#Build-Conflicts: gcc-8, g++-8 + nvidia-cuda-toolkit (>= 10.1), Standards-Version: 4.2.0 Section: contrib/libs Homepage: http://starpu.gforge.inria.fr/ diff -Nru starpu-contrib-1.2.6+dfsg/debian/rules starpu-contrib-1.2.6+dfsg/debian/rules --- starpu-contrib-1.2.6+dfsg/debian/rules 2019-02-05 18:57:23.000000000 +0100 +++ starpu-contrib-1.2.6+dfsg/debian/rules 2019-07-11 18:16:30.000000000 +0200 @@ -9,11 +9,11 @@ # This is the version we want to build starpu against (may have to change # according to plugin support) -GCC_VERSION := 7 +GCC_VERSION := 8 # These are the best versions that nvcc supports. -CONTRIB_GCC_VERSION := 7 -CONTRIB_CLANG_VERSION := 5.0 +CONTRIB_GCC_VERSION := 8 +CONTRIB_CLANG_VERSION := 7 ifeq ($(source),starpu) #CC=gcc-$(GCC_VERSION) @@ -35,8 +35,8 @@ V=1 export V -#export NVCC_CC = gcc-7 -#export NVCC_CC = clang-5.0 +#export NVCC_CC = gcc-8 +#export NVCC_CC = clang-7 export NVCCFLAGS = -Xcompiler -fPIC -Xcompiler -std=c++03 export QT_SELECT=5