diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-08-28 09:37:56 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-08-28 09:38:26 +0200 |
commit | d60f13ac9278bb42c39b0bc7d34ecb5d094a1eba (patch) | |
tree | 359377e64f20519492f7a6be4956c162b8df335c /sci-physics | |
parent | net-analyzer/munin: add 2.0.69 (diff) | |
download | gentoo-d60f13ac9278bb42c39b0bc7d34ecb5d094a1eba.tar.gz gentoo-d60f13ac9278bb42c39b0bc7d34ecb5d094a1eba.tar.bz2 gentoo-d60f13ac9278bb42c39b0bc7d34ecb5d094a1eba.zip |
sci-physics/thepeg: properly build and execute the tests
Closes: https://bugs.gentoo.org/866731
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/thepeg/thepeg-2.2.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-physics/thepeg/thepeg-2.2.3.ebuild b/sci-physics/thepeg/thepeg-2.2.3.ebuild index d608d0b5e7e3..4e63bda4b59c 100644 --- a/sci-physics/thepeg/thepeg-2.2.3.ebuild +++ b/sci-physics/thepeg/thepeg-2.2.3.ebuild @@ -68,6 +68,7 @@ src_configure() { $(use_with hepmc hepmcversion 3) \ $(use_with java javagui) \ $(use_with lhapdf lhapdf "${EPREFIX}"/usr) \ + $(use_with test boost "${EPREFIX}"/usr) \ --without-rivet \ $(use_with zlib zlib "${EPREFIX}"/usr) } |