diff options
Diffstat (limited to 'sci-mathematics/petsc/petsc-3.11.3.ebuild')
-rw-r--r-- | sci-mathematics/petsc/petsc-3.11.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/petsc/petsc-3.11.3.ebuild b/sci-mathematics/petsc/petsc-3.11.3.ebuild index 88fb1f58da1c..50ce3b7f6631 100644 --- a/sci-mathematics/petsc/petsc-3.11.3.ebuild +++ b/sci-mathematics/petsc/petsc-3.11.3.ebuild @@ -154,7 +154,7 @@ src_configure() { $(petsc_enable threads pthread) \ $(petsc_with afterimage afterimage \ /usr/include/libAfterImage -lAfterImage) \ - $(petsc_with hdf5) \ + $(use_with hdf5) \ $(petsc_with hypre hypre \ /usr/include/hypre -lHYPRE) \ $(petsc_with sparse suitesparse) \ |