add libtirpc for rpc/types.h (#26628)

rpc/types.h has been removed in recent glibc
This commit is contained in:
Joseph Wang 2021-11-09 18:14:28 +08:00 committed by GitHub
parent 1d09474975
commit abdd206f65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,7 @@ class Whizard(AutotoolsPackage):
variant('latex', default=False, variant('latex', default=False,
description="data visualization with latex") description="data visualization with latex")
depends_on('libtirpc')
depends_on('ocaml@4.02.3:', type='build', when="@3:") depends_on('ocaml@4.02.3:', type='build', when="@3:")
depends_on('ocaml@4.02.3:~force-safe-string', type='build', when="@:2") depends_on('ocaml@4.02.3:~force-safe-string', type='build', when="@:2")
depends_on('hepmc', when="hepmc=2") depends_on('hepmc', when="hepmc=2")