public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: sci-libs/Mutationpp/
@ 2022-05-25 12:17 Alessandro Barbieri
  0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2022-05-25 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     fdc7e6e323a8e13f4c832f9882a6bf6664c93966
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed May 25 11:27:56 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed May 25 12:17:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fdc7e6e3

sci-libs/Mutationpp: include catch directory

Closes: https://bugs.gentoo.org/847331
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sci-libs/Mutationpp/Mutationpp-1.0.5.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-libs/Mutationpp/Mutationpp-1.0.5.ebuild b/sci-libs/Mutationpp/Mutationpp-1.0.5.ebuild
index cc10be39b..29c4a5dc4 100644
--- a/sci-libs/Mutationpp/Mutationpp-1.0.5.ebuild
+++ b/sci-libs/Mutationpp/Mutationpp-1.0.5.ebuild
@@ -8,7 +8,7 @@ DISTUTILS_USE_PEP517=setuptools
 FORTRAN_NEEDED="fortran"
 PYTHON_COMPAT=( python3_{8..9} )
 
-inherit distutils-r1 cmake fortran-2
+inherit distutils-r1 cmake flag-o-matic fortran-2
 
 DESCRIPTION="MUlticomponent Thermodynamic And Transport library for IONized gases"
 HOMEPAGE="https://github.com/mutationpp/Mutationpp"
@@ -54,6 +54,7 @@ src_prepare() {
 }
 
 src_configure() {
+	append-cxxflags "-I${EPREFIX}/usr/include/catch2"
 	local mycmakeargs=(
 		-DENABLE_COVERAGE=OFF
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-libs/Mutationpp/
@ 2022-05-28 12:53 Alessandro Barbieri
  0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2022-05-28 12:53 UTC (permalink / raw
  To: gentoo-commits

commit:     205eec029e03601fff30afa6ff3d9260fefa51ba
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 12:52:15 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 28 12:53:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=205eec02

sci-libs/Mutationpp: enable py3.10

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sci-libs/Mutationpp/Mutationpp-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/Mutationpp/Mutationpp-1.0.5.ebuild b/sci-libs/Mutationpp/Mutationpp-1.0.5.ebuild
index 29c4a5dc4..92eb6c7d2 100644
--- a/sci-libs/Mutationpp/Mutationpp-1.0.5.ebuild
+++ b/sci-libs/Mutationpp/Mutationpp-1.0.5.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_OPTIONAL=1
 DISTUTILS_USE_PEP517=setuptools
 FORTRAN_NEEDED="fortran"
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1 cmake flag-o-matic fortran-2
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-libs/Mutationpp/
@ 2022-09-08 10:24 Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2022-09-08 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     fef50f5394f30d3f3b1863ef119c90e8b1a2a672
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  8 10:22:43 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 10:22:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fef50f53

sci-libs/Mutationpp: add missing distutils dep

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-libs/Mutationpp/Mutationpp-1.0.5-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-libs/Mutationpp/Mutationpp-1.0.5-r1.ebuild b/sci-libs/Mutationpp/Mutationpp-1.0.5-r1.ebuild
index 35030a8ab..8b52690d7 100644
--- a/sci-libs/Mutationpp/Mutationpp-1.0.5-r1.ebuild
+++ b/sci-libs/Mutationpp/Mutationpp-1.0.5-r1.ebuild
@@ -39,6 +39,7 @@ BDEPEND="
 	dev-util/ninja
 	dev-util/cmake
 	doc? ( app-doc/doxygen )
+	python? ( ${DISTUTILS_DEPS} )
 "
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-08 10:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-28 12:53 [gentoo-commits] repo/proj/guru:dev commit in: sci-libs/Mutationpp/ Alessandro Barbieri
  -- strict thread matches above, loose matches on Subject: below --
2022-09-08 10:24 Andrew Ammerlaan
2022-05-25 12:17 Alessandro Barbieri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox