Summary: | atlas build tries to use 64 bit fortran compiler on AMD64 hardware running 32 bit kernel [patch] | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Don Lewis <truckman> | ||||||
Component: | Individual Port(s) | Assignee: | Brendan Fabeny <bf> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | maho | ||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Don Lewis
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->bf I'll take it. Don: Sorry about the delay in my response -- this port is intimately connected with math/lapack, and we are just finishing making some alterations to some of the other lapack-related ports -- soon afterward, I'll try to fix this problem, although in a slightly different way (by restoring the pointer width argument to the configure script that was removed in the last revision of atlas), since other architectures (e.g., powerpc/powerpc64) could also be affected. Regards, b. On 1/23/12, b. f. <bf1783@googlemail.com> wrote: > Don: > > Sorry about the delay in my response -- this port is intimately > connected with math/lapack, and we are just finishing making some > alterations to some of the other lapack-related ports -- soon > afterward, I'll try to fix this problem, although in a slightly > different way (by restoring the pointer width argument to the > configure script that was removed in the last revision of atlas), > since other architectures (e.g., powerpc/powerpc64) could also be > affected. Don: Would you please check if the following patch solves your problem, and inform me of the result? Regards, b. On 7 Feb, b. f. wrote: > On 1/23/12, b. f. <bf1783@googlemail.com> wrote: >> Don: >> >> Sorry about the delay in my response -- this port is intimately >> connected with math/lapack, and we are just finishing making some >> alterations to some of the other lapack-related ports -- soon >> afterward, I'll try to fix this problem, although in a slightly >> different way (by restoring the pointer width argument to the >> configure script that was removed in the last revision of atlas), >> since other architectures (e.g., powerpc/powerpc64) could also be >> affected. > > Don: > > Would you please check if the following patch solves your problem, and > inform me of the result? The build seems to run way to quickly and exits here: [snip] cp /usr/ports/math/atlas/work/ATLAS/shared/bin/INSTALL_LOG/?PerfSumm.txt /usr/p orts/math/atlas/work/ATLAS/shared/ARCHS/HAMMER32SSE3/. rm -f xnegflt rm HAMMER32SSE3.tgz HAMMER32SSE3.tar rm: HAMMER32SSE3.tgz: No such file or directory rm: HAMMER32SSE3.tar: No such file or directory *** Error code 1 (ignored) tar cvf HAMMER32SSE3.tar HAMMER32SSE3 a HAMMER32SSE3 a HAMMER32SSE3/kern a HAMMER32SSE3/sPerfSumm.txt a HAMMER32SSE3/dPerfSumm.txt a HAMMER32SSE3/zPerfSumm.txt a HAMMER32SSE3/cPerfSumm.txt a HAMMER32SSE3/gcc46 a HAMMER32SSE3/gemm [snip] a HAMMER32SSE3/kern/gcc46/dCPSC_SUMM a HAMMER32SSE3/kern/gcc46/dCOPY_SUMM a HAMMER32SSE3/kern/gcc46/dAXPY_SUMM a HAMMER32SSE3/kern/gcc46/sSWAP_SUMM a HAMMER32SSE3/kern/gcc46/dAXPBY_SUMM a HAMMER32SSE3/kern/gcc46/zSWAP_SUMM gzip --best HAMMER32SSE3.tar mv HAMMER32SSE3.tar.gz HAMMER32SSE3.tgz Building ATLAS shared libraries: Full build log at: <http://people.freebsd.org/~truckman/math_atlas_make.out> bf 2012-02-13 22:28:14 UTC FreeBSD ports repository Modified files: math/atlas Makefile Log: restore the explicit pointer bitwidth configure argument, to prevent misconfiguration on some machines PR: 162686 Submitted by: truckman (different patch) Revision Changes Path 1.66 +10 -3 ports/math/atlas/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, with minor changes. Thanks! |