From e7d2dcf33af04d8c206c8cd5fe578749888e7475 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 31 Jan 2025 17:10:02 -0600 Subject: [PATCH 1/2] disallow fallback to Make in Python builds --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb80661..5cac810 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies-file = "dependencies.yaml" build.verbose = true cmake.version = "CMakeLists.txt" minimum-version = "build-system.requires" -ninja.make-fallback = true +ninja.make-fallback = false build-dir = "build/{wheel_tag}" wheel.packages = ["pynvjitlink"] From 1b4f74dbc66a72fbaa68d25038e5492e9dd7ad9c Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 3 Feb 2025 00:19:09 -0600 Subject: [PATCH 2/2] copyright --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5cac810..ce499b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -# Copyright (c) 2023-2024, NVIDIA CORPORATION. All rights reserved. +# Copyright (c) 2023-2025, NVIDIA CORPORATION. All rights reserved. [tool.rapids-build-backend] build-backend = "scikit_build_core.build"