1
- From ebca632fd6a3b41643d2cd51da37c6c199e915be Mon Sep 17 00:00:00 2001
1
+ From 80863b52c024ed2d5fda80546e7b6a0160531b9a Mon Sep 17 00:00:00 2001
2
2
3
- Date: Sat, 20 Jan 2024 23:34:21 +0200
3
+ Date: Sun, 21 Jan 2024 08:35:54 +0200
4
4
Subject: [PATCH] create a single shared object
5
5
6
6
---
7
- Makefile | 5 -----
7
+ Makefile | 10 ----- -----
8
8
Makefile.install | 15 ---------------
9
9
Makefile.system | 3 +++
10
10
exports/Makefile | 4 ++--
11
- 4 files changed, 5 insertions(+), 22 deletions(-)
11
+ 4 files changed, 5 insertions(+), 27 deletions(-)
12
12
13
13
diff --git a/Makefile b/Makefile
14
- index 8621a8b3f..0febfd0a6 100644
14
+ index 8621a8b3f..56a449306 100644
15
15
--- a/Makefile
16
16
+++ b/Makefile
17
17
@@ -134,17 +134,12 @@ shared : libs netlib $(RELA)
@@ -32,6 +32,44 @@ index 8621a8b3f..0febfd0a6 100644
32
32
endif
33
33
ifeq ($(OSNAME), WINNT)
34
34
@$(MAKE) -C exports dll
35
+ @@ -213,13 +208,11 @@ endif
36
+ ifdef USE_THREAD
37
+ @echo USE_THREAD=$(USE_THREAD) >> Makefile.conf_last
38
+ endif
39
+ - @-ln -fs $(LIBNAME) $(LIBPREFIX).$(LIBSUFFIX)
40
+ @touch lib.grd
41
+
42
+ prof : prof_blas prof_lapack
43
+
44
+ prof_blas :
45
+ - ln -fs $(LIBNAME_P) $(LIBPREFIX)_p.$(LIBSUFFIX)
46
+ for d in $(SUBDIRS) ; \
47
+ do if test -d $$d; then \
48
+ $(MAKE) -C $$d prof || exit 1 ; \
49
+ @@ -230,7 +223,6 @@ ifeq ($(DYNAMIC_ARCH), 1)
50
+ endif
51
+
52
+ blas :
53
+ - ln -fs $(LIBNAME) $(LIBPREFIX).$(LIBSUFFIX)
54
+ for d in $(BLASDIRS) ; \
55
+ do if test -d $$d; then \
56
+ $(MAKE) -C $$d libs || exit 1 ; \
57
+ @@ -238,7 +230,6 @@ blas :
58
+ done
59
+
60
+ hpl :
61
+ - ln -fs $(LIBNAME) $(LIBPREFIX).$(LIBSUFFIX)
62
+ for d in $(BLASDIRS) ../laswp exports ; \
63
+ do if test -d $$d; then \
64
+ $(MAKE) -C $$d $(@F) || exit 1 ; \
65
+ @@ -252,7 +243,6 @@ ifeq ($(DYNAMIC_ARCH), 1)
66
+ endif
67
+
68
+ hpl_p :
69
+ - ln -fs $(LIBNAME_P) $(LIBPREFIX)_p.$(LIBSUFFIX)
70
+ for d in $(SUBDIRS) ../laswp exports ; \
71
+ do if test -d $$d; then \
72
+ $(MAKE) -C $$d $(@F) || exit 1 ; \
35
73
diff --git a/Makefile.install b/Makefile.install
36
74
index 01899b970..105bc4271 100644
37
75
--- a/Makefile.install
0 commit comments