FreeBSD Bugzilla – Attachment 57971 Details for
Bug 87429
[patch] math/lapack fails to install with NO_PROFILE set on FreeBSD=>6.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 936 bytes, created by
Christopher Illies
on 2005-10-14 08:50:18 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Christopher Illies
Created:
2005-10-14 08:50:18 UTC
Size:
936 bytes
patch
obsolete
>--- Makefile.orig Thu Oct 13 14:47:16 2005 >+++ Makefile Fri Oct 14 09:34:22 2005 >@@ -209,13 +209,17 @@ > > CONFIGURE_ENV+= OSVERSION=${OSVERSION} > >+.if ${OSVERSION} < 600000 && defined(NOPROFILE) >+NO_PROFILE= true >+.endif >+ > pre-fetch: > @${ECHO} "You can override FC and FFLAGS on the command line." > .if !defined(ENABLE_TESTING) || ${ENABLE_TESTING} != "YES" > @${ECHO} "Set ENABLE_TESTING to YES to enable testing and timing." > .endif > pre-install: >-.if !defined(NOPROFILE) >+.if !defined(NO_PROFILE) > @${CAT} ${PKGDIR}/pkg-plist > ${PLIST} > .else > @${SED} -e /_p.a/d ${PKGDIR}/pkg-plist > ${PLIST} >@@ -224,7 +228,7 @@ > do-install: > ${INSTALL_DATA} ${WRKSRC}/BLAS/SRC/libblas.* ${PREFIX}/lib > ${INSTALL_DATA} ${WRKSRC}/SRC/liblapack.* ${PREFIX}/lib >-.if !defined(NOPROFILE) >+.if !defined(NO_PROFILE) > ${INSTALL_DATA} ${WRKSRC}/BLAS/SRC/libblas_p.a ${PREFIX}/lib > ${INSTALL_DATA} ${WRKSRC}/SRC/liblapack_p.a ${PREFIX}/lib > .endif
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 87429
: 57971