pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

elmerfem: build cmake > 3.5



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Sun Nov 2 20:01:26 2025 +0900
Changeset:	fd2a39e40054e19cb6cdd541ae46d79a6947fa13

Modified Files:
	elmerfem/Makefile

Log Message:
elmerfem: build cmake > 3.5

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fd2a39e40054e19cb6cdd541ae46d79a6947fa13

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 elmerfem/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/elmerfem/Makefile b/elmerfem/Makefile
index 6ed9417f80..d32550c8c2 100644
--- a/elmerfem/Makefile
+++ b/elmerfem/Makefile
@@ -18,6 +18,7 @@ CMAKE_CONFIGURE_ARGS+=	-DWITH_MPI:BOOLEAN=TRUE
 CMAKE_CONFIGURE_ARGS+=	-DWITH_ELMERGUI:BOOLEAN=TRUE
 CMAKE_CONFIGURE_ARGS+=	-DWITH_PARAVIEW:BOOLEAN=TRUE
 #CMAKE_CONFIGURE_ARGS+=	-DELMER_INSTALL_LIB_DIR=${PREFIX}/lib
+CMAKE_CONFIGURE_ARGS+=	-DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 DEPENDS+=	paraview-[0-9]*:../../wip/paraview
 


Home | Main Index | Thread Index | Old Index