Your message dated Tue, 01 Apr 2025 17:53:09 +0000
with message-id <[email protected]>
and subject line Bug#1097937: fixed in starpu-contrib 1.4.5+dfsg-5
has caused the Debian Bug report #1097937,
regarding starpu: ftbfs with GCC-15
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1097937: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097937
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:starpu
Version: 1.4.5+dfsg-4
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15

[This bug is NOT targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/starpu_1.4.5+dfsg-4_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-15/porting_to.html

[...]
../../src/profiling/callbacks.c:57:74: error: assignment to 
'starpu_prof_tool_cb_func' {aka 'void (*)(struct starpu_prof_tool_info *, union 
starpu_prof_tool_event_info *, struct starpu_prof_tool_api_info *)'} from 
incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types]
   57 |         
starpu_prof_tool_callbacks.starpu_prof_tool_event_start_gpu_exec = 
&_starpu_prof_tool_event_dummy_func;
      |                                                                         
 ^
../../src/profiling/callbacks.c:39:6: note: 
'_starpu_prof_tool_event_dummy_func' declared here
   39 | void _starpu_prof_tool_event_dummy_func()
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/starpu_profiling_tool.h:136:16: note: 'starpu_prof_tool_cb_func' 
declared here
  136 | typedef void (*starpu_prof_tool_cb_func)(struct starpu_prof_tool_info*, 
union starpu_prof_tool_event_info*, struct starpu_prof_tool_api_info*);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
../../src/profiling/callbacks.c:58:72: error: assignment to 
'starpu_prof_tool_cb_func' {aka 'void (*)(struct starpu_prof_tool_info *, union 
starpu_prof_tool_event_info *, struct starpu_prof_tool_api_info *)'} from 
incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types]
   58 |         starpu_prof_tool_callbacks.starpu_prof_tool_event_end_gpu_exec 
= &_starpu_prof_tool_event_dummy_func;
      |                                                                        ^
../../src/profiling/callbacks.c:39:6: note: 
'_starpu_prof_tool_event_dummy_func' declared here
   39 | void _starpu_prof_tool_event_dummy_func()
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/starpu_profiling_tool.h:136:16: note: 'starpu_prof_tool_cb_func' 
declared here
  136 | typedef void (*starpu_prof_tool_cb_func)(struct starpu_prof_tool_info*, 
union starpu_prof_tool_event_info*, struct starpu_prof_tool_api_info*);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
../../src/profiling/callbacks.c:59:74: error: assignment to 
'starpu_prof_tool_cb_func' {aka 'void (*)(struct starpu_prof_tool_info *, union 
starpu_prof_tool_event_info *, struct starpu_prof_tool_api_info *)'} from 
incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types]
   59 |         
starpu_prof_tool_callbacks.starpu_prof_tool_event_start_transfer = 
&_starpu_prof_tool_event_dummy_func;
      |                                                                         
 ^
../../src/profiling/callbacks.c:39:6: note: 
'_starpu_prof_tool_event_dummy_func' declared here
   39 | void _starpu_prof_tool_event_dummy_func()
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/starpu_profiling_tool.h:136:16: note: 'starpu_prof_tool_cb_func' 
declared here
  136 | typedef void (*starpu_prof_tool_cb_func)(struct starpu_prof_tool_info*, 
union starpu_prof_tool_event_info*, struct starpu_prof_tool_api_info*);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
../../src/profiling/callbacks.c:60:72: error: assignment to 
'starpu_prof_tool_cb_func' {aka 'void (*)(struct starpu_prof_tool_info *, union 
starpu_prof_tool_event_info *, struct starpu_prof_tool_api_info *)'} from 
incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types]
   60 |         starpu_prof_tool_callbacks.starpu_prof_tool_event_end_transfer 
= &_starpu_prof_tool_event_dummy_func;
      |                                                                        ^
../../src/profiling/callbacks.c:39:6: note: 
'_starpu_prof_tool_event_dummy_func' declared here
   39 | void _starpu_prof_tool_event_dummy_func()
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/starpu_profiling_tool.h:136:16: note: 'starpu_prof_tool_cb_func' 
declared here
  136 | typedef void (*starpu_prof_tool_cb_func)(struct starpu_prof_tool_info*, 
union starpu_prof_tool_event_info*, struct starpu_prof_tool_api_info*);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
../../src/profiling/callbacks.c:62:70: error: assignment to 
'starpu_prof_tool_cb_func' {aka 'void (*)(struct starpu_prof_tool_info *, union 
starpu_prof_tool_event_info *, struct starpu_prof_tool_api_info *)'} from 
incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types]
   62 |         starpu_prof_tool_callbacks.starpu_prof_tool_event_user_start = 
&_starpu_prof_tool_event_dummy_func;
      |                                                                      ^
../../src/profiling/callbacks.c:39:6: note: 
'_starpu_prof_tool_event_dummy_func' declared here
   39 | void _starpu_prof_tool_event_dummy_func()
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/starpu_profiling_tool.h:136:16: note: 'starpu_prof_tool_cb_func' 
declared here
  136 | typedef void (*starpu_prof_tool_cb_func)(struct starpu_prof_tool_info*, 
union starpu_prof_tool_event_info*, struct starpu_prof_tool_api_info*);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
../../src/profiling/callbacks.c:63:68: error: assignment to 
'starpu_prof_tool_cb_func' {aka 'void (*)(struct starpu_prof_tool_info *, union 
starpu_prof_tool_event_info *, struct starpu_prof_tool_api_info *)'} from 
incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types]
   63 |         starpu_prof_tool_callbacks.starpu_prof_tool_event_user_end = 
&_starpu_prof_tool_event_dummy_func;
      |                                                                    ^
../../src/profiling/callbacks.c:39:6: note: 
'_starpu_prof_tool_event_dummy_func' declared here
   39 | void _starpu_prof_tool_event_dummy_func()
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../include/starpu_profiling_tool.h:136:16: note: 'starpu_prof_tool_cb_func' 
declared here
  136 | typedef void (*starpu_prof_tool_cb_func)(struct starpu_prof_tool_info*, 
union starpu_prof_tool_event_info*, struct starpu_prof_tool_api_info*);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:2494: profiling/callbacks.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../src -I../src/common 
-I../include -I../starpurm/include -I../../include/ -DBUILDING_STARPU 
-DSTARPU_DATADIR=\"/usr/share\" 
-DSTARPU_OPENCL_DATADIR=\"/usr/share/starpu/opencl\" 
-DCL_USE_DEPRECATED_OPENCL_1_1_APIS -fopenmp -D_FORTIFY_SOURCE=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-DSTARPU_SAMPLING_DIR=\"/usr/share/starpu/perfmodels/sampling\" -gdwarf-2 -g3 
-Wall -Werror=implicit -Werror=implicit-function-declaration -Wextra -Wunused 
-Wundef -Wshadow -Wpointer-arith -O3 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/starpu-1.4.5+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c 
../../src/profiling/profiling_helpers.c -o profiling/profiling_helpers.o 
>/dev/null 2>&1
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../src -I../src/common 
-I../include -I../starpurm/include -I../../include/ -DBUILDING_STARPU 
-DSTARPU_DATADIR=\"/usr/share\" 
-DSTARPU_OPENCL_DATADIR=\"/usr/share/starpu/opencl\" 
-DCL_USE_DEPRECATED_OPENCL_1_1_APIS -fopenmp -D_FORTIFY_SOURCE=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-DSTARPU_SAMPLING_DIR=\"/usr/share/starpu/perfmodels/sampling\" -gdwarf-2 -g3 
-Wall -Werror=implicit -Werror=implicit-function-declaration -Wextra -Wunused 
-Wundef -Wshadow -Wpointer-arith -O3 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/starpu-1.4.5+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c ../../src/profiling/profiling.c -o 
profiling/profiling.o >/dev/null 2>&1
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../src -I../src/common 
-I../include -I../starpurm/include -I../../include/ -DBUILDING_STARPU 
-DSTARPU_DATADIR=\"/usr/share\" 
-DSTARPU_OPENCL_DATADIR=\"/usr/share/starpu/opencl\" 
-DCL_USE_DEPRECATED_OPENCL_1_1_APIS -fopenmp -D_FORTIFY_SOURCE=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-DSTARPU_SAMPLING_DIR=\"/usr/share/starpu/perfmodels/sampling\" -gdwarf-2 -g3 
-Wall -Werror=implicit -Werror=implicit-function-declaration -Wextra -Wunused 
-Wundef -Wshadow -Wpointer-arith -O3 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/starpu-1.4.5+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c 
../../src/util/starpu_task_insert_utils.c -o util/starpu_task_insert_utils.o 
>/dev/null 2>&1
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../src -I../src/common 
-I../include -I../starpurm/include -I../../include/ -DBUILDING_STARPU 
-DSTARPU_DATADIR=\"/usr/share\" 
-DSTARPU_OPENCL_DATADIR=\"/usr/share/starpu/opencl\" 
-DCL_USE_DEPRECATED_OPENCL_1_1_APIS -fopenmp -D_FORTIFY_SOURCE=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-DSTARPU_SAMPLING_DIR=\"/usr/share/starpu/perfmodels/sampling\" -gdwarf-2 -g3 
-Wall -Werror=implicit -Werror=implicit-function-declaration -Wextra -Wunused 
-Wundef -Wshadow -Wpointer-arith -O3 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/starpu-1.4.5+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c ../../src/profiling/bound.c -o 
profiling/bound.o >/dev/null 2>&1
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../src -I../src/common 
-I../include -I../starpurm/include -I../../include/ -DBUILDING_STARPU 
-DSTARPU_DATADIR=\"/usr/share\" 
-DSTARPU_OPENCL_DATADIR=\"/usr/share/starpu/opencl\" 
-DCL_USE_DEPRECATED_OPENCL_1_1_APIS -fopenmp -D_FORTIFY_SOURCE=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-DSTARPU_SAMPLING_DIR=\"/usr/share/starpu/perfmodels/sampling\" -gdwarf-2 -g3 
-Wall -Werror=implicit -Werror=implicit-function-declaration -Wextra -Wunused 
-Wundef -Wshadow -Wpointer-arith -O3 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/starpu-1.4.5+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c 
../../src/util/openmp_runtime_support.c -o util/openmp_runtime_support.o 
>/dev/null 2>&1
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../src -I../src/common 
-I../include -I../starpurm/include -I../../include/ -DBUILDING_STARPU 
-DSTARPU_DATADIR=\"/usr/share\" 
-DSTARPU_OPENCL_DATADIR=\"/usr/share/starpu/opencl\" 
-DCL_USE_DEPRECATED_OPENCL_1_1_APIS -fopenmp -D_FORTIFY_SOURCE=1 -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE 
-DSTARPU_SAMPLING_DIR=\"/usr/share/starpu/perfmodels/sampling\" -gdwarf-2 -g3 
-Wall -Werror=implicit -Werror=implicit-function-declaration -Wextra -Wunused 
-Wundef -Wshadow -Wpointer-arith -O3 -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/starpu-1.4.5+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c ../../src/debug/traces/starpu_fxt.c 
-o debug/traces/starpu_fxt.o >/dev/null 2>&1
make[3]: Leaving directory 
'/build/reproducible-path/starpu-1.4.5+dfsg/build/src'
make[2]: *** [Makefile:2579: all-recursive] Error 1
make[2]: Leaving directory 
'/build/reproducible-path/starpu-1.4.5+dfsg/build/src'
make[1]: *** [Makefile:1186: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/starpu-1.4.5+dfsg/build'
dh_auto_build: error: cd build && make -j8 returned exit code 2
make: *** [debian/rules:39: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: starpu-contrib
Source-Version: 1.4.5+dfsg-5
Done: Samuel Thibault <[email protected]>

We believe that the bug you reported is fixed in the latest version of
starpu-contrib, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Samuel Thibault <[email protected]> (supplier of updated starpu-contrib 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 01 Apr 2025 16:31:26 +0200
Source: starpu-contrib
Binary: libsocl-contrib-1.4-1t64 libsocl-contrib-1.4-1t64-dbgsym 
libstarpu-contrib-1.4-5t64 libstarpu-contrib-1.4-5t64-dbgsym 
libstarpu-contrib-dev libstarpu-contrib-openmp-llvm-1.4-1t64 
libstarpu-contrib-openmp-llvm-1.4-1t64-dbgsym libstarpu-contribfft-1.4-1t64 
libstarpu-contribfft-1.4-1t64-dbgsym libstarpu-contribmpi-1.4-3t64 
libstarpu-contribmpi-1.4-3t64-dbgsym libstarpu-contribrm-1.4-1t64 
libstarpu-contribrm-1.4-1t64-dbgsym starpu-contrib-examples 
starpu-contrib-examples-dbgsym starpu-contrib-tools starpu-contrib-tools-dbgsym
Architecture: source amd64
Version: 1.4.5+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Samuel Thibault <[email protected]>
Changed-By: Samuel Thibault <[email protected]>
Description:
 libsocl-contrib-1.4-1t64 - Task scheduler for heterogeneous multicore machines
 libstarpu-contrib-1.4-5t64 - Task scheduler for heterogeneous multicore 
machines
 libstarpu-contrib-dev - Task scheduler for heterogeneous multicore machines - 
dev
 libstarpu-contrib-openmp-llvm-1.4-1t64 - Task scheduler for heterogeneous 
multicore machines
 libstarpu-contribfft-1.4-1t64 - Task scheduler for heterogeneous multicore 
machines
 libstarpu-contribmpi-1.4-3t64 - Task scheduler for heterogeneous multicore 
machines
 libstarpu-contribrm-1.4-1t64 - Task scheduler for heterogeneous multicore 
machines
 starpu-contrib-examples - Task scheduler for heterogeneous multicore machines 
- exs
 starpu-contrib-tools - Task scheduler for heterogeneous multicore machines - 
tools
Closes: 1097937
Changes:
 starpu-contrib (1.4.5+dfsg-5) unstable; urgency=medium
 .
   * control: Re-enable llvm omp and libstarpu-openmp-llvm package on mips64el,
     riscv64, and enable on loong64.
   * patches/gcc-15: Fix build with gcc-15 (Closes: Bug#1097937)
   * patches/hipblas: Fix hip build.
   * control: Add libamdhip64-dev and libhipblas-dev build-deps.
Checksums-Sha1:
 53a88b22f6b8bd1d9c543c9d4d6cc65558522333 3578 starpu-contrib_1.4.5+dfsg-5.dsc
 582d0476112335d3302ad9ab35f123eea92fec42 21700 
starpu-contrib_1.4.5+dfsg-5.debian.tar.xz
 19569e254be5d0f3549e0e94f7c99d849791cd0c 235020 
libsocl-contrib-1.4-1t64-dbgsym_1.4.5+dfsg-5_amd64.deb
 1005bb96f6ff89df6f4e54ba27fd4c51f4298057 57644 
libsocl-contrib-1.4-1t64_1.4.5+dfsg-5_amd64.deb
 a24fda24b8774be42ce4c34b0e8189e397ab6421 3357104 
libstarpu-contrib-1.4-5t64-dbgsym_1.4.5+dfsg-5_amd64.deb
 fa091654df74e06baeedbbdd390c9f74fd926ffd 666064 
libstarpu-contrib-1.4-5t64_1.4.5+dfsg-5_amd64.deb
 3c8b412ae77d8fa911cd5a3e313f6d47bdaad03a 14851500 
libstarpu-contrib-dev_1.4.5+dfsg-5_amd64.deb
 3e04ad537583940158c1ab81fd9ad26aedbc6324 164064 
libstarpu-contrib-openmp-llvm-1.4-1t64-dbgsym_1.4.5+dfsg-5_amd64.deb
 5df6dd82ef058de1c6e5d48575ae05913a7c3c8e 39340 
libstarpu-contrib-openmp-llvm-1.4-1t64_1.4.5+dfsg-5_amd64.deb
 3c48aa04dee04fcda4eb3a602eafaf97f155bfa0 154284 
libstarpu-contribfft-1.4-1t64-dbgsym_1.4.5+dfsg-5_amd64.deb
 e9484a9148f097d742ea51a84008efccbbb3522b 48724 
libstarpu-contribfft-1.4-1t64_1.4.5+dfsg-5_amd64.deb
 4de9610603c6d705de194d930abac1fd63aded9a 542952 
libstarpu-contribmpi-1.4-3t64-dbgsym_1.4.5+dfsg-5_amd64.deb
 11216c3b3cb7fc20fe41e83c87b4bb0c7d61be3c 109344 
libstarpu-contribmpi-1.4-3t64_1.4.5+dfsg-5_amd64.deb
 871eac83d815aeb5d2701b7200a57a94fa528e7b 130528 
libstarpu-contribrm-1.4-1t64-dbgsym_1.4.5+dfsg-5_amd64.deb
 edad4cabeaf458cf0128f8658957c71c9143ae9b 44208 
libstarpu-contribrm-1.4-1t64_1.4.5+dfsg-5_amd64.deb
 3b67864c3025076b222215a00a2566037b8265af 4705704 
starpu-contrib-examples-dbgsym_1.4.5+dfsg-5_amd64.deb
 7f5d1018d0dd8815abc29fcf987bf55e4d8e4b46 661628 
starpu-contrib-examples_1.4.5+dfsg-5_amd64.deb
 9978dc969bdf20f94d3a3c9e7d73cdd9c1d26511 272180 
starpu-contrib-tools-dbgsym_1.4.5+dfsg-5_amd64.deb
 d70746d4137636c67894d8478f2fb0e8d59ec062 99956 
starpu-contrib-tools_1.4.5+dfsg-5_amd64.deb
 2b5deca7d0ad6cc990a60523a567c0717f9b6bf4 24257 
starpu-contrib_1.4.5+dfsg-5_amd64.buildinfo
Checksums-Sha256:
 f5cd28121774d4dc6370729657e924e5407726ad30f67b7753c1f3c24d9e96c8 3578 
starpu-contrib_1.4.5+dfsg-5.dsc
 7eafcbad2846ee8f929a0a7f8a0b8770f4bd2ff9ef8782aa1a68453c4b3b1d30 21700 
starpu-contrib_1.4.5+dfsg-5.debian.tar.xz
 a9bd2adb18da036ad275aaeebf3925f0fd98a5d7872037eb47d4d94960584a8b 235020 
libsocl-contrib-1.4-1t64-dbgsym_1.4.5+dfsg-5_amd64.deb
 2a45faa75f711f551ee883eabbab089f0f616d0e6d0438153c73b8e5032284a1 57644 
libsocl-contrib-1.4-1t64_1.4.5+dfsg-5_amd64.deb
 ce91e212ff4fc2b7874c29368c35ffa60c939410999e95a06bfebbd44e0e2162 3357104 
libstarpu-contrib-1.4-5t64-dbgsym_1.4.5+dfsg-5_amd64.deb
 fa31c174c61a3ea8ab9de8837f767c8c4d6d5ed7eb54a132ea9cbccb0ebaccfc 666064 
libstarpu-contrib-1.4-5t64_1.4.5+dfsg-5_amd64.deb
 02525ad87132336e59a99efdc0e9cd8d58fd89e68563e89b90bd2b7d62fbee1b 14851500 
libstarpu-contrib-dev_1.4.5+dfsg-5_amd64.deb
 843fe79340f0f4bc57a9a711d0c7dc53ae9ae7b5c61b9fcf8e860f186ebf200d 164064 
libstarpu-contrib-openmp-llvm-1.4-1t64-dbgsym_1.4.5+dfsg-5_amd64.deb
 3b294c6d4de2db4f9fa8eac92f4e33c771fd9a83d600f2cc08ad77e9f82d4d3f 39340 
libstarpu-contrib-openmp-llvm-1.4-1t64_1.4.5+dfsg-5_amd64.deb
 594d9dba170a9d0e12d6f14b15ba9ee043a1b6146c39536fb22ef70b9727dfc9 154284 
libstarpu-contribfft-1.4-1t64-dbgsym_1.4.5+dfsg-5_amd64.deb
 2c6b85f8d3d7d5fadcaafb0e47e834949e236f3e142f177b726bdda8ffc3e0cc 48724 
libstarpu-contribfft-1.4-1t64_1.4.5+dfsg-5_amd64.deb
 601e116f308676973e8587aae756c7a75ffba0b251d32ed662b138c1828ca515 542952 
libstarpu-contribmpi-1.4-3t64-dbgsym_1.4.5+dfsg-5_amd64.deb
 3bfbbfec7ce669b6159257d5104fdb59c08b3a9ba4f167ebd3219271aa19cd01 109344 
libstarpu-contribmpi-1.4-3t64_1.4.5+dfsg-5_amd64.deb
 095b50838cd218daba68979fef5a4d2920794d4b87236f9d947b2964c7c77285 130528 
libstarpu-contribrm-1.4-1t64-dbgsym_1.4.5+dfsg-5_amd64.deb
 33903ac0c1192ce9092a5e95dce6cc37547e6f07eb9de5604d818bbc76309d44 44208 
libstarpu-contribrm-1.4-1t64_1.4.5+dfsg-5_amd64.deb
 b5daba15d924a62204ab937bc004bed390d87c30ef7b90225d09b39abe5d5f20 4705704 
starpu-contrib-examples-dbgsym_1.4.5+dfsg-5_amd64.deb
 f20c18e23229e96e4b793f365d8a58c3b5ab3ec2bc3fc4e098a1c830d1f2b0c8 661628 
starpu-contrib-examples_1.4.5+dfsg-5_amd64.deb
 3b683f59b6a893f64fee15934a71cd97c8efec72c035d80941a03e8b02eb84af 272180 
starpu-contrib-tools-dbgsym_1.4.5+dfsg-5_amd64.deb
 c1813b554a20fe3514530f0c563d7c3f50000d93ae078adb1fc49207cb19f8de 99956 
starpu-contrib-tools_1.4.5+dfsg-5_amd64.deb
 c6c1b9c47c29ed5638f9256851cc06c422c84ef367a32e53248f6bece0139f1e 24257 
starpu-contrib_1.4.5+dfsg-5_amd64.buildinfo
Files:
 30510cf7fe512aff15d4a46b6d46eaf0 3578 contrib/libs optional 
starpu-contrib_1.4.5+dfsg-5.dsc
 d26451b50fc4b2a8038ef5f2004a5e50 21700 contrib/libs optional 
starpu-contrib_1.4.5+dfsg-5.debian.tar.xz
 a10c4dc67e3d11ab17e86f99b48cb78e 235020 contrib/debug optional 
libsocl-contrib-1.4-1t64-dbgsym_1.4.5+dfsg-5_amd64.deb
 1a4eff3db81c35805123e06ca3520c01 57644 contrib/libs optional 
libsocl-contrib-1.4-1t64_1.4.5+dfsg-5_amd64.deb
 36b5a2595d36d88256f7f16e7eb9f870 3357104 contrib/debug optional 
libstarpu-contrib-1.4-5t64-dbgsym_1.4.5+dfsg-5_amd64.deb
 1d04df75086f9af2f93ba4a8da270e29 666064 contrib/libs optional 
libstarpu-contrib-1.4-5t64_1.4.5+dfsg-5_amd64.deb
 3eacfe681cb3fc5cb1b623620d45168e 14851500 contrib/libdevel optional 
libstarpu-contrib-dev_1.4.5+dfsg-5_amd64.deb
 fda36eceebebd817056ca4d64e6bf6b6 164064 contrib/debug optional 
libstarpu-contrib-openmp-llvm-1.4-1t64-dbgsym_1.4.5+dfsg-5_amd64.deb
 6b1b6d18bac5d4d0cab9373e04002a43 39340 contrib/libs optional 
libstarpu-contrib-openmp-llvm-1.4-1t64_1.4.5+dfsg-5_amd64.deb
 3e116f35f286d71169bf2e941596ffe8 154284 contrib/debug optional 
libstarpu-contribfft-1.4-1t64-dbgsym_1.4.5+dfsg-5_amd64.deb
 02ec69b70f956a2dece72b07618723a9 48724 contrib/libs optional 
libstarpu-contribfft-1.4-1t64_1.4.5+dfsg-5_amd64.deb
 4cdcf952c20b62143fba6df37c1a055c 542952 contrib/debug optional 
libstarpu-contribmpi-1.4-3t64-dbgsym_1.4.5+dfsg-5_amd64.deb
 1aaf63b03a129a2080f7a102f58d3e4e 109344 contrib/libs optional 
libstarpu-contribmpi-1.4-3t64_1.4.5+dfsg-5_amd64.deb
 c947bdc5d511a541204bffec4ed7838e 130528 contrib/debug optional 
libstarpu-contribrm-1.4-1t64-dbgsym_1.4.5+dfsg-5_amd64.deb
 f6a7becb6a9ed5bc7cdb36246544070e 44208 contrib/libs optional 
libstarpu-contribrm-1.4-1t64_1.4.5+dfsg-5_amd64.deb
 79938ac87190af9279992530e38ca8cc 4705704 contrib/debug optional 
starpu-contrib-examples-dbgsym_1.4.5+dfsg-5_amd64.deb
 a6d626cda23962c9a160114d368f4912 661628 contrib/science optional 
starpu-contrib-examples_1.4.5+dfsg-5_amd64.deb
 d35612d53a301fe14e68551652da946b 272180 contrib/debug optional 
starpu-contrib-tools-dbgsym_1.4.5+dfsg-5_amd64.deb
 0a8d0cfaef71bc53d0355699aff2de10 99956 contrib/utils optional 
starpu-contrib-tools_1.4.5+dfsg-5_amd64.deb
 96d9c04b3cbe3f77c0c33d1291bfe463 24257 contrib/libs optional 
starpu-contrib_1.4.5+dfsg-5_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEZTSF1IMOAGwT71n/aHTOWK4tfj8FAmfsIvEACgkQaHTOWK4t
fj8o6A/9EV9GiTmhCKc1mYVTxj9mqPfTccw2RADQTc9zMhlzHmfMfTnd5kRkWNgT
048+rKiFXjuBuz3t9iRkapFE9w3EazgVa397z7vdPukewCMa3H6Id8Cwuk6SYvF0
iyHLA3jip1mHc/aWJadLpnJOHqDag7rWiC0fKn1o7KHFGiQ4KW0kIxjHnoPqOF7k
FnTEw8iWTFo3YokH6XdK1AyqDAqpfbPDcRM15WQc3uvWV9jgMBWNcYb2uIw1ryQ3
kSoTpg6389g5Caw3GxE6i6gm5SpK4wWhSrVDDFqOtJ8219Z4AzzSl81ssVaaQmo9
oKDWcpGNb4FjC3GD+rD2sPB3ie32jbQAhLSfFjc2qYPLLM6HBf4POM0AqTFKgnxp
VGGvcpoWXWjyi3GkeXcYnmV2uGllC5pJQ/UhyB/kyuUYXu/qq39x30B1ZjksPjO+
AVRbemOs19mBparQrr11sbHE1xixLJ18/97WAcqpAfUJL043ngglzR/RSL13SZlP
grFv/DYeKsS6h5/nGkrWuLzzHOogTAKGeX6OxKTGVXWLZA4qWPQrIszn5EWwa3u2
FHAYZO8ll34OfadLCxtpn+hv/nf1J8dIBSrDOVi+ssxSjivw3deHhoFEKEuSV2gh
9tVRqgve3Hr75C1rlUJHJWE0xSNbIOyVHyDuYq3+BV8i1Xf5rdE=
=5B+L
-----END PGP SIGNATURE-----

Attachment: pgpdQhS1438av.pgp
Description: PGP signature


--- End Message ---

Reply via email to