Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ov4lIazR; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=LHA1m0bj Received: by mail.netbsd.org (Postfix, from userid 605) id 51BB784E87; Thu, 25 Apr 2024 07:52:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714031548; bh=qbmXtPfx+K+Pk3ctQxyXkAsGIxkbjJfpakP/Jj/2szI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=ov4lIazR0r9ue0Q7kiUivj+8U7WAK48+s8hOHItxa25ZzvsTZANbAOy5U9QMoJ2ta lTAV/y4gE9dz21roWHf08hHD9KzP9bXs03G8RiNYomANFzY00FmvTTafk2ybWm5Kxr 27voTkcNzo0Vt9SdR/vkW1ahZtOOLXz8ty+V1aBk= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 43FAF84E72 for ; Thu, 25 Apr 2024 07:52:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Zgplrjlro1HK for ; Thu, 25 Apr 2024 07:52:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B01A284CF4 for ; Thu, 25 Apr 2024 07:52:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714031546; bh=qbmXtPfx+K+Pk3ctQxyXkAsGIxkbjJfpakP/Jj/2szI=; h=Date:From:Subject:To:Reply-To; b=LHA1m0bjWFNB2JR4lCxhlsphmOBGtkhj/q1QKRBZ3Hm9Fs+QoF1BfWe2GTEAV4MST UQY/tX/jlwlsPS+SFGYhTBTq+qfxAtUixcYThopKKfl3CHJjEjel/AND6YPPqF1SBW 3+dJAv60Rs/pVCu+jQOEWHDQNsUBdjNj6rrGJVwo= Received: by cvs.NetBSD.org (Postfix, from userid 500) id A89E7FA2C; Thu, 25 Apr 2024 07:52:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714031546269000" MIME-Version: 1.0 Date: Thu, 25 Apr 2024 07:52:26 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/mlir To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240425075226.A89E7FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714031546269000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Apr 25 07:52:26 UTC 2024 Modified Files: pkgsrc/lang/mlir: Makefile PLIST Log Message: mlir: fix build on non-Darwin To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/mlir/Makefile pkgsrc/lang/mlir/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714031546269000 Content-Disposition: inline Content-Length: 1944 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/mlir/Makefile diff -u pkgsrc/lang/mlir/Makefile:1.2 pkgsrc/lang/mlir/Makefile:1.3 --- pkgsrc/lang/mlir/Makefile:1.2 Mon Apr 22 07:28:21 2024 +++ pkgsrc/lang/mlir/Makefile Thu Apr 25 07:52:26 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2024/04/22 07:28:21 adam Exp $ +# $NetBSD: Makefile,v 1.3 2024/04/25 07:52:26 wiz Exp $ .include "../../lang/llvm/version.mk" @@ -19,6 +19,14 @@ CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release CMAKE_ARGS+= -DMLIR_INSTALL_AGGREGATE_OBJECTS=NO CMAKE_ARGS+= -DMLIR_BUILD_MLIR_C_DYLIB=YES +PLIST_VARS= notdarwin + +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} != "Darwin" +PLIST.notdarwin= yes +.endif + .include "../../devel/cmake/build.mk" .include "../../lang/llvm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/lang/mlir/PLIST diff -u pkgsrc/lang/mlir/PLIST:1.2 pkgsrc/lang/mlir/PLIST:1.3 --- pkgsrc/lang/mlir/PLIST:1.2 Mon Apr 22 07:28:21 2024 +++ pkgsrc/lang/mlir/PLIST Thu Apr 25 07:52:26 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2024/04/22 07:28:21 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2024/04/25 07:52:26 wiz Exp $ bin/mlir-tblgen include/mlir-c/AffineExpr.h include/mlir-c/AffineMap.h @@ -1364,6 +1364,7 @@ lib/cmake/mlir/MLIRDetectPythonEnv.cmake lib/cmake/mlir/MLIRTargets-release.cmake lib/cmake/mlir/MLIRTargets.cmake lib/libMLIR-C.so +${PLIST.notdarwin}lib/libMLIR-C.so.17 lib/libMLIRAMDGPUDialect.a lib/libMLIRAMDGPUToROCDL.a lib/libMLIRAMDGPUTransforms.a @@ -1621,6 +1622,10 @@ lib/libMLIRX86VectorDialect.a lib/libMLIRX86VectorToLLVMIRTranslation.a lib/libMLIRX86VectorTransforms.a lib/libmlir_async_runtime.so +${PLIST.notdarwin}lib/libmlir_async_runtime.so.17 lib/libmlir_c_runner_utils.so +${PLIST.notdarwin}lib/libmlir_c_runner_utils.so.17 lib/libmlir_float16_utils.so +${PLIST.notdarwin}lib/libmlir_float16_utils.so.17 lib/libmlir_runner_utils.so +${PLIST.notdarwin}lib/libmlir_runner_utils.so.17 --_----------=_1714031546269000--