Add Package: nlohmann_json (#7690)

Adds a spack package for the JSON C++ library
  https://github.com/nlohmann/json
This commit is contained in:
Axel Huebl
2018-04-07 18:00:00 +02:00
committed by Adam J. Stewart
parent 5c98b8bde5
commit 2b0252ccb3
2 changed files with 61 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ class Adios2(CMakePackage):
# depends_on('googletest')
# depends_on('pugixml')
# depends_on('kwsys')
# depends_on('nlohmannjson')
# depends_on('nlohmann-json')
# depends_on('pybind11@2.1.1:', when='+python')
depends_on('mpi', when='+mpi')