Accepting request 1086205 from home:ngueorguiev:branches:science:machinelearning
- Upgraded to version 1.0.1 (jsc#PED-3331) - add: pull_request_template.md This commit adds a pullrequest template to the repository to make the PR's more uniform. - add: issue templates Templates to unify issues and descriptions with focus on traceability. - add: CODEOWNERS file Provide a fast trigger for pullrequests and assign the code owners to it. - fix: remove non ASCII characters remove non ASCII characters with focus on disclaimer and comments and licenses call: find . -type f -exec sed -i 's/\xC2\xA0/ /g' {} \; call: find . -type f -exec sed -i 's/[ \t]\+$//g' {} \; - add help target to main Makefile set default target .DEFAULT_GOAL for all - fix error for missing config.make to GNU make syntax OBS-URL: https://build.opensuse.org/request/show/1086205 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/libzdnn?expand=0&rev=6
This commit is contained in:
parent
d8808008de
commit
62b6031a2f
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 11 08:39:25 UTC 2023 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
|
||||
|
||||
- Upgraded to version 1.0.1 (jsc#PED-3331)
|
||||
- add: pull_request_template.md
|
||||
This commit adds a pullrequest template to the repository to make the PR's more uniform.
|
||||
- add: issue templates
|
||||
Templates to unify issues and descriptions with focus on traceability.
|
||||
- add: CODEOWNERS file
|
||||
Provide a fast trigger for pullrequests and assign the code owners to it.
|
||||
- fix: remove non ASCII characters
|
||||
remove non ASCII characters with focus on disclaimer and comments and licenses
|
||||
call: find . -type f -exec sed -i 's/\xC2\xA0/ /g' {} \;
|
||||
call: find . -type f -exec sed -i 's/[ \t]\+$//g' {} \;
|
||||
- add help target to main Makefile
|
||||
set default target .DEFAULT_GOAL for all
|
||||
- fix error for missing config.make to GNU make syntax
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 13 20:08:16 UTC 2021 - Mark Post <mpost@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libzdnn
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: libzdnn
|
||||
Version: 0.4.0
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
Summary: IBM Z Deep Learning Library
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/Other
|
||||
URL: https://github.com/IBM/zDNN
|
||||
Source: zDNN-0.4.0.tar.gz
|
||||
Source: zDNN-1.0.1.tar.gz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: gcc-c++
|
||||
ExclusiveArch: s390x
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6a3e9a3ca47e6fe748db3cc92984a8b747121fe4e6af371a0d715be0fabfbb6
|
||||
size 632269
|
BIN
zDNN-1.0.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
zDNN-1.0.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user