Skip to content

Commit 347e655

Browse files
authored
Merge pull request #156 from mattip/fix2
remove redundant LIBNAMESUFFIX
2 parents 00ad94b + c54d8ce commit 347e655

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
From 309c7ee3d298b43ad65cca922248a2896ee1dbcd Mon Sep 17 00:00:00 2001
2+
From: Matti Picus <matti.picus@gmail.com>
3+
Date: Thu, 18 Apr 2024 09:24:57 +1000
4+
Subject: [PATCH] do not add LIBNAMESUFFIX to so
5+
6+
---
7+
exports/Makefile | 2 +-
8+
1 file changed, 1 insertion(+), 1 deletion(-)
9+
10+
diff --git a/exports/Makefile b/exports/Makefile
11+
index 27a291f34..4e54795d0 100644
12+
--- a/exports/Makefile
13+
+++ b/exports/Makefile
14+
@@ -178,7 +178,7 @@ FEXTRALIB += -lm
15+
EXTRALIB += -lm
16+
else
17+
ifeq ($(FIXED_LIBNAME),1)
18+
-INTERNALNAME = $(LIBPREFIX)$(LIBNAMESUFFIX).so
19+
+INTERNALNAME = $(LIBPREFIX).so
20+
else
21+
INTERNALNAME = $(LIBPREFIX).so.$(MAJOR_VERSION)
22+
endif
23+
--
24+
2.39.3 (Apple Git-146)
25+

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.2"
11+
version = "0.3.27.44.3"
1212
requires-python = ">=3.7"
1313
description = "Provides OpenBLAS for python packaging"
1414
readme = "README.md"

0 commit comments

Comments
 (0)