pkgsrc-WIP-changes archive

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

openvdb: Migrate from USE_CMAKE to cmake/build.mk.



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Mon May 27 20:39:44 2024 +1000
Changeset:	888358674f89dd767140022c3e2d0c5dcf9ec95a

Modified Files:
	openvdb/Makefile

Log Message:
openvdb: Migrate from USE_CMAKE to cmake/build.mk.

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

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

diffstat:
 openvdb/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/openvdb/Makefile b/openvdb/Makefile
index 3e27a34201..512ed39e1e 100644
--- a/openvdb/Makefile
+++ b/openvdb/Makefile
@@ -14,8 +14,7 @@ LICENSE=	mpl-2.0
 
 USE_LANGUAGES=	c c++
 GCC_REQD+=	10	# actually needs 9.3.1, but we don't have that
-USE_TOOLS+=	gmake cmake pkg-config
-USE_CMAKE=	yes
+USE_TOOLS+=	gmake pkg-config
 CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
@@ -25,6 +24,7 @@ pre-configure:
 .include "../../devel/blosc/buildlink3.mk"
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
 .include "../../devel/jemalloc/buildlink3.mk"
 .include "../../graphics/openexr/buildlink3.mk"
 .include "../../math/imath/buildlink3.mk"


Home | Main Index | Thread Index | Old Index