From 965058196f44550f3bc491dd85064071e085b776 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 13 Feb 2025 00:12:52 +0000 Subject: gentoo auto-resync : 13:02:2025 - 00:12:52 --- sci-physics/yoda/Manifest | 2 +- sci-physics/yoda/yoda-9999.ebuild | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'sci-physics/yoda') diff --git a/sci-physics/yoda/Manifest b/sci-physics/yoda/Manifest index c50b216cfb25..90ec5ab54298 100644 --- a/sci-physics/yoda/Manifest +++ b/sci-physics/yoda/Manifest @@ -8,5 +8,5 @@ EBUILD yoda-1.9.10.ebuild 2342 BLAKE2B 6f96d2a8cc866ed5d409cd5614a4ea20f2d10700d EBUILD yoda-1.9.5.ebuild 884 BLAKE2B 04511d2040cc8c22d994d51653b7c0f3bc9bb38097eaa770cf28f2dcc2a365a770e3bcbc89840415ab9e13d6975f9cca474b292dd47f24f3ff917259aa0340cf SHA512 17bc971c8b57cdb7dd0823f74a5dcc24206e2ebb2c5e93e445b1babfa459c18803944a516fa01bd20cd55003710d50192a51b94721933dd26098ffe23a6194da EBUILD yoda-2.0.1.ebuild 2105 BLAKE2B 34b00ff438d340bd32e48109f8879338f9aff6e1ce2ad4cef70f08445fdc3abf0fa86f20e552d5245828d2c18b6e6897ca8a95a9f5e38d80c16fa6ae17575952 SHA512 fbe4bcddbf5d0618e541382279d9a97e518bcfb95ac984a59e1d0842041c2144417c992cdf4ea81a060713574f4257744105cd2082ec8933ae502dd64868c978 EBUILD yoda-2.0.2.ebuild 2139 BLAKE2B dfb9def070c2180a15b4693c89af782c1225ab96b3894f5ccf7b2c7bfca4f339c68176083886b03455382027ec9c4f5a260b40ba0ffc124659e8b41692e310f1 SHA512 f09412dd5db251ac9552e572a070ba62b7e2b6a6ef37a11680c8dca99d1049e21f19d9eba936c12725870906009b6d12d4b6837f566a7e0909a5c0bf9cc2c577 -EBUILD yoda-9999.ebuild 2164 BLAKE2B c16a9c58ef737a8471778235ab345c0be994419a420e7ddacc5a45db3fedb43f3496e6889d8daff2a5d87e45fd37808af569e060bc8a74815c9993e11d07e176 SHA512 5c29df45a0310e40eaedd7a84634cc4f1827715a8dd631956bdd7f904de71131cf8af34099eb955ed652b15abcc5274354073fab13dafcc894ddcf2f3663f607 +EBUILD yoda-9999.ebuild 2293 BLAKE2B 57f7ae000e06b4b4c09d778f5d240c010d504a8f560e2dd73d3bfc6aa6ac0d1b0eca6f198878cd3c2b00267e2517775253ce8234062097aa6835a31aaa3e0a44 SHA512 4e60ec0eb7732d765559c50a8b7f1f28af6131bc62584cb93dd82b572043940ef0ac3d7dcf1d9804bc6d0a3893250f4dac5bd8971cca926457dd8010034a83be MISC metadata.xml 1066 BLAKE2B 26894343b45e88b699be9e0c11bd627e42650a12f0bf91c13e244785e67106dccd9a9fd8269eae7137d3639a62956b672e162e63e8453fa628feff51c2bac75e SHA512 49282b8f0c981c50cf1d8d2f214110ffc0dcc44602ab90ed638caa0d61bb90695e29f49d849e6e85290380848d9c4443d8b38d19e79d56d11e2c297087a02a4b diff --git a/sci-physics/yoda/yoda-9999.ebuild b/sci-physics/yoda/yoda-9999.ebuild index 983694bc2c2d..949e13b94b55 100644 --- a/sci-physics/yoda/yoda-9999.ebuild +++ b/sci-physics/yoda/yoda-9999.ebuild @@ -13,6 +13,7 @@ HOMEPAGE="https://yoda.hepforge.org/" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/hepcedar/yoda" + EGIT_BRANCH="main" else SRC_URI="https://yoda.hepforge.org/downloads?f=${P^^}.tar.bz2 -> ${P^^}.tar.bz2" S="${WORKDIR}/${P^^}" @@ -26,6 +27,8 @@ RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) root? ( python )" RDEPEND=" + dev-cpp/yaml-cpp + dev-libs/tinyxml root? ( sci-physics/root:=[${PYTHON_SINGLE_USEDEP}] ) python? ( ${PYTHON_DEPS} ) zlib? ( sys-libs/zlib ) @@ -58,6 +61,8 @@ src_prepare() { src_configure() { # we need to use the prefix cython here econf --disable-static \ + --with-yaml-cpp="${EPREFIX}/usr" \ + --with-tinyxml="${EPREFIX}/usr" \ $(use_enable root) \ $(use_enable python pyext) \ $(use_with zlib zlib "${ESYSROOT}/usr") \ -- cgit v1.2.3