From 75e0e03306969c6ab45f1e703c79fe6401692be150a2c5a4b28ad0c6ffc3a10b Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Tue, 16 Apr 2024 18:02:20 +0000 Subject: [PATCH] Accepting request 1167065 from home:badshah400:branches:science * Update to version 1.13.0. * Empty %check section to satisfy rpmlint. OBS-URL: https://build.opensuse.org/request/show/1167065 OBS-URL: https://build.opensuse.org/package/show/science/bandicoot?expand=0&rev=3 --- bandicoot-1.13.0.tar.xz | 3 +++ bandicoot.changes | 14 ++++++++++++++ bandicoot.spec | 6 ++++-- 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 bandicoot-1.13.0.tar.xz diff --git a/bandicoot-1.13.0.tar.xz b/bandicoot-1.13.0.tar.xz new file mode 100644 index 0000000..4a72189 --- /dev/null +++ b/bandicoot-1.13.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed68a7dc021336af3dee4085d8c86f80cfb92fca23dbcfc21b5db53c32fcb0a +size 484544 diff --git a/bandicoot.changes b/bandicoot.changes index d1c23e8..cb94c11 100644 --- a/bandicoot.changes +++ b/bandicoot.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Apr 12 13:48:36 UTC 2024 - Atri Bhattacharya + +- Update to version 1.13.0: + * No linux specific fixes. +- Changes from version 1.12.2: + * Fix for OpenCL kernel compilation on devices that don't + support float64 +- Changes from version 1.12.2: + * Add compatibility container functions: .front(), .back(), + .size(), .clear(), .empty() + * Fix bug in two-dimensional CUDA grid size computation +- Empty %check section to satisfy rpmlint. + ------------------------------------------------------------------- Wed Nov 29 10:05:04 UTC 2023 - Atri Bhattacharya diff --git a/bandicoot.spec b/bandicoot.spec index 5ad4bfc..dd90467 100644 --- a/bandicoot.spec +++ b/bandicoot.spec @@ -1,7 +1,7 @@ # # spec file for package bandicoot # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define sover 1 %define shlib lib%{name}%{sover} Name: bandicoot -Version: 1.11.1 +Version: 1.13.0 Release: 0 Summary: C++ library for GPU accelerated linear algebra License: Apache-2.0 @@ -69,6 +69,8 @@ This package provides headers and sources for developing against %{name}. %install %cmake_install +%check + %post -n %{shlib} -p /sbin/ldconfig %postun -n %{shlib} -p /sbin/ldconfig