diff options
Diffstat (limited to 'sci-libs/cantera')
-rw-r--r-- | sci-libs/cantera/Manifest | 2 | ||||
-rw-r--r-- | sci-libs/cantera/cantera-2.5.1-r3.ebuild (renamed from sci-libs/cantera/cantera-2.5.1-r2.ebuild) | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sci-libs/cantera/Manifest b/sci-libs/cantera/Manifest index 00431ec9b2ba..bfc5130e43ff 100644 --- a/sci-libs/cantera/Manifest +++ b/sci-libs/cantera/Manifest @@ -1,5 +1,5 @@ AUX cantera-2.5.1_env.patch 4600 BLAKE2B ed131f2b3d061102f197d50105176332fd07424ddff81b0af05bdc2eb3e514bcb17da85e285d80dd717d685a10a8eaa0a08769171cbb2df5103d2283519ef311 SHA512 92083e331a1ddd712d21602e50960cf0251ca688a90121f67c35b21b79851c7baa6d9373a67bec1beade53d44e6dfe2e0faf7385305d2c8cfdee2d9698b21c67 DIST cantera-2.5.1.tar.gz 2492422 BLAKE2B b48c5d12fc2b69d309759afd20b55dc2533c23ccba840109cf7a85c4ebb8306eb48d9f007914184a9d409f7bf296814fe09e6e62a29cf8384edd954fdff2af4e SHA512 8cd65f6b86b3009f22ec243cb7cb833e26919c4925fd15fba8fb98aad2180d8c0fe7550e13efeb7cce55abab06d9400230d59c9c43b4d3be6b0575b1164a56bc EBUILD cantera-2.5.1-r1.ebuild 3436 BLAKE2B d961413b7a6ccf67f13d8d91d067264af2ddab2b5c351abdb8d41c85a2d013f9ca44ec8a34ddabf71cd9fd06e7a97664f081f03264871a2be811e1b70758656a SHA512 692d7df06f6f659465672f379d10ccab4f9f4f8b574b69636e992d3a8664d6087a7bdd73222ed6f5cdcfe86b000a99f8b1b7c36a79f9078b3beb1f81389caab4 -EBUILD cantera-2.5.1-r2.ebuild 3439 BLAKE2B 7fd7201d024892bc20aab3ae73e8f93776cc30d69714698826dccd72d23ed69f2bcad91e137896a05b26410183dcf0a3003392e3dc21e6903421fd06892cd48c SHA512 800a450a688c75abd12e16b15c896e80bcf81ecb797245a6907661ca095e13cc8b80e3d82e44cdb1db970a2a9db7a5eff0091ff88ebf42f46f85e2562059ae1d +EBUILD cantera-2.5.1-r3.ebuild 3418 BLAKE2B 83bc9f934a458554491aeb5183fe345bb3a6083fe81afc12e71d43ad7245f082f89634df949055d3d23d09358d9088961973283eabe36a2aa37db27c1f4adba7 SHA512 e9df64a4f6d0f9c9b2223396e1cdbeb3ee6ecc97f5503bb53406971a5538b2c3d90b62096234e38c35ae4a279f299fb048d504e3be9549a8794d804661148906 MISC metadata.xml 842 BLAKE2B 85e2a5268aa13a8a92e9f04212c3bcd66252a77c88dd2ddb7d81a34f486754c7faa352998484d4362b16a2bdccb85325337c13cc272a434be463a037eab846a1 SHA512 a9edb0347dc3b1510d3d2b767e7a0e96cd1d6cc50dd4e5c2830d29438dd25a0bdfa41994dbb43bbb7dc70ba3537f783b2d0a143723908dd91d434e1edb11a704 diff --git a/sci-libs/cantera/cantera-2.5.1-r2.ebuild b/sci-libs/cantera/cantera-2.5.1-r3.ebuild index f4fa50e5d5a0..0af208ddd56f 100644 --- a/sci-libs/cantera/cantera-2.5.1-r2.ebuild +++ b/sci-libs/cantera/cantera-2.5.1-r3.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..10} ) FORTRAN_NEEDED=fortran FORTRAN_STANDARD="77 90" -inherit desktop fortran-2 python-single-r1 scons-utils toolchain-funcs +inherit fortran-2 python-single-r1 scons-utils toolchain-funcs DESCRIPTION="Object-oriented tool suite for chemical kinetics, thermodynamics, and transport" HOMEPAGE="https://www.cantera.org" @@ -17,7 +17,7 @@ SRC_URI="https://github.com/Cantera/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+cti fortran lapack pch +python test" +IUSE="+cti fortran lapack +python test" RESTRICT="!test? ( test )" REQUIRED_USE=" @@ -84,7 +84,7 @@ src_configure() { FORTRANFLAGS="${FCFLAGS}" optimize_flags="-Wno-inline" renamed_shared_libraries="no" - use_pch=$(usex pch) + use_pch="no" ## In some cases other order can break the detection of right location of Boost: ## system_fmt="y" system_sundials="y" @@ -122,11 +122,11 @@ src_install() { rm -r "${D}/usr/share/man" || die "Can't remove man files." else # Run the byte-compile of modules - python_optimize "${D}/$(python_get_sitedir)/${PN}" + python_optimize "${D}$(python_get_sitedir)/${PN}" fi - # We install static libs unconditionally here - # See https://github.com/gentoo/gentoo/pull/10017#discussion_r229210565 + # User could remove this line if require static libs for development purpose + find "${ED}" -name '*.a' -delete || die } pkg_postinst() { |