Skip to content

Commit 14ebf5d

Browse files
committed
add debug info for issue 153
1 parent 018c32d commit 14ebf5d

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

patches/0001-debug-cruft.patch

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
From 63d7007a2fc6886409baf0c8e5796723df737c53 Mon Sep 17 00:00:00 2001
2+
From: Matti Picus <[email protected]>
3+
Date: Tue, 16 Apr 2024 23:48:32 +1000
4+
Subject: [PATCH] debug cruft
5+
6+
---
7+
exports/Makefile | 4 ++++
8+
1 file changed, 4 insertions(+)
9+
10+
diff --git a/exports/Makefile b/exports/Makefile
11+
index 27a291f34..8bdcc7494 100644
12+
--- a/exports/Makefile
13+
+++ b/exports/Makefile
14+
@@ -150,6 +150,10 @@ else
15+
$(OBJCONV) @objconv.def ../$(LIBNAME) ../$(LIBNAME).osx.renamed
16+
$(LIBDYNNAME) : ../$(LIBNAME).osx.renamed osx.def
17+
endif
18+
+ echo INTERNALNAME=$(INTERNAMNAME)
19+
+ echo LIBPREFIX=$(LIBPREFIX)
20+
+ echo LIBNAMESUFFIX=$(LIBNAMESUFFIX)
21+
+ echo FIXED_LIBNAME=$(FIXED_LIBNAME)
22+
ifneq (,$(filter 1 2,$(NOFORTRAN)))
23+
#only build without Fortran
24+
$(CC) $(CFLAGS) $(LDFLAGS) -all_load -headerpad_max_install_names -install_name "$(CURDIR)/../$(INTERNALNAME)" -dynamiclib -o ../$(LIBDYNNAME) $< -Wl,-exported_symbols_list,osx.def $(FEXTRALIB)
25+
--
26+
2.39.3 (Apple Git-146)
27+

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "scipy-openblas64"
11-
version = "0.3.27.44.0"
11+
version = "0.3.27.44.1"
1212
requires-python = ">=3.7"
1313
description = "Provides OpenBLAS for python packaging"
1414
readme = "README.md"

0 commit comments

Comments
 (0)