FreeBSD Bugzilla – Attachment 213021 Details for
Bug 245320
math/openblas: libopenblas.so does not have a SONAME
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Adding a SONAME to libopenblas.so
math_openblas.diff (text/plain), 1.38 KB, created by
Thierry Thomas
on 2020-04-03 16:21:09 UTC
(
hide
)
Description:
Adding a SONAME to libopenblas.so
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2020-04-03 16:21:09 UTC
Size:
1.38 KB
patch
obsolete
>Index: math/openblas/Makefile >=================================================================== >--- math/openblas/Makefile (revision 530023) >+++ math/openblas/Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= openblas > PORTVERSION= 0.3.7 > DISTVERSIONPREFIX= v >-PORTREVISION= 2 >+PORTREVISION= 3 > PORTEPOCH= 1 > CATEGORIES= math > MASTER_SITES= NL/lapack/timing/:lapack_tmg >Index: math/openblas/files/patch-exports_Makefile >=================================================================== >--- math/openblas/files/patch-exports_Makefile (nonexistent) >+++ math/openblas/files/patch-exports_Makefile (working copy) >@@ -0,0 +1,11 @@ >+--- exports/Makefile.orig 2019-08-11 21:23:27 UTC >++++ exports/Makefile >+@@ -184,7 +184,7 @@ else >+ endif >+ $(CC) $(CFLAGS) $(LDFLAGS) -shared -o ../$(LIBSONAME) \ >+ -Wl,--whole-archive $< -Wl,--no-whole-archive \ >+- $(FEXTRALIB) $(EXTRALIB) >++ -Wl,-soname,$(LIBSONAME) $(FEXTRALIB) $(EXTRALIB) >+ $(CC) $(CFLAGS) $(LDFLAGS) -w -o linktest linktest.c ../$(LIBSONAME) $(FEXTRALIB) && echo OK. >+ rm -f linktest >+ > >Property changes on: math/openblas/files/patch-exports_Makefile >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 245320
: 213021