From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79A3A139337 for ; Mon, 26 Jul 2021 14:05:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A13C9E095D; Mon, 26 Jul 2021 14:05:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A741E095C for ; Mon, 26 Jul 2021 14:05:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83F42340988 for ; Mon, 26 Jul 2021 14:05:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A386A845 for ; Mon, 26 Jul 2021 14:05:37 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1627236866.01a79910e0f3a02a28cb1370b18fb59f58b7c035.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-biology/geneathome/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-biology/geneathome/geneathome-1.10-r1.ebuild sci-biology/geneathome/geneathome-1.10-r2.ebuild X-VCS-Directories: sci-biology/geneathome/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 01a79910e0f3a02a28cb1370b18fb59f58b7c035 X-VCS-Branch: master Date: Mon, 26 Jul 2021 14:05:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3c5f5ab4-a2ff-4cb8-92ec-d6941d9f8592 X-Archives-Hash: 0227a11d3afc7c71e2cd7903c981bcf6 commit: 01a79910e0f3a02a28cb1370b18fb59f58b7c035 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Jul 25 18:10:25 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Jul 25 18:14:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01a79910 sci-biology/geneathome: require in-source build config.h was present somehow in my /usr/include/boinc so I didn't notice the bug. Should be fixed now. Closes: https://bugs.gentoo.org/803893 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> .../{geneathome-1.10-r1.ebuild => geneathome-1.10-r2.ebuild} | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/sci-biology/geneathome/geneathome-1.10-r1.ebuild b/sci-biology/geneathome/geneathome-1.10-r2.ebuild similarity index 88% rename from sci-biology/geneathome/geneathome-1.10-r1.ebuild rename to sci-biology/geneathome/geneathome-1.10-r2.ebuild index 26315147c..43ec78723 100644 --- a/sci-biology/geneathome/geneathome-1.10-r1.ebuild +++ b/sci-biology/geneathome/geneathome-1.10-r2.ebuild @@ -3,6 +3,7 @@ EAPI=8 +BOINC_SUBMODULE="samples/${PN}" BOINC_MASTER_URL="https://gene.disi.unitn.it/test/" BOINC_INVITATION_CODE="science@tn" BOINC_HELPTEXT=\ @@ -16,7 +17,7 @@ COMMIT="3186afba409a" DESCRIPTION="BOINC application for expanding Gene Regulatory Networks (GRN)" HOMEPAGE+=" https://bitbucket.org/francesco-asnicar/pc-boinc" SRC_URI="https://bitbucket.org/francesco-asnicar/${MY_PN}/get/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/francesco-asnicar-pc-boinc-${COMMIT}" +BOINC_S="francesco-asnicar-${MY_PN}-${COMMIT}" LICENSE="sunpro public-domain" SLOT="0" @@ -31,8 +32,11 @@ DOCS=( Readme.md ) boinc-app_add_deps +boinc_require_source 7.16.16 +boinc_enable_autotools + src_prepare() { - default + boinc_src_prepare # error: inlining failed in call to ‘always_inline’ ‘int fprintf(FILE*, const char*, ...)’: target specific option mismatch sed -i src/main.cpp \ @@ -42,7 +46,7 @@ src_prepare() { src_compile() { tc-export CC CXX - emake BOINC_DIR=/usr/include/boinc -C src + emake -C src } src_test() {