Hello community,

here is the log from the commit of package clpeak for openSUSE:Factory checked 
in at 2019-12-14 12:18:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clpeak (Old)
 and      /work/SRC/openSUSE:Factory/.clpeak.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clpeak"

Sat Dec 14 12:18:08 2019 rev:5 rq:756813 version:1.0+git.20191206

Changes:
--------
--- /work/SRC/openSUSE:Factory/clpeak/clpeak.changes    2018-03-24 
16:16:05.421961349 +0100
+++ /work/SRC/openSUSE:Factory/.clpeak.new.4691/clpeak.changes  2019-12-14 
12:23:29.491198304 +0100
@@ -1,0 +2,85 @@
+Fri Dec 13 13:11:24 UTC 2019 - Martin Pluskal <[email protected]>
+
+- Update to version 1.0+git.20191206:
+  * enqueueWriteBuffer: Initialize host buffer to obtain accurate measurement
+  * Move jetson result to pocl folder
+  * [snap] use new cmake file for versions
+  * Add AMD Ryzen 7 3700X
+  * Bump rc
+  * [travis] remove explicit branch
+  * [src] auto format cpp files
+  * Bump version to rc1
+  * [android] cosmetic changes
+  * [travis] add deploy section
+  * [travis] use cmake to invoke cpack
+  * [travis] explicitly specify configuration to cpack
+  * Update travis file
+  * [cmake] fix a string in set
+  * Add cpack
+  * Add suffix to version
+  * remove int kernel restriction for apple
+  * [cmake] fix extra libs for static version
+  * [travis] add arm64
+  * skip exit code for no platform error
+  * [travis] call ctest
+  * [cmake] add a test run
+  * Create Jeston Nano (Tegra X1)
+  * Undo disabling of int kernels for intel
+  * Reduce register usage in kernels
+  * [android] update cmake to include version
+  * Create Intel_UHD_Graphics_620.log
+  * Update README.md
+  * Print half-precision with a capital letter
+  * Add results for Radeon RX 570
+  * Add version info
+  * [travis] use generator instead of platform type for windows
+  * Revert "[cmake] pass CMAKE_GENERATOR_PLATFORM to external project build"
+  * Revert "[cmake] fix error in prev commit"
+  * [cmake] fix error in prev commit
+  * [cmake] pass CMAKE_GENERATOR_PLATFORM to external project build
+  * [travis] try other method of forcing win64
+  * [travis] force x64 on windows
+  * Update readme
+  * [travis] trim os list
+  * [travis] add more os in matrix
+  * [travis] specify xenial
+  * [yml] Rename to yml
+  * [travis] add initial yaml file
+  * [cmake] install LICENSE file
+  * Delete STATUS file
+  * [cmake] fix typo in prev commit
+  * [cmake] windows specific changes
+  * [cmake] Build ICD if not present
+  * [results] remove bin symbols
+  * Add results for GeForce RTX 2080 Ti
+  * Add snapcraft file
+  * [cmake] add an install target
+  * Remove exception for snapdragon platform
+  * trim fn: check before call
+  * [android] upgrade to latest sdk
+  * Place max transfer bw size in common
+  * Place max global bw size in common
+  * Add a seperate multiplier for DP
+  * some more warn fixes
+  * [cmake] throw warning on conversion loss
+  * Use higher size datatypes for memory size
+  * Add an unused macro
+  * Disable depcration warn on windows
+  * Flush the queue after every run iteration
+  * Disable integer kernel in intel only on windows
+  * Revert "Allow int tests on intel"
+  * fix global bw test to use right multiplier
+  * Allow int tests on intel
+  * Global size now is multiple of local size
+  * Trim strings returned by cl APIs
+  * fix warnings
+  * set OPENCL target version
+  * Stop using cl.hpp from deps
+  * Add a gitignore
+  * [cmake] OPENCL_ROOT is not required
+  * Use ulong for alloc vars
+  * Reduce load on integer kernel
+  * Use FindOpenCL rather than custom OpenCL finders
+  * Added result for RTX2080
+
+-------------------------------------------------------------------

Old:
----
  clpeak-1.0+git.20170625.tar.xz

New:
----
  clpeak-1.0+git.20191206.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ clpeak.spec ++++++
--- /var/tmp/diff_new_pack.csRE4X/_old  2019-12-14 12:23:30.039198221 +0100
+++ /var/tmp/diff_new_pack.csRE4X/_new  2019-12-14 12:23:30.039198221 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package clpeak
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 # Copyright (c) 2015, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,20 +13,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           clpeak
-Version:        1.0+git.20170625
+Version:        1.0+git.20191206
 Release:        0
 Summary:        Find peak OpenCL capacities like bandwidth & compute
 License:        SUSE-Public-Domain
 Group:          System/Benchmark
-Url:            https://github.com/krrishnarraj/clpeak
+URL:            https://github.com/krrishnarraj/clpeak
 Source:         %{name}-%{version}.tar.xz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
+BuildRequires:  opencl-cpp-headers
 BuildRequires:  opencl-headers
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(OpenCL)
@@ -37,21 +38,23 @@
 bandwidth & compute.
 
 %prep
-%setup -q
+%autosetup
 
 %build
-# Disable optimisation for current cpu
-sed -i "s|-march=native||g" CMakeLists.txt
-%cmake
-%make_jobs
+%cmake \
+  -Wno-dev
+%cmake_build
 
 %install
-install -D -p -m 0755 build/%{name} \
-  %{buildroot}%{_bindir}/%{name}
+%cmake_install
+rm -rf %{buildroot}%{_datadir}/%{name}
+
+%check
+%ctest
 
 %files
-%defattr (-,root,root)
-%doc README.md LICENSE STATUS results
+%license LICENSE
+%doc README.md results
 %{_bindir}/%{name}
 
 %changelog

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.csRE4X/_old  2019-12-14 12:23:30.075198215 +0100
+++ /var/tmp/diff_new_pack.csRE4X/_new  2019-12-14 12:23:30.079198215 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">git://github.com/krrishnarraj/clpeak</param>
-              <param 
name="changesrevision">8edab23fbc867adbada21378d65774c670c2aaf9</param></service></servicedata>
+              <param 
name="changesrevision">784e673d0a2ce3f66fae6ead0f75cc116954e4a1</param></service></servicedata>
\ No newline at end of file

++++++ clpeak-1.0+git.20170625.tar.xz -> clpeak-1.0+git.20191206.tar.xz ++++++
++++ 62550 lines of diff (skipped)


Reply via email to