pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/mlir



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.

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



Home | Main Index | Thread Index | Old Index