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
This commit is contained in:
parent
e2353b5d14
commit
75e0e03306
3
bandicoot-1.13.0.tar.xz
Normal file
3
bandicoot-1.13.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aed68a7dc021336af3dee4085d8c86f80cfb92fca23dbcfc21b5db53c32fcb0a
|
||||||
|
size 484544
|
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user