diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2020-12-09 11:07:41 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2020-12-09 11:07:41 +0000 |
commit | 376636fda5a230de7d7dcd1ccccc128cd51a8474 (patch) | |
tree | d8079db1fc2d5809bb5fd0812fe55b80fde9d98b /science/code_saturne | |
parent | 932a4703bcabb15576d4d5e9ef6f814de22a4153 (diff) | |
download | freebsd-ports-376636fda5a230de7d7dcd1ccccc128cd51a8474.zip |
Modify cad/scotch to install shared libraries.
Chase these libraries to the consumers ports.
Diffstat (limited to 'science/code_saturne')
-rw-r--r-- | science/code_saturne/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/science/code_saturne/Makefile b/science/code_saturne/Makefile index 4d0af6cf4295..1ec74fdd4624 100644 --- a/science/code_saturne/Makefile +++ b/science/code_saturne/Makefile @@ -3,8 +3,8 @@ PORTNAME= code_saturne PORTVERSION= 6.1.2 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= science parallel MAINTAINER= thierry@FreeBSD.org @@ -64,7 +64,7 @@ PARMETIS_CONFIGURE_ON= --with-metis-include="${LOCALBASE}/include/parmetis" \ --with-metis-lib="${LOCALBASE}/lib/parmetis" PARMETIS_CONFIGURE_ENV= LIBS=-lexecinfo SCOTCH_DESC= Support of Scotch -SCOTCH_BUILD_DEPENDS= scotch>0:cad/scotch +SCOTCH_LIB_DEPENDS= libscotch.so:cad/scotch SCOTCH_CONFIGURE_ON= --with-scotch-include="${LOCALBASE}/include" TEST_TARGET= check @@ -86,7 +86,7 @@ CONFIGURE_ARGS+= --disable-openmp .if ${PORT_OPTIONS:MDOCS} USE_TEX= tex:build -BUILD_DEPENDS+= fig2dev:print/transfig \ +BUILD_DEPENDS+= fig2dev:print/fig2dev \ doxygen:devel/doxygen \ dot:graphics/graphviz \ ${PY_SPHINX} |