Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jan 2016 20:14:03 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406272 - in head/math/clfft: . files
Message-ID:  <201601162014.u0GKE3Ms097426@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sat Jan 16 20:14:03 2016
New Revision: 406272
URL: https://svnweb.freebsd.org/changeset/ports/406272

Log:
  Update to upstream version 2.8
  
  PR:		206090
  Submitted by:	dieterich@ogolem.org (maintainer)

Deleted:
  head/math/clfft/files/patch-src_include_sharedLibrary.h
Modified:
  head/math/clfft/Makefile
  head/math/clfft/distinfo   (contents, props changed)
  head/math/clfft/files/patch-src_statTimer_statisticalTimer.h
  head/math/clfft/pkg-plist   (contents, props changed)

Modified: head/math/clfft/Makefile
==============================================================================
--- head/math/clfft/Makefile	Sat Jan 16 20:13:10 2016	(r406271)
+++ head/math/clfft/Makefile	Sat Jan 16 20:14:03 2016	(r406272)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	clfft
-PORTVERSION=	2.6.1
+PORTVERSION=	2.8
 DISTVERSIONPREFIX=	v
 CATEGORIES=	math
 
@@ -17,6 +17,8 @@ LIB_DEPENDS=	libOpenCL.so:${PORTSDIR}/de
 RUN_DEPENDS=	opencl>=0:${PORTSDIR}/devel/opencl
 
 BROKEN_FreeBSD_9=	clFFT is only supported on FreeBSD 10.1 and newer
+ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS_REASON_amd64=	only builds and is supported on amd64
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	clMathLibraries
@@ -27,6 +29,7 @@ USES=		cmake
 
 CMAKE_ARGS+=	-DBUILD_CLIENT=OFF \
 		-DBUILD_TEST=OFF \
+		-DBUILD_CALLBACK_CLIENT=OFF \
 		-DSUFFIX_LIB=""
 
 CMAKE_SOURCE_PATH=	${WRKSRC}/src

Modified: head/math/clfft/distinfo
==============================================================================
--- head/math/clfft/distinfo	Sat Jan 16 20:13:10 2016	(r406271)
+++ head/math/clfft/distinfo	Sat Jan 16 20:14:03 2016	(r406272)
@@ -1,2 +1,2 @@
-SHA256 (clMathLibraries-clFFT-v2.6.1_GH0.tar.gz) = 2b5b15b903baeef4dcea6bb8efbe6aba284510148c04d20f9b151a94ae71c050
-SIZE (clMathLibraries-clFFT-v2.6.1_GH0.tar.gz) = 893794
+SHA256 (clMathLibraries-clFFT-v2.8_GH0.tar.gz) = 9964b537f0af121560e64cb5a2513b153511ca85e011f23a332c45cc66f3d60a
+SIZE (clMathLibraries-clFFT-v2.8_GH0.tar.gz) = 967253

Modified: head/math/clfft/files/patch-src_statTimer_statisticalTimer.h
==============================================================================
--- head/math/clfft/files/patch-src_statTimer_statisticalTimer.h	Sat Jan 16 20:13:10 2016	(r406271)
+++ head/math/clfft/files/patch-src_statTimer_statisticalTimer.h	Sat Jan 16 20:14:03 2016	(r406272)
@@ -1,5 +1,5 @@
---- src/statTimer/statisticalTimer.h.orig	2015-10-11 19:43:16.998055000 +0200
-+++ src/statTimer/statisticalTimer.h	2015-10-11 19:44:10.217558000 +0200
+--- src/statTimer/statisticalTimer.h.orig	2015-10-20 00:29:59 UTC
++++ src/statTimer/statisticalTimer.h
 @@ -21,6 +21,7 @@
  #include <vector>
  #include <functional>

Modified: head/math/clfft/pkg-plist
==============================================================================
--- head/math/clfft/pkg-plist	Sat Jan 16 20:13:10 2016	(r406271)
+++ head/math/clfft/pkg-plist	Sat Jan 16 20:14:03 2016	(r406272)
@@ -1,22 +1,20 @@
-bin/examples/fft1d
-bin/examples/fft2d
-bin/examples/fft3d
 include/clAmdFft.h
 include/clAmdFft.version.h
 include/clFFT.h
 include/clFFT.version.h
+lib/cmake/clFFT/clFFTConfig.cmake
+lib/cmake/clFFT/clFFTConfigVersion.cmake
+lib/cmake/clFFT/clFFTTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/clFFT/clFFTTargets.cmake
 lib/libStatTimer.so
 lib/libStatTimer.so.2
-lib/libStatTimer.so.2.6.1
+lib/libStatTimer.so.2.8.0
 lib/libclFFT.so
 lib/libclFFT.so.2
-lib/libclFFT.so.2.6.1
-share/clFFT/clFFTConfig.cmake
-share/clFFT/clFFTConfigVersion.cmake
-share/clFFT/clFFTTargets-%%CMAKE_BUILD_TYPE%%.cmake
-share/clFFT/clFFTTargets.cmake
-share/clFFT/errorHandler.py
-share/clFFT/fftPerformanceTesting.py
-share/clFFT/measurePerformance.py
-share/clFFT/performanceUtility.py
-share/clFFT/plotPerformance.py
+lib/libclFFT.so.2.8.0
+share/clFFT/examples/fft1d
+share/clFFT/examples/fft1d.c
+share/clFFT/examples/fft2d
+share/clFFT/examples/fft2d.c
+share/clFFT/examples/fft3d
+share/clFFT/examples/fft3d.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601162014.u0GKE3Ms097426>