FreeBSD Bugzilla – Attachment 226405 Details for
Bug 257139
math/lapack: Fix broken lib symlink
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] math/lapack: remove unnecessary post-install for libtmglib shared libs
diff.fix-broken-lib-symlink (text/plain), 1.21 KB, created by
John Hein
on 2021-07-12 17:09:36 UTC
(
hide
)
Description:
[patch] math/lapack: remove unnecessary post-install for libtmglib shared libs
Filename:
MIME Type:
Creator:
John Hein
Created:
2021-07-12 17:09:36 UTC
Size:
1.21 KB
patch
obsolete
>diff --git a/math/lapack/Makefile b/math/lapack/Makefile >index 5bc224415b5d..afa7bcb81b57 100644 >--- a/math/lapack/Makefile >+++ b/math/lapack/Makefile >@@ -2,7 +2,11 @@ > > PORTNAME?= lapack > PORTVERSION= 3.10.0 >+.if !(defined(BLAS_SLAVEPORT) || defined(CBLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT) || defined(LAPACKE_SLAVEPORT)) >+PORTREVISION= 1 >+.else > PORTREVISION?= 0 # Never remove this line, keep PORTREVISION?=0 in case. >+.endif > CATEGORIES= math > MASTER_SITES= https://github.com/Reference-LAPACK/lapack/archive/refs/tags/:src \ > http://www.netlib.org/lapack/:man \ >@@ -159,10 +163,6 @@ post-install: > .else # Lapack > ${INSTALL_DATA} ${BUILD_WRKSRC}/SRC/liblapack.a ${STAGEDIR}${PREFIX}/lib > ${INSTALL_DATA} ${BUILD_WRKSRC}/TESTING/MATGEN/libtmglib.a ${STAGEDIR}${PREFIX}/lib >- ${MV} ${STAGEDIR}${PREFIX}/lib/libtmglib.so \ >- ${STAGEDIR}${PREFIX}/lib/libtmglib.so.${PORTVERSION} >- ${LN} -sf libtmglib.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libtmglib.so >- ${LN} -sf libtmglib.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libtmglib.so.${SVERSION} > .endif > .if !(defined(BLAS_SLAVEPORT) || defined(CBLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT) || defined(LAPACKE_SLAVEPORT)) > cd ${WRKDIR}/man ; ${ECHO_CMD} ${MAN3L:S|^|man3/|} \
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
Flags:
jcfyecrayz
:
maintainer-approval?
(
fortran
)
Actions:
View
|
Diff
Attachments on
bug 257139
: 226405