Dominique Leuenberger 2024-04-17 12:45:35 +00:00 committed by Git OBS Bridge
commit 4db9ff4c07
4 changed files with 21 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab3b178ab8d675b7c88f293a96c37d3ee59c43893a2a2004b349066247372757
size 472824

3
bandicoot-1.13.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aed68a7dc021336af3dee4085d8c86f80cfb92fca23dbcfc21b5db53c32fcb0a
size 484544

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Apr 12 13:48:36 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- 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 <badshah400@gmail.com> Wed Nov 29 10:05:04 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package bandicoot # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define sover 1 %define sover 1
%define shlib lib%{name}%{sover} %define shlib lib%{name}%{sover}
Name: bandicoot Name: bandicoot
Version: 1.11.1 Version: 1.13.0
Release: 0 Release: 0
Summary: C++ library for GPU accelerated linear algebra Summary: C++ library for GPU accelerated linear algebra
License: Apache-2.0 License: Apache-2.0
@ -69,6 +69,8 @@ This package provides headers and sources for developing against %{name}.
%install %install
%cmake_install %cmake_install
%check
%post -n %{shlib} -p /sbin/ldconfig %post -n %{shlib} -p /sbin/ldconfig
%postun -n %{shlib} -p /sbin/ldconfig %postun -n %{shlib} -p /sbin/ldconfig