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 95DA313934E for ; Sun, 25 Jul 2021 18:15:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85598E0D18; Sun, 25 Jul 2021 18:15:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4CE8DE0CD0 for ; Sun, 25 Jul 2021 18:15:15 +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 2650C342C51 for ; Sun, 25 Jul 2021 18:15:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E7467AF for ; Sun, 25 Jul 2021 18:15:12 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1627236866.01a79910e0f3a02a28cb1370b18fb59f58b7c035.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 01a79910e0f3a02a28cb1370b18fb59f58b7c035 X-VCS-Branch: dev Date: Sun, 25 Jul 2021 18:15:12 +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: 726c0b82-ef50-4dee-be60-6ceb82f0f823 X-Archives-Hash: e39c34e42e71eef0af522bb93214daeb commit: 01a79910e0f3a02a28cb1370b18fb59f58b7c035 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Jul 25 18:10:25 2021 +0000 Commit: Anna Vyalkova sysrq in> 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() {