From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/avogadrolibs/
Date: Tue, 1 Mar 2022 13:54:42 +0000 (UTC) [thread overview]
Message-ID: <1646142872.6739b0456605499455c974f320425fbe9844d935.soap@gentoo> (raw)
commit: 6739b0456605499455c974f320425fbe9844d935
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 1 13:54:32 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Mar 1 13:54:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6739b045
sci-libs/avogadrolibs: fix doc and qt5 args
Closes: https://bugs.gentoo.org/834441
Closes: https://bugs.gentoo.org/834442
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-libs/avogadrolibs/avogadrolibs-1.95.1.ebuild | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/sci-libs/avogadrolibs/avogadrolibs-1.95.1.ebuild b/sci-libs/avogadrolibs/avogadrolibs-1.95.1.ebuild
index afbd3b62a290..2a3a1c7cdb9b 100644
--- a/sci-libs/avogadrolibs/avogadrolibs-1.95.1.ebuild
+++ b/sci-libs/avogadrolibs/avogadrolibs-1.95.1.ebuild
@@ -40,7 +40,9 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-cpp/eigen:3
test? ( dev-cpp/gtest )"
-BDEPEND="qt5? ( dev-qt/linguist-tools:5 )"
+BDEPEND="
+ doc? ( app-doc/doxygen )
+ qt5? ( dev-qt/linguist-tools:5 )"
PATCHES=(
"${FILESDIR}/"${PN}-1.91.0_pre20180406-bundled-genxrdpattern.patch
@@ -62,14 +64,11 @@ src_unpack() {
src_configure() {
local mycmakeargs=(
- -DBUILD_GPL_PLUGINS=ON
- -DBUILD_STATIC_PLUGINS=ON
-DUSE_LIBARCHIVE=$(usex archive)
-DBUILD_DOCUMENTATION=$(usex doc)
-DUSE_HDF5=$(usex hdf5)
-DENABLE_TRANSLATIONS=$(usex qt5)
-DUSE_OPENGL=$(usex qt5)
- -DOpenGL_GL_PREFERENCE=GLVND
-DUSE_QT=$(usex qt5)
-DENABLE_TESTING=$(usex test)
-DUSE_VTK=$(usex vtk)
@@ -81,6 +80,11 @@ src_configure() {
# find_package(Spglib) completely broken
-DUSE_SPGLIB=OFF
)
+ use qt5 && mycmakeargs+=(
+ -DBUILD_GPL_PLUGINS=ON
+ -DBUILD_STATIC_PLUGINS=ON
+ -DOpenGL_GL_PREFERENCE=GLVND
+ )
use vtk && mycmakeargs+=(
-DBUNDLED_GENXRDPATTERN="${WORKDIR}/genXrdPattern"
)
next reply other threads:[~2022-03-01 13:54 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-01 13:54 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-09-07 9:55 [gentoo-commits] repo/gentoo:master commit in: sci-libs/avogadrolibs/ Andrew Ammerlaan
2022-03-01 12:29 David Seifert
2021-10-12 7:04 Sam James
2020-06-29 16:30 Andreas K. Hüttel
2020-06-29 15:51 Andreas K. Hüttel
2018-04-10 20:36 Andreas Sturmlechner
2018-04-10 20:09 Andreas Sturmlechner
2018-04-07 20:49 Andreas Sturmlechner
2018-01-14 9:43 Andreas Sturmlechner
2017-03-25 1:16 Andreas Sturmlechner
2017-03-25 0:55 Andreas Sturmlechner
2017-03-25 0:37 Andreas Sturmlechner
2015-12-28 14:50 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1646142872.6739b0456605499455c974f320425fbe9844d935.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox