Skip to content

Commit

Permalink
stipulate compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
idigs authored Nov 30, 2023
1 parent 0091b2c commit 82c900b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spack/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Korc(CMakePackage):
version("0.0.1", sha256="b2eb25f42ed428250ad22e7462c628cb630e17ba4c08f38745161b0acffd9e2f")

depends_on("gcc@13.1.0")
depends_on("hdf5+fortran+mpi")
depends_on("hdf5+fortran+mpi %gcc@13.1.0")

def cmake_args(self):
# FIXME: Add arguments other than
Expand Down

0 comments on commit 82c900b

Please sign in to comment.