FreeBSD Bugzilla – Attachment 119968 Details for
Bug 162686
atlas build tries to use 64 bit fortran compiler on AMD64 hardware running 32 bit kernel [patch]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
atlas3841.diff.txt
atlas3841.diff.txt (text/plain; charset=US-ASCII), 1.34 KB, created by
b. f.
on 2012-02-07 13:39:58 UTC
(
hide
)
Description:
atlas3841.diff.txt
Filename:
MIME Type:
Creator:
b. f.
Created:
2012-02-07 13:39:58 UTC
Size:
1.34 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/atlas/Makefile,v >retrieving revision 1.65 >diff -u -r1.65 Makefile >--- Makefile 24 Jan 2012 10:47:28 -0000 1.65 >+++ Makefile 7 Feb 2012 13:34:24 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= atlas > PORTVERSION= 3.8.4 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= math > MASTER_SITES= SF/math-${PORTNAME}/Stable/${PORTVERSION} >@@ -46,6 +47,12 @@ > PICFLAG?= -fpic > .endif > >+.if !empty(ARCH:M*64*) >+POINTER?= 64 >+.else >+POINTER?= 32 >+.endif >+ > .if defined(MAINTAINER_MODE) > LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas > .endif >@@ -135,7 +142,7 @@ > ../configure --cc="${CC}" --cflags="${CFLAGS}" \ > --prefix="${PREFIX}" -v 2 $${TIMEFLAG} ${ARCHDEFFLAG} \ > -Ss f77lib " " -Ss pmake "${MAKE} ${_MAKE_JOBS}" \ >- -Fa alg "${STATIC_FLAGS} " >+ -Fa alg "${STATIC_FLAGS} " -b ${POINTER} > @${SED} -ne "\|F77FLAGS =|p" ${WRKSRC}/static/Make.inc \ > >> ${WRKSRC}/saved_flags > >@@ -162,7 +169,7 @@ > --with-netlib-lapack="${WRKSRC}/${opt}/liblapack_${opt}.a" \ > --prefix="${PREFIX}" -v 2 $${TIMEFLAG} ${ARCHDEFFLAG} \ > -Ss f77lib " " -Ss pmake "${MAKE} ${_MAKE_JOBS}" \ >- -Fa alg "${${opt:U}_FLAGS} " ; \ >+ -Fa alg "${${opt:U}_FLAGS} " -b ${POINTER} ; \ > if [ "x${WITH_ARCHDEF}" != "x" ] ; then \ > if [ "x${ARCHDEF}" != "xNONE" ] ; then \ > if [ -f ${ARCHDEF} ] ; then \
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 Raw
Actions:
View
Attachments on
bug 162686
:
119967
| 119968