clblas (2.12-4.1) unstable; urgency=medium * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. Closes: #1062076 -- Steve Langasek Wed, 28 Feb 2024 15:57:31 +0000 clblas (2.12-4) unstable; urgency=medium * Team upload. [ Jonathan Bergh ] * Fix double literals used in single precision functions (Closes: #877316) * Fix crash due to null pointer after compile failure (Closes: #921611) * Fix issue where variables are not declared in outermost scope (Closes: #921890) [ tony mancill ] * Use debhelper-compat 13 * Set Rules-Requires-Root: no in debian/control * libclblas-doc now installs docs in /usr/share/doc/libclblas-dev/html This seems to be part of the debhelper compat change from 10 to 13 and matches the behavior of clfft. * Update doc-base for actual install directory (libcblas-dev) * Document uninstalled files in debian/not-installed * Update autopkgtest to use AUTOPKGTEST_TMP * Bump Standards-Version to 4.6.2 * Override dh_auto_install-indep for arch-all (only) build * Update autopkgtest for new location of example files -- tony mancill Thu, 28 Sep 2023 16:21:54 -0700 clblas (2.12-3) unstable; urgency=medium * Team upload. * Move Vcs to salsa [ Bo YU ] * Fix ftbfs due to missing python_interp. (Closes: #1025222) -- Bastian Germann Thu, 01 Dec 2022 11:04:47 +0100 clblas (2.12-2) unstable; urgency=medium * Team upload * Drop unneeded B-D python (Closes: #942963) * Make the build reproducible (Closes: #891073) -- Bastian Germann Wed, 30 Nov 2022 20:40:57 +0100 clblas (2.12-1) unstable; urgency=medium * New upstream release * Rebase patch queue - Update disable-multilib-cflags.patch - Refresh fix-pthread-linkage.patch - Refresh use-boost-dynamic-libs.patch - Drop Support-for-altivec-on-powerpc64-P8-systems-262.patch, applied upstream * Add patch fixing builds without tests - New patch Detect-CBLAS-when-building-the-client.patch * Add new build dependency on BLAS * Upgrade packaging to debhelper 10 * Drop superfluous Testsuite field -- Ghislain Antony Vaillant Sat, 21 Jan 2017 16:55:05 +0000 clblas (2.10-4) unstable; urgency=medium * Rename package libclblas-bin to clblas-client. * Update description of binary packages. * Disable build of examples. * Minor enhancements to rules file. - s/CMAKE_BUILD_OPTIONS/BUILD_OPTIONS. - Clear superfluous comments. - Wrap, sort and format. * Use HTTPS for Format field in copyright file. -- Ghislain Antony Vaillant Thu, 01 Sep 2016 13:30:30 +0100 clblas (2.10-3) unstable; urgency=medium * d/gbp.conf: no patch numbering with gbp-pq. * Cherry-pick upstream patch enabling altivec on ppc64. (Closes: #819091) * d/rules: drop usage of -mno-altivec compile flag with ppc64. * Drop debug package in favour autogenerated dbgsym packages. * Bump standards version to 3.9.8, no changes required. -- Ghislain Antony Vaillant Tue, 10 May 2016 18:31:46 +0100 clblas (2.10-2) unstable; urgency=medium * d/gbp.conf: change packaging branch to debian/master (DEP-14). * libclblas-dev: add install dependency on opencl-dev. * Use secure VCS-Git URI. * Bump standards version to 3.9.7, no changes required. * d/control: cme fix, wrap and sort. * d/copyright: update dates. -- Ghislain Antony Vaillant Wed, 16 Mar 2016 13:22:53 +0000 clblas (2.10-1) unstable; urgency=medium * Release to unstable. -- Ghislain Antony Vaillant Thu, 21 Jan 2016 17:49:25 +0000 clblas (2.10-1~exp1) experimental; urgency=medium * gbp.conf: use upstream tag format. * d/rules: use DEB_TARGET_MULTIARCH for multiarch paths. * d/rules: condtionally build examples on nocheck. * Use d/clean to remove doxygen build artefacts. * Install sample code via examples file. * Update patch queue: - Drop Fix-examples-install-target.patch, use dh instead. - Drop add-missing-stdlib-include.patch, applied upstream. - Refresh fix-pthread-linkage.patch. * Fix mismatch between patch name and description: - use-system-mathjax.patch -> fix-doxygen-output-dir.patch - fix-docs-output.patch -> use-system-mathjax.patch -- Ghislain Antony Vaillant Thu, 14 Jan 2016 19:57:07 +0000 clblas (2.8+ds1-3) unstable; urgency=medium * d/rules: clean residual pyc files from build. Fixes FTBFS in reproducibility builds. -- Ghislain Antony Vaillant Thu, 17 Dec 2015 18:11:45 +0000 clblas (2.8+ds1-2) unstable; urgency=medium * Add missing maintainer CXXFLAGS. Thanks to YunQian Su for the suggestion. * Install examples to doc package. * Add autopkgtest testsuite. * Add -mxgot option to CFLAGS and CXXFLAGS for mips64* build. Thanks to YunQian Su for the fix. (Closes: #805893) * Remove unnecessary CMAKE_BUILD_TYPE override. -- Ghislain Antony Vaillant Tue, 01 Dec 2015 09:52:36 +0000 clblas (2.8+ds1-1) unstable; urgency=medium * Add non-dfsg repack suffix. Reason: trigger a new source tarball upload of v2.8. * d/copyright: update year. * d/watch: add dversionmangling due to repack. -- Ghislain Antony Vaillant Wed, 28 Oct 2015 19:27:03 +0000 clblas (2.8-2) unstable; urgency=medium * Revert involuntary patching of source tree. * Fix FTBFS due to missing dependency on Python. * d/p: add add-missing-stdlib-include.patch, fixes FTBFS error due to missing inclusion of stdlib. -- Ghislain Antony Vaillant Wed, 28 Oct 2015 15:44:38 +0000 clblas (2.8-1) unstable; urgency=medium * New upstream release. * d/patches: - Remove fix-missing-stdlib.patch, applied upstream. - Remove debian-enable-multiarch.patch, no longer needed. - Refresh disable-multilib-cflags.patch, fix-pthread-linkage.patch and use-boost-dynamic-libs.patch. * d/rules: - use SUFFIX_LIB cmake build option to enable multiarch. - add missing call to dh_doxygen. * Make build of documentation architecture independent: - Move doxygen dependency to Build-Depends-Indep, - Move call to doxygen to dh_auto_build-indep, - Clear doxygen artefacts in dh_auto_clean-indep. * Remove system jquery symlinks in HTML documentation: - Remove the install dependency on libjs-query, - Remove the .links file for the -doc package. * Run `cme fix` on d/control and d/changelog. -- Ghislain Antony Vaillant Tue, 27 Oct 2015 08:10:56 +0000 clblas (2.6-3) unstable; urgency=medium * d/rules: fix FTBFS on ppc64el. (Closes: #798024) * d/{control,rules}: now follows debmake layout. * add README.Debian, explains packaging policy and layout. -- Ghislain Antony Vaillant Sat, 19 Sep 2015 10:30:54 +0100 clblas (2.6-2) unstable; urgency=medium * d/control: remove ${shlibs:Depends} substitution from debug package * d/*-dev.install: use more generic expressions * d/rules: use stricter hardening * d/p: add patch to use Boost dynamic libraries * d/p: add patch fixing missing inclusion of stdlib -- Ghislain Antony Vaillant Tue, 18 Aug 2015 19:55:19 +0100 clblas (2.6-1) unstable; urgency=medium * New upstream release. * d/patches: add patch fixing missing linkage with pthread. * Break fix-doxygen-settings.patch down to more specific patches: - fix-docs-output.patch, - use-system-mathjax.patch, - reproducible-build.patch. -- Ghislain Antony Vaillant Thu, 30 Jul 2015 17:29:37 +0100 clblas (2.4-3) unstable; urgency=medium * Add gbp.conf file. * Allow build with alternative OpenCL implementation. -- Ghislain Antony Vaillant Thu, 30 Jul 2015 11:49:05 +0100 clblas (2.4-2) unstable; urgency=medium * Make package build reproducible. (Closes: #790122) - Thanks to Maria Valentina Marin who provided the fix. -- Ghislain Antony Vaillant Wed, 01 Jul 2015 13:59:39 +0100 clblas (2.4-1) unstable; urgency=low * Initial release. (Closes: #786505) -- Ghislain Antony Vaillant Sat, 23 May 2015 12:38:28 +0100