Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/itk/
Date: Mon, 02 Feb 2015 12:06:32
Message-Id: 1422814230.1bfa3886b36ee376ddfacb3ddca97481a8ffb25f.jlec@gentoo
1 commit: 1bfa3886b36ee376ddfacb3ddca97481a8ffb25f
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Sun Feb 1 18:10:30 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 1 18:10:30 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1bfa3886
7
8 sci-libs/itk: Convert sse2 to cpu_flags_x86_sse2
9
10 ---
11 sci-libs/itk/ChangeLog | 7 ++++++-
12 sci-libs/itk/itk-4.4.2-r1.ebuild | 6 +++---
13 sci-libs/itk/itk-4.4.2.ebuild | 6 +++---
14 sci-libs/itk/itk-4.5.1.ebuild | 6 +++---
15 4 files changed, 15 insertions(+), 10 deletions(-)
16
17 diff --git a/sci-libs/itk/ChangeLog b/sci-libs/itk/ChangeLog
18 index b68a4b5..f623cac 100644
19 --- a/sci-libs/itk/ChangeLog
20 +++ b/sci-libs/itk/ChangeLog
21 @@ -1,7 +1,12 @@
22 # ChangeLog for sci-libs/itk
23 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 01 Feb 2015; Marius Brehler <marbre@××××××××××××××.de>
28 + itk-4.4.2.ebuild, itk-4.4.2-r1.ebuild, itk-4.5.1.ebuild:
29 + Convert sse2 to cpu_flags_x86_sse2
30 +
31 +
32 *itk-4.5.1 (10 Apr 2014)
33
34 10 Apr 2014; Sébastien Fabbro <bicatali@g.o>
35
36 diff --git a/sci-libs/itk/itk-4.4.2-r1.ebuild b/sci-libs/itk/itk-4.4.2-r1.ebuild
37 index 7693b08..5aa31c8 100644
38 --- a/sci-libs/itk/itk-4.4.2-r1.ebuild
39 +++ b/sci-libs/itk/itk-4.4.2-r1.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2014 Gentoo Foundation
42 +# Copyright 1999-2015 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Header: $
45
46 @@ -21,7 +21,7 @@ RESTRICT="primaryuri"
47 LICENSE="Apache-2.0"
48 SLOT="0"
49 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
50 -IUSE="debug doc examples fftw itkv3compat python review sse2 test vtkglue"
51 +IUSE="debug doc examples fftw itkv3compat python review cpu_flags_x86_sse2 test vtkglue"
52
53 RDEPEND="
54 sci-libs/hdf5[cxx]
55 @@ -73,7 +73,7 @@ src_configure() {
56 $(cmake-utils_use_build test TESTING)
57 $(cmake-utils_use review ITK_USE_REVIEW)
58 $(cmake-utils_use itkv3compat ITKV3_COMPATIBILITY)
59 - $(cmake-utils_use sse2 VNL_CONFIG_ENABLE_SSE2)
60 + $(cmake-utils_use cpu_flags_x86_sse2 VNL_CONFIG_ENABLE_SSE2)
61 )
62 if use fftw; then
63 mycmakeargs+=(
64
65 diff --git a/sci-libs/itk/itk-4.4.2.ebuild b/sci-libs/itk/itk-4.4.2.ebuild
66 index 75706d2..07c0a91 100644
67 --- a/sci-libs/itk/itk-4.4.2.ebuild
68 +++ b/sci-libs/itk/itk-4.4.2.ebuild
69 @@ -1,4 +1,4 @@
70 -# Copyright 1999-2014 Gentoo Foundation
71 +# Copyright 1999-2015 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 # $Header: $
74
75 @@ -19,7 +19,7 @@ RESTRICT="primaryuri"
76 LICENSE="Apache-2.0"
77 SLOT="0"
78 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
79 -IUSE="debug examples fftw itkv3compat python review sse2 test"
80 +IUSE="debug examples fftw itkv3compat python review cpu_flags_x86_sse2 test"
81
82 RDEPEND="
83 sci-libs/hdf5[cxx]
84 @@ -69,7 +69,7 @@ src_configure() {
85 $(cmake-utils_use_build test TESTING)
86 $(cmake-utils_use review ITK_USE_REVIEW)
87 $(cmake-utils_use itkv3compat ITKV3_COMPATIBILITY)
88 - $(cmake-utils_use sse2 VNL_CONFIG_ENABLE_SSE2)
89 + $(cmake-utils_use cpu_flags_x86_sse2 VNL_CONFIG_ENABLE_SSE2)
90 )
91 if use fftw; then
92 mycmakeargs+=(
93
94 diff --git a/sci-libs/itk/itk-4.5.1.ebuild b/sci-libs/itk/itk-4.5.1.ebuild
95 index ba0ca28..ed7f183 100644
96 --- a/sci-libs/itk/itk-4.5.1.ebuild
97 +++ b/sci-libs/itk/itk-4.5.1.ebuild
98 @@ -1,4 +1,4 @@
99 -# Copyright 1999-2014 Gentoo Foundation
100 +# Copyright 1999-2015 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 # $Header: $
103
104 @@ -21,7 +21,7 @@ RESTRICT="primaryuri"
105 LICENSE="Apache-2.0"
106 SLOT="0"
107 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
108 -IUSE="debug doc examples fftw itkv3compat python review sse2 test vtkglue"
109 +IUSE="debug doc examples fftw itkv3compat python review cpu_flags_x86_sse2 test vtkglue"
110
111 RDEPEND="
112 dev-libs/double-conversion:0=
113 @@ -94,7 +94,7 @@ src_configure() {
114 $(cmake-utils_use_build examples EXAMPLES)
115 $(cmake-utils_use review ITK_USE_REVIEW)
116 $(cmake-utils_use itkv3compat ITKV3_COMPATIBILITY)
117 - $(cmake-utils_use sse2 VNL_CONFIG_ENABLE_SSE2)
118 + $(cmake-utils_use cpu_flags_x86_sse2 VNL_CONFIG_ENABLE_SSE2)
119 )
120 if use fftw; then
121 mycmakeargs+=(