Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/relion/
Date: Wed, 30 Oct 2019 09:19:11
Message-Id: 1572427122.2d55f94767c7b0747b390b9f681167ba68d8f752.alexxy@gentoo
1 commit: 2d55f94767c7b0747b390b9f681167ba68d8f752
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 30 09:18:42 2019 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 30 09:18:42 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2d55f947
7
8 sci-chemistry/relion: Set build type to release
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
12
13 sci-chemistry/relion/relion-3.0.8.ebuild | 7 +------
14 1 file changed, 1 insertion(+), 6 deletions(-)
15
16 diff --git a/sci-chemistry/relion/relion-3.0.8.ebuild b/sci-chemistry/relion/relion-3.0.8.ebuild
17 index 2f88a8ef9..178b8249c 100644
18 --- a/sci-chemistry/relion/relion-3.0.8.ebuild
19 +++ b/sci-chemistry/relion/relion-3.0.8.ebuild
20 @@ -29,13 +29,8 @@ RDEPEND="
21 "
22 BDEPEND="${DEPEND}"
23
24 -src_prepare() {
25 - # hack build type =D
26 - sed 's:release:gentoo:g' -i CMakeLists.txt
27 - cmake-utils_src_prepare
28 -}
29 -
30 src_configure() {
31 + CMAKE_BUILD_TYPE=Release
32 mycmakeargs=(
33 -DBUILD_SHARED_LIBS=ON
34 -DALTCPU=$(usex !cuda)