commit clFFT for openSUSE:Factory

2019-11-21 Thread root
Hello community,

here is the log from the commit of package clFFT for openSUSE:Factory checked 
in at 2019-11-21 12:59:48

Comparing /work/SRC/openSUSE:Factory/clFFT (Old)
 and  /work/SRC/openSUSE:Factory/.clFFT.new.26869 (New)


Package is "clFFT"

Thu Nov 21 12:59:48 2019 rev:4 rq:750047 version:2.12.2

Changes:

--- /work/SRC/openSUSE:Factory/clFFT/clFFT.changes  2017-10-25 
17:47:21.875856503 +0200
+++ /work/SRC/openSUSE:Factory/.clFFT.new.26869/clFFT.changes   2019-11-21 
12:59:50.266506240 +0100
@@ -1,0 +2,5 @@
+Wed Nov 20 23:15:31 UTC 2019 - Simon Lees 
+
+- %make_jobs is depricated replaced by %cmake_build
+
+---



Other differences:
--
++ clFFT.spec ++
--- /var/tmp/diff_new_pack.KJPdH3/_old  2019-11-21 12:59:51.710505795 +0100
+++ /var/tmp/diff_new_pack.KJPdH3/_new  2019-11-21 12:59:51.714505793 +0100
@@ -123,7 +123,7 @@
   -DBUILD_RUNTIME=ON \
   -DBUILD_SHARED_LIBS=ON \
   -DBUILD_TEST=OFF
-%make_jobs
+%cmake_build
 
 %install
 cd src




commit clFFT for openSUSE:Factory

2017-10-25 Thread root
Hello community,

here is the log from the commit of package clFFT for openSUSE:Factory checked 
in at 2017-10-25 17:47:20

Comparing /work/SRC/openSUSE:Factory/clFFT (Old)
 and  /work/SRC/openSUSE:Factory/.clFFT.new (New)


Package is "clFFT"

Wed Oct 25 17:47:20 2017 rev:3 rq:536290 version:2.12.2

Changes:

--- /work/SRC/openSUSE:Factory/clFFT/clFFT.changes  2017-10-11 
23:04:14.789297004 +0200
+++ /work/SRC/openSUSE:Factory/.clFFT.new/clFFT.changes 2017-10-25 
17:47:21.875856503 +0200
@@ -1,0 +2,6 @@
+Sun Oct 22 17:47:07 UTC 2017 - mar...@gmx.de
+
+- Add patch:
+  * clFFT-fix-aarm64.patch (Fix build for aarch64)
+
+---

New:

  clFFT-fix-aarm64.patch



Other differences:
--
++ clFFT.spec ++
--- /var/tmp/diff_new_pack.40fmRK/_old  2017-10-25 17:47:22.423830784 +0200
+++ /var/tmp/diff_new_pack.40fmRK/_new  2017-10-25 17:47:22.427830596 +0200
@@ -31,6 +31,7 @@
 Source: 
https://github.com/clMathLibraries/clFFT/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:clFFT-client.1
 Patch0: fix-client-no-symlink.patch
+Patch1: clFFT-fix-aarm64.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  opencl-headers
@@ -108,6 +109,9 @@
 %prep
 %setup -q
 %patch0 -p1
+%ifarch aarch64
+%patch1 -p1
+%endif
 
 %build
 cd src

++ clFFT-fix-aarm64.patch ++
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ee2600b..db053a2 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -219,14 +219,6 @@ elseif( CMAKE_COMPILER_IS_GNUCXX )
add_definitions( "/D_DEBUG" )
endif( )
 
-   if( BUILD64 )
-   set( CMAKE_CXX_FLAGS "-m64 ${CMAKE_CXX_FLAGS}" )
-   set( CMAKE_C_FLAGS "-m64 ${CMAKE_C_FLAGS}" )
-   else( )
-   set( CMAKE_CXX_FLAGS "-m32 ${CMAKE_CXX_FLAGS}" )
-   set( CMAKE_C_FLAGS "-m32 ${CMAKE_C_FLAGS}" )
-   endif( )
-
if( CODE_COVERAGE )
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage" )
set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} --coverage" )



commit clFFT for openSUSE:Factory

2017-10-11 Thread root
Hello community,

here is the log from the commit of package clFFT for openSUSE:Factory checked 
in at 2017-10-11 23:04:13

Comparing /work/SRC/openSUSE:Factory/clFFT (Old)
 and  /work/SRC/openSUSE:Factory/.clFFT.new (New)


Package is "clFFT"

Wed Oct 11 23:04:13 2017 rev:2 rq:533434 version:2.12.2

Changes:

--- /work/SRC/openSUSE:Factory/clFFT/clFFT.changes  2017-08-24 
18:41:58.097550596 +0200
+++ /work/SRC/openSUSE:Factory/.clFFT.new/clFFT.changes 2017-10-11 
23:04:14.789297004 +0200
@@ -1,0 +2,5 @@
+Wed Oct 11 14:53:51 UTC 2017 - mplus...@suse.com
+
+- Do not pull boost-devel on Factory (bsc#1062774)
+
+---



Other differences:
--
++ clFFT.spec ++
--- /var/tmp/diff_new_pack.1x6wZY/_old  2017-10-11 23:04:16.281231638 +0200
+++ /var/tmp/diff_new_pack.1x6wZY/_new  2017-10-11 23:04:16.289231287 +0200
@@ -31,7 +31,6 @@
 Source: 
https://github.com/clMathLibraries/clFFT/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:clFFT-client.1
 Patch0: fix-client-no-symlink.patch
-BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  opencl-headers
@@ -39,6 +38,11 @@
 BuildRequires:  pkgconfig(OpenCL)
 BuildRequires:  pkgconfig(fftw3)
 ExcludeArch:%{ix86} %{arm}
+%if 0%{?suse_version} > 1315
+BuildRequires:  libboost_program_options-devel
+%else
+BuildRequires:  boost-devel
+%endif
 
 %description
 The clFFT library is an OpenCL implementation of discrete