diff options
author | vvolkl <valentin.volkl@cern.ch> | 2020-08-29 06:02:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-28 23:02:45 -0500 |
commit | 62128f13513ce095217bd7411cc7dd93a54343d5 (patch) | |
tree | 8329abbfb88a731088b7096c5810b8b9919e6bfa | |
parent | 2c155d4fe286f685bca696c60730bd2fca2151f1 (diff) | |
download | spack-62128f13513ce095217bd7411cc7dd93a54343d5.tar.gz spack-62128f13513ce095217bd7411cc7dd93a54343d5.tar.bz2 spack-62128f13513ce095217bd7411cc7dd93a54343d5.tar.xz spack-62128f13513ce095217bd7411cc7dd93a54343d5.zip |
[whizard] update ocaml dependency (#18309)
up
-rw-r--r-- | var/spack/repos/builtin/packages/whizard/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/whizard/package.py b/var/spack/repos/builtin/packages/whizard/package.py index d38994c67e..cecc5da3a2 100644 --- a/var/spack/repos/builtin/packages/whizard/package.py +++ b/var/spack/repos/builtin/packages/whizard/package.py @@ -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") |