From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 75440138A1A for ; Mon, 2 Feb 2015 12:06:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D09FE0901; Mon, 2 Feb 2015 12:06:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64EDFE0900 for ; Mon, 2 Feb 2015 12:06:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CE263406E7 for ; Mon, 2 Feb 2015 12:06:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B5A010E4C for ; Mon, 2 Feb 2015 12:06:25 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1422814230.1bfa3886b36ee376ddfacb3ddca97481a8ffb25f.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/itk/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/itk/ChangeLog sci-libs/itk/itk-4.4.2-r1.ebuild sci-libs/itk/itk-4.4.2.ebuild sci-libs/itk/itk-4.5.1.ebuild X-VCS-Directories: sci-libs/itk/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1bfa3886b36ee376ddfacb3ddca97481a8ffb25f X-VCS-Branch: master Date: Mon, 2 Feb 2015 12:06:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 109cb9d0-f7ac-4db6-a6a2-9260c44a5163 X-Archives-Hash: ef30b90814effd4af598adcc0f077925 commit: 1bfa3886b36ee376ddfacb3ddca97481a8ffb25f Author: Marius Brehler linux sungazer de> AuthorDate: Sun Feb 1 18:10:30 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Feb 1 18:10:30 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1bfa3886 sci-libs/itk: Convert sse2 to cpu_flags_x86_sse2 --- sci-libs/itk/ChangeLog | 7 ++++++- sci-libs/itk/itk-4.4.2-r1.ebuild | 6 +++--- sci-libs/itk/itk-4.4.2.ebuild | 6 +++--- sci-libs/itk/itk-4.5.1.ebuild | 6 +++--- 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/sci-libs/itk/ChangeLog b/sci-libs/itk/ChangeLog index b68a4b5..f623cac 100644 --- a/sci-libs/itk/ChangeLog +++ b/sci-libs/itk/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for sci-libs/itk -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 01 Feb 2015; Marius Brehler + itk-4.4.2.ebuild, itk-4.4.2-r1.ebuild, itk-4.5.1.ebuild: + Convert sse2 to cpu_flags_x86_sse2 + + *itk-4.5.1 (10 Apr 2014) 10 Apr 2014; Sébastien Fabbro diff --git a/sci-libs/itk/itk-4.4.2-r1.ebuild b/sci-libs/itk/itk-4.4.2-r1.ebuild index 7693b08..5aa31c8 100644 --- a/sci-libs/itk/itk-4.4.2-r1.ebuild +++ b/sci-libs/itk/itk-4.4.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -21,7 +21,7 @@ RESTRICT="primaryuri" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug doc examples fftw itkv3compat python review sse2 test vtkglue" +IUSE="debug doc examples fftw itkv3compat python review cpu_flags_x86_sse2 test vtkglue" RDEPEND=" sci-libs/hdf5[cxx] @@ -73,7 +73,7 @@ src_configure() { $(cmake-utils_use_build test TESTING) $(cmake-utils_use review ITK_USE_REVIEW) $(cmake-utils_use itkv3compat ITKV3_COMPATIBILITY) - $(cmake-utils_use sse2 VNL_CONFIG_ENABLE_SSE2) + $(cmake-utils_use cpu_flags_x86_sse2 VNL_CONFIG_ENABLE_SSE2) ) if use fftw; then mycmakeargs+=( diff --git a/sci-libs/itk/itk-4.4.2.ebuild b/sci-libs/itk/itk-4.4.2.ebuild index 75706d2..07c0a91 100644 --- a/sci-libs/itk/itk-4.4.2.ebuild +++ b/sci-libs/itk/itk-4.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -19,7 +19,7 @@ RESTRICT="primaryuri" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug examples fftw itkv3compat python review sse2 test" +IUSE="debug examples fftw itkv3compat python review cpu_flags_x86_sse2 test" RDEPEND=" sci-libs/hdf5[cxx] @@ -69,7 +69,7 @@ src_configure() { $(cmake-utils_use_build test TESTING) $(cmake-utils_use review ITK_USE_REVIEW) $(cmake-utils_use itkv3compat ITKV3_COMPATIBILITY) - $(cmake-utils_use sse2 VNL_CONFIG_ENABLE_SSE2) + $(cmake-utils_use cpu_flags_x86_sse2 VNL_CONFIG_ENABLE_SSE2) ) if use fftw; then mycmakeargs+=( diff --git a/sci-libs/itk/itk-4.5.1.ebuild b/sci-libs/itk/itk-4.5.1.ebuild index ba0ca28..ed7f183 100644 --- a/sci-libs/itk/itk-4.5.1.ebuild +++ b/sci-libs/itk/itk-4.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -21,7 +21,7 @@ RESTRICT="primaryuri" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug doc examples fftw itkv3compat python review sse2 test vtkglue" +IUSE="debug doc examples fftw itkv3compat python review cpu_flags_x86_sse2 test vtkglue" RDEPEND=" dev-libs/double-conversion:0= @@ -94,7 +94,7 @@ src_configure() { $(cmake-utils_use_build examples EXAMPLES) $(cmake-utils_use review ITK_USE_REVIEW) $(cmake-utils_use itkv3compat ITKV3_COMPATIBILITY) - $(cmake-utils_use sse2 VNL_CONFIG_ENABLE_SSE2) + $(cmake-utils_use cpu_flags_x86_sse2 VNL_CONFIG_ENABLE_SSE2) ) if use fftw; then mycmakeargs+=(