[whizard] update ocaml dependency (#18309)

up
This commit is contained in:
vvolkl 2020-08-29 06:02:45 +02:00 committed by GitHub
parent 2c155d4fe2
commit 62128f1351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ class Whizard(AutotoolsPackage):
description="data visualization with latex")
depends_on('ocaml', type='build', when="@3:")
depends_on('ocaml@:4.8.2', type='build', when="@:2.99.99")
depends_on('ocaml~force-safe-string', type='build', when="@:2.99.99")
depends_on('hepmc', when="hepmc=2")
depends_on('hepmc3', when="hepmc=3")
depends_on('lcio', when="+lcio")