Skip to content

Commit

Permalink
partial update of cxxstd
Browse files Browse the repository at this point in the history
  • Loading branch information
albestro committed Sep 15, 2021
1 parent 41ded01 commit ec1fe71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ enable_language(C)

# ----- CXX
enable_language(CXX)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 17)

# ---- CUDA
if (DLAF_WITH_CUDA)
Expand Down
2 changes: 1 addition & 1 deletion spack/packages/dla-future/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class DlaFuture(CMakePackage, CudaPackage):
# https://github.com/eth-cscs/DLA-Future/issues/420
conflicts("umpire@6:")

depends_on("hpx cxxstd=14 networking=none +async_mpi")
depends_on("hpx cxxstd=17 networking=none +async_mpi")
depends_on("[email protected]:")
depends_on("hpx +cuda", when="+cuda")

Expand Down

0 comments on commit ec1fe71

Please sign in to comment.