Skip to content

Commit 47cb510

Browse files
committed
test upstream PR for NNLS
1 parent 8cc7115 commit 47cb510

File tree

3 files changed

+492
-1
lines changed

3 files changed

+492
-1
lines changed

recipe/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ source:
2222
patches:
2323
# backport https://github.com/scipy/scipy/pull/21069
2424
- patches/0001-MAINT-fix-typo-in-small_dynamic_array.h-21069.patch
25+
# test https://github.com/scipy/scipy/pull/21021
26+
- patches/0002-ENH-optimize-Re-rewrite-nnls-in-Cython.patch
2527
# https://github.com/scipy/scipy/tree/v{{ version }}/scipy/_lib
2628
- git_url: https://github.com/data-apis/array-api-compat.git
2729
folder: scipy/_lib/array_api_compat

recipe/patches/0001-MAINT-fix-typo-in-small_dynamic_array.h-21069.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 91c4074b0eb9e4f56e3c182e873f16bdbd83c11e Mon Sep 17 00:00:00 2001
22
From: h-vetinari <h.vetinari@gmx.com>
33
Date: Sun, 30 Jun 2024 07:33:27 +1100
4-
Subject: [PATCH] MAINT: fix typo in small_dynamic_array.h (#21069)
4+
Subject: [PATCH 1/2] MAINT: fix typo in small_dynamic_array.h (#21069)
55

66
on clang-19, this causes:
77
```

0 commit comments

Comments
 (0)