[pocl] branch experimental updated (eafac03 -> 0771fb4)

Andreas Beckmann anbe at moszumanska.debian.org
Mon Nov 27 17:09:59 UTC 2017


This is an automated email from the git hooks/post-receive script.

anbe pushed a change to branch experimental
in repository pocl.

      from  eafac03   finalize changelog for pocl (0.13-3), upload to experimental
      adds  1e0ea62   update symbols files
      adds  386d10b   use CLOCK_UPTIME_FAST on kFreeBSD
      adds  ec3c05d   finalize changelog for pocl (0.13-4), upload to unstable
      adds  ec74b1a   update symbols files for x32
      adds  fb6f70f   build-depend on the llvm-3.8 release version
      adds  6427848   finalize changelog for pocl (0.13-5)
      adds  3d554f4   update symbols files after gcc 6 was made the default
      adds  0235b7f   update symbols files for kfreebsd-i386 mips64el ppc64
      adds  bcd3104   finalize changelog for pocl (0.13-6)
      adds  ccb6b5b   do not use arch-bits=32 with exclusions (arch=!x32)
      adds  7b2f2b0   whitelist the subset of 64-bit arches instead of blacklisting many more
      adds  91b1101   update symbols files for arm64, kfreebsd-amd64, mips, mipsel, powerpc
      adds  016cc9d   finalize changelog for pocl (0.13-7)
      adds  876ab9f   update symbols files for ppc64
      adds  3b5d398   enable more hardening
      adds  1ca1a2e   update symbols files for x32
      adds  9d8fe95   reduce superfluous dependencies by linking with --as-needed
      adds  a0927cc   use ${sphinxdoc:Built-Using} substvar
      adds  be248d5   update lintian overrides
      adds  2503999   finalize changelog for pocl (0.13-8)
      adds  17a7d3e   work around using clang-3.8 with libstdc++-7-dev
      adds  d9c1a21   update symbols files after gcc 7 was made the default
      adds  b07df82   switch to debhelper compat level 10
      adds  ae8230e   Standards-Version: 4.0.1
      adds  ecbb740   do not mark the -dev packages as Multi-Arch: foreign
      adds  79ffd2b   drop empty README.source
      adds  a45798b   rename docs -> pocl-opencl-icd.docs
      adds  3e5cf46   move kernel-<triplet>.bc from libpocl1-common into libpocl1
      adds  3d9af32   switch to dh_missing
      adds  11dbe30   finalize changelog for pocl (0.13-9)
      adds  1cb1375   update symbols files
      adds  ff608c4   Standards-Version: 4.1.1
      adds  dbea840   update symbols files
      adds  fa8394d   use dpkg makefile snippets instead of parsing the changelog manually
      adds  ed3997b   switch B-D-I: python-sphinx to python3-sphinx
      adds  1b47ffb   add B-D: zlib1g-dev
      adds  6276fff   fix typo
      adds  a6ea602   remove files generated by autoreconf from the repository
      adds  9f0c46e   Rules-Requires-Root: no
      adds  15e4986   set POCL_DEVICE_ADDRESS_BITS before using it
      adds  78c5c9b   restrict libstdc++-7-dev.patch to clang <= 3.8
      adds  8c3540c   do not export libOpenCL.so.1 symbols
      adds  353ee15   introduce POCL_CONFIGURE_FLAGS
      adds  ef4aa2f   properly cleanup debian/stamp-failed-testsuite
      adds  d635c6f   ensure autom4te.cache/ gets cleaned up
      adds  517644a   consistently terminate POCL_ABORT messages with a newline
      adds  93e1090   finalize changelog for pocl (0.13-10)
      adds  f4fc820   update symbols files
      adds  768b5c1   add Built-Using control field for linking against static clang libraries
      adds  c8f535e   use --exclude-libs to not export symbols from static clang libraries
      adds  34840c3   remove clang symbols
      adds  23bac68   finalize changelog for pocl (0.13-11)
      adds  99d33be   update symbols files
      adds  0544dd4   remove more potential arch-specific clang symbols
       new  ea87eec   switch to the cmake buildsystem
       new  0d5f10e   llvmopencl.so.7 is now a private library
       new  302276a   cmake does test logging differently
       new  e2b6dfa   do not set -fno-rtti under cmake
       new  f5cd782   disable get_cpu_name() under cmake
       new  e96643e   forcibly link regression tests with -lpthread under cmake
       new  0771fb4   finalize changelog for pocl (0.13-12), upload to experimental

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.in                                        |  1089 -
 aclocal.m4                                         |  1495 --
 config/install-sh                                  |   501 -
 config/ltmain.sh                                   | 11147 ---------
 configure                                          | 24440 -------------------
 debian/README.source                               |     9 -
 debian/changelog                                   |    85 +
 debian/clean                                       |     2 +
 debian/compat                                      |     2 +-
 debian/control                                     |    25 +-
 debian/libpocl1-common.install                     |     2 +-
 debian/libpocl1.install                            |     1 +
 debian/libpocl1.lintian-overrides                  |     2 +
 debian/libpocl1.symbols                            | 14324 +----------
 ...cmake-forcibly-link-regtests-with-pthread.patch |    28 +
 debian/patches/cmake-no-fno-rtti.patch             |    20 +
 debian/patches/cmake-no-get_cpu_name.patch         |    44 +
 .../consistent-newlines-in-POCL_ABORT.patch        |   185 +
 debian/patches/do-not-export-clang-symbols.patch   |    23 +
 debian/patches/libstdc++-7-dev.patch               |    18 +
 debian/patches/os-compat.patch                     |    15 +
 debian/patches/series                              |     7 +
 .../set-POCL_DEVICE_ADDRESS_BITS-before-use.patch  |    45 +
 debian/{docs => pocl-opencl-icd.docs}              |     0
 debian/rules                                       |    58 +-
 examples/AMD/Makefile.in                           |   780 -
 examples/AMDSDK2.9/Makefile.in                     |   863 -
 examples/AMDSDK3.0/Makefile.in                     |   939 -
 examples/CloverLeaf/Makefile.in                    |   558 -
 examples/EinsteinToolkit/Makefile.in               |   719 -
 examples/Halide/Makefile.in                        |   562 -
 examples/IntelSVM/Makefile.in                      |   592 -
 examples/Makefile.in                               |   778 -
 examples/OpenCV/Makefile.in                        |   784 -
 examples/Parboil/Makefile.in                       |   671 -
 examples/Rodinia/Makefile.in                       |   649 -
 examples/VexCL/Makefile.in                         |   562 -
 examples/ViennaCL/Makefile.in                      |   613 -
 examples/example1-spir32/Makefile.in               |   735 -
 examples/example1-spir64/Makefile.in               |   734 -
 examples/example1/Makefile.in                      |   734 -
 examples/example2/Makefile.in                      |   718 -
 examples/example2a/Makefile.in                     |   718 -
 examples/opencl-book-samples/Makefile.in           |   647 -
 examples/piglit/Makefile.in                        |   570 -
 examples/scalarwave/Makefile.in                    |   718 -
 examples/standalone/Makefile.in                    |   561 -
 examples/trig/Makefile.in                          |   733 -
 include/CL/Makefile.in                             |   721 -
 include/Makefile.in                                |   818 -
 include/OpenCL/Makefile.in                         |   678 -
 lib/CL/Makefile.in                                 |  3004 ---
 lib/CL/devices/Makefile.in                         |   871 -
 lib/CL/devices/basic/Makefile.in                   |   716 -
 lib/CL/devices/hsa/Makefile.in                     |   719 -
 lib/CL/devices/pthread/Makefile.in                 |   714 -
 lib/CL/devices/tce/Makefile.in                     |   911 -
 lib/CL/devices/tce/ttasim/Makefile.in              |   737 -
 lib/CL/devices/topology/Makefile.in                |   692 -
 lib/Makefile.in                                    |   732 -
 lib/kernel/Makefile.in                             |   757 -
 lib/kernel/host/Makefile.in                        |  1171 -
 lib/kernel/hsail64/Makefile.in                     |   885 -
 lib/kernel/tce/Makefile.in                         |   888 -
 lib/llvmopencl/Makefile.in                         |   892 -
 lib/poclu/Makefile.in                              |   785 -
 m4/libtool.m4                                      |  8369 -------
 scripts/Makefile.in                                |   662 -
 tests/Makefile.in                                  |   787 -
 tests/kernel/Makefile.in                           |   811 -
 tests/regression/Makefile.in                       |   972 -
 tests/runtime/Makefile.in                          |   880 -
 tests/tce/Makefile.in                              |   732 -
 tests/tce/fp16/Makefile.in                         |   724 -
 tests/tce/tcemc/Makefile.in                        |   724 -
 tests/tce/ttasim/Makefile.in                       |   723 -
 tests/workgroup/Makefile.in                        |   704 -
 77 files changed, 554 insertions(+), 101730 deletions(-)
 delete mode 100644 Makefile.in
 delete mode 100644 aclocal.m4
 delete mode 100755 config/install-sh
 delete mode 100644 config/ltmain.sh
 delete mode 100755 configure
 delete mode 100644 debian/README.source
 create mode 100644 debian/libpocl1.lintian-overrides
 create mode 100644 debian/patches/cmake-forcibly-link-regtests-with-pthread.patch
 create mode 100644 debian/patches/cmake-no-fno-rtti.patch
 create mode 100644 debian/patches/cmake-no-get_cpu_name.patch
 create mode 100644 debian/patches/consistent-newlines-in-POCL_ABORT.patch
 create mode 100644 debian/patches/do-not-export-clang-symbols.patch
 create mode 100644 debian/patches/libstdc++-7-dev.patch
 create mode 100644 debian/patches/set-POCL_DEVICE_ADDRESS_BITS-before-use.patch
 rename debian/{docs => pocl-opencl-icd.docs} (100%)
 delete mode 100644 examples/AMD/Makefile.in
 delete mode 100644 examples/AMDSDK2.9/Makefile.in
 delete mode 100644 examples/AMDSDK3.0/Makefile.in
 delete mode 100644 examples/CloverLeaf/Makefile.in
 delete mode 100644 examples/EinsteinToolkit/Makefile.in
 delete mode 100644 examples/Halide/Makefile.in
 delete mode 100644 examples/IntelSVM/Makefile.in
 delete mode 100644 examples/Makefile.in
 delete mode 100644 examples/OpenCV/Makefile.in
 delete mode 100644 examples/Parboil/Makefile.in
 delete mode 100644 examples/Rodinia/Makefile.in
 delete mode 100644 examples/VexCL/Makefile.in
 delete mode 100644 examples/ViennaCL/Makefile.in
 delete mode 100644 examples/example1-spir32/Makefile.in
 delete mode 100644 examples/example1-spir64/Makefile.in
 delete mode 100644 examples/example1/Makefile.in
 delete mode 100644 examples/example2/Makefile.in
 delete mode 100644 examples/example2a/Makefile.in
 delete mode 100644 examples/opencl-book-samples/Makefile.in
 delete mode 100644 examples/piglit/Makefile.in
 delete mode 100644 examples/scalarwave/Makefile.in
 delete mode 100644 examples/standalone/Makefile.in
 delete mode 100644 examples/trig/Makefile.in
 delete mode 100644 include/CL/Makefile.in
 delete mode 100644 include/Makefile.in
 delete mode 100644 include/OpenCL/Makefile.in
 delete mode 100644 lib/CL/Makefile.in
 delete mode 100644 lib/CL/devices/Makefile.in
 delete mode 100644 lib/CL/devices/basic/Makefile.in
 delete mode 100644 lib/CL/devices/hsa/Makefile.in
 delete mode 100644 lib/CL/devices/pthread/Makefile.in
 delete mode 100644 lib/CL/devices/tce/Makefile.in
 delete mode 100644 lib/CL/devices/tce/ttasim/Makefile.in
 delete mode 100644 lib/CL/devices/topology/Makefile.in
 delete mode 100644 lib/Makefile.in
 delete mode 100644 lib/kernel/Makefile.in
 delete mode 100644 lib/kernel/host/Makefile.in
 delete mode 100644 lib/kernel/hsail64/Makefile.in
 delete mode 100644 lib/kernel/tce/Makefile.in
 delete mode 100644 lib/llvmopencl/Makefile.in
 delete mode 100644 lib/poclu/Makefile.in
 delete mode 100644 m4/libtool.m4
 delete mode 100644 scripts/Makefile.in
 delete mode 100644 tests/Makefile.in
 delete mode 100644 tests/kernel/Makefile.in
 delete mode 100644 tests/regression/Makefile.in
 delete mode 100644 tests/runtime/Makefile.in
 delete mode 100644 tests/tce/Makefile.in
 delete mode 100644 tests/tce/fp16/Makefile.in
 delete mode 100644 tests/tce/tcemc/Makefile.in
 delete mode 100644 tests/tce/ttasim/Makefile.in
 delete mode 100644 tests/workgroup/Makefile.in

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/pocl.git



More information about the Pkg-opencl-commits mailing list