Skip to content

Commit e943b6d

Browse files
committed
do not add extra LIBNAMESUFFIX, it already exists
1 parent 3248624 commit e943b6d

File tree

3 files changed

+26
-28
lines changed

3 files changed

+26
-28
lines changed

OpenBLAS

patches/0001-debug-cruft.patch

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
From cb3d41f8c1b0dce4c954937b32eb76f7154c33ee Mon Sep 17 00:00:00 2001
2+
From: Matti Picus <matti.picus@gmail.com>
3+
Date: Wed, 17 Apr 2024 09:24:51 +1000
4+
Subject: [PATCH] do not add LIBNAMESUFFIX to dylib
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 33c47d477..457e59b2c 100644
12+
--- a/exports/Makefile
13+
+++ b/exports/Makefile
14+
@@ -137,7 +137,7 @@ libgoto_hpl.def : $(GENSYM)
15+
16+
ifeq ($(OSNAME), Darwin)
17+
ifeq ($(FIXED_LIBNAME),1)
18+
-INTERNALNAME = $(LIBPREFIX)$(LIBNAMESUFFIX).dylib
19+
+INTERNALNAME = $(LIBPREFIX).dylib
20+
else
21+
INTERNALNAME = $(LIBPREFIX).$(MAJOR_VERSION).dylib
22+
endif
23+
--
24+
2.39.3 (Apple Git-146)
25+

0 commit comments

Comments
 (0)