diff options
Diffstat (limited to 'science/elmerfem/Makefile')
-rw-r--r-- | science/elmerfem/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/science/elmerfem/Makefile b/science/elmerfem/Makefile index 81fb5bf4e664..6922d8d4b4eb 100644 --- a/science/elmerfem/Makefile +++ b/science/elmerfem/Makefile @@ -9,10 +9,12 @@ PATCHFILES= 48e9430c.patch:-p1 # https://github.com/ElmerCSC/elmerfem/pull/294 MAINTAINER= henrik@gulbra.net COMMENT= Multiphysical simulation software -WWW= https://www.csc.fi/web/elmer +WWW= https://www.elmerfem.org/blog/ LICENSE= GPLv2 +BROKEN= fails to build with vtk-9.5.0, see https://github.com/ElmerCSC/elmerfem/issues/677 + LIB_DEPENDS= libblas.so:math/blas \ libhdf5.so:science/hdf5 \ libmetis.so:math/metis \ |