projects
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
258f654
)
Various fixes for kFreeBSD shared library
author
Sébastien Villemot
<sebastien@debian.org>
Mon, 20 Dec 2021 12:27:29 +0000
(12:27 +0000)
committer
Sébastien Villemot
<sebastien@debian.org>
Mon, 20 Dec 2021 12:27:29 +0000
(12:27 +0000)
Forwarded: not-needed
Last-Update: 2014-08-05
Under kFreeBSD, give a SONAME to the shared library and install it. Also link
it against libm.
Simply use the same code as Linux for all these operations.
Last-Update: 2014-08-05
Gbp-Pq: Name kfreebsd.patch
Makefile.system
patch
|
blob
|
history
diff --git
a/Makefile.system
b/Makefile.system
index 97fdc3f915bd3e2b46f80acb2608e6c833eacaca..761f0fced229817331285f8cbeb34cfb588edba0 100644
(file)
--- a/
Makefile.system
+++ b/
Makefile.system
@@
-396,7
+396,7
@@
ifeq ($(OSNAME), NetBSD)
MD5SUM = md5 -n
endif
-ifeq ($(OSNAME),
Linux
)
+ifeq ($(OSNAME),
$(filter $(OSNAME),Linux FreeBSD)
)
EXTRALIB += -lm
NO_EXPRECISION = 1
endif