Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/votca-tools/
Date: Sun, 18 Jul 2021 23:24:36
Message-Id: 1626650660.6c5df28c94659beec0e7327292af6b71cf2ec238.junghans@gentoo
1 commit: 6c5df28c94659beec0e7327292af6b71cf2ec238
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 18 23:22:03 2021 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 18 23:24:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5df28c
7
8 sci-libs/votca-tools: version bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org>
12
13 sci-libs/votca-tools/Manifest | 1 +
14 .../votca-tools/{votca-tools-9999.ebuild => votca-tools-2021.1.ebuild} | 1 +
15 sci-libs/votca-tools/votca-tools-9999.ebuild | 1 +
16 3 files changed, 3 insertions(+)
17
18 diff --git a/sci-libs/votca-tools/Manifest b/sci-libs/votca-tools/Manifest
19 index f364e75c2ac..7cfde285c53 100644
20 --- a/sci-libs/votca-tools/Manifest
21 +++ b/sci-libs/votca-tools/Manifest
22 @@ -1,3 +1,4 @@
23 DIST votca-tools-1.5.1.tar.gz 129629 BLAKE2B ab68b38241d2c065939cf0b2e08603eaaccf613454bb64056c3d3d03472501e2079408ce856fbcc7243d51d035acec0b52c9767e2d687234296c7858f1a46fa4 SHA512 c8fe4baee0f4586dbe1a9f5b7c33b7d6b16ef0ebc35b50febfdcb049b09cd150dec3a5e9b98b43430db66f866dd01c1776f6777f01d227246c9d7b7ca879ea72
24 DIST votca-tools-1.6.4.tar.gz 109929 BLAKE2B 8bc55fcd0a021002f11d412440a369a169c3c62ae5978781010de0a05502e43ed1ccbe5066e3d46ac8ef6fd0c1471baca70d35f6468ccbfd480dc0fa6f2b5047 SHA512 7a334071086e755960a3bd938c1baa1979c4cc9cd8f865af00540fa45365bf1c3153ffb8a5a5948618c47ebafcda9ecc62850d44ea06b7f35ac4587bd423439a
25 +DIST votca-tools-2021.1.tar.gz 115082 BLAKE2B 994105769e9718fc4f6832fb88a958d0a769660a21d9de36d52e9f1ce3cf9f66d26cb138f300de8285117fb87890a7ace4fc5be5dfa1ec41b82ceff9bd680728 SHA512 9770f1e96b489413577e41858e659f11c0adc79070ae1058102c2ad2a771c3222fcdffd8646bae75b5d05450a7fa3b49eee7fce1ae16718dd809ff729b3dd25e
26 DIST votca-tools-2021.tar.gz 114974 BLAKE2B 9f707a901b83f0d8a6c7e5c9b43b135c7539cf4f1fa44a4ed1a5c8f2f7066e1241515fc025ea436f2e52e6bf4aefb7c9a15575e8a588845dda7fbb6717f50b7e SHA512 5ddcbe49b1898713fa292655efbb2a1c081a7f98c9bae3ef37b273e0db49eecb3800b865221883d610802923132d57d5847cc35ddb008de4eb180f4c30db3dbf
27
28 diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votca-tools/votca-tools-2021.1.ebuild
29 similarity index 95%
30 copy from sci-libs/votca-tools/votca-tools-9999.ebuild
31 copy to sci-libs/votca-tools/votca-tools-2021.1.ebuild
32 index a0d08f7fa88..184243331d2 100644
33 --- a/sci-libs/votca-tools/votca-tools-9999.ebuild
34 +++ b/sci-libs/votca-tools/votca-tools-2021.1.ebuild
35 @@ -39,6 +39,7 @@ src_configure() {
36 local mycmakeargs=(
37 -DINSTALL_RC_FILES=OFF
38 -DENABLE_TESTING=$(usex test)
39 + -DCMAKE_DISABLE_FIND_PACKAGE_MKL=ON
40 )
41 cmake_src_configure
42 }
43
44 diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votca-tools/votca-tools-9999.ebuild
45 index a0d08f7fa88..184243331d2 100644
46 --- a/sci-libs/votca-tools/votca-tools-9999.ebuild
47 +++ b/sci-libs/votca-tools/votca-tools-9999.ebuild
48 @@ -39,6 +39,7 @@ src_configure() {
49 local mycmakeargs=(
50 -DINSTALL_RC_FILES=OFF
51 -DENABLE_TESTING=$(usex test)
52 + -DCMAKE_DISABLE_FIND_PACKAGE_MKL=ON
53 )
54 cmake_src_configure
55 }