Skip to content

Commit

Permalink
Add pkgconfig as explicit build dependency in Spack package (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli authored Aug 9, 2024
1 parent 902fce2 commit 164644c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spack/packages/dla-future-fortran/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class DlaFutureFortran(CMakePackage):

generator("ninja")
depends_on("[email protected]:", type="build")
depends_on("pkgconfig", type="build")

depends_on("[email protected]:0.5 +scalapack", when="@0.1.0")
depends_on("[email protected]: +scalapack", when="@0.2.0:")
Expand Down

0 comments on commit 164644c

Please sign in to comment.