diff options
author | Axel Huebl <axel.huebl@plasma.ninja> | 2019-08-23 17:26:54 -0700 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2019-08-23 17:26:54 -0700 |
commit | 24c052de39d84c6e29026d4a4211843410b7ad2c (patch) | |
tree | 6d85d986c8380249a9ccc1cc089b3d9c8f261c0b | |
parent | cdcc05db0ac8451bdb5bf627f9da40a7b962ed0d (diff) | |
download | spack-24c052de39d84c6e29026d4a4211843410b7ad2c.tar.gz spack-24c052de39d84c6e29026d4a4211843410b7ad2c.tar.bz2 spack-24c052de39d84c6e29026d4a4211843410b7ad2c.tar.xz spack-24c052de39d84c6e29026d4a4211843410b7ad2c.zip |
openPMD-api package: require newer nlohmann-json (#12546)
Update minimal required version of the `nlohmann-json`
dependency.
-rw-r--r-- | var/spack/repos/builtin/packages/openpmd-api/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/openpmd-api/package.py b/var/spack/repos/builtin/packages/openpmd-api/package.py index 91084ba468..fe9972776f 100644 --- a/var/spack/repos/builtin/packages/openpmd-api/package.py +++ b/var/spack/repos/builtin/packages/openpmd-api/package.py @@ -44,7 +44,7 @@ class OpenpmdApi(CMakePackage): depends_on('adios2@2.4.0:', when='+adios2') depends_on('adios2@2.4.0: ~mpi', when='~mpi +adios2') depends_on('adios2@2.4.0: +mpi', when='+mpi +adios2') - depends_on('nlohmann-json@3.5.0:', when='+json') + depends_on('nlohmann-json@3.7.0:', when='+json') depends_on('py-pybind11@2.3.0:', when='+python', type='link') depends_on('py-numpy@1.15.1:', when='+python', type=['test', 'run']) depends_on('py-mpi4py@2.1.0:', when='+python +mpi', type=['test', 'run']) |