From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/autodock_vina/
Date: Sun, 16 May 2021 17:35:03 +0000 (UTC) [thread overview]
Message-ID: <1621186490.94ad7eb2a2a84490626fe423556e8c15bb93a8b6.asturm@gentoo> (raw)
commit: 94ad7eb2a2a84490626fe423556e8c15bb93a8b6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 16 17:34:33 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 16 17:34:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ad7eb2
sci-chemistry/autodock_vina: Fix build w/ boost-1.69
Closes: https://bugs.gentoo.org/789702
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild b/sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild
index 354d80938d4..19a6a106be7 100644
--- a/sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild
+++ b/sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -33,15 +33,14 @@ src_prepare() {
}
src_configure() {
- use debug || c_options="-DNDEBUG"
- append-cxxflags -DBOOST_FILESYSTEM_VERSION=3
+ append-cxxflags -DBOOST_FILESYSTEM_VERSION=3 -std=c++11
}
src_compile() {
emake \
BASE="${EPREFIX}"/usr/ \
GPP="$(tc-getCXX)" \
- C_OPTIONS="${c_options}"
+ C_OPTIONS=$(usex debug '' -DNDEBUG)
}
src_install() {
next reply other threads:[~2021-05-16 17:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-16 17:35 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-13 5:22 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/autodock_vina/ Arthur Zamarin
2024-03-26 11:01 Alexey Shvetsov
2024-03-02 21:15 Alexey Shvetsov
2022-09-04 12:23 David Seifert
2022-01-08 13:16 David Seifert
2021-06-18 19:18 David Seifert
2015-08-16 11:34 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=1621186490.94ad7eb2a2a84490626fe423556e8c15bb93a8b6.asturm@gentoo \
--to=asturm@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