Bug 61995 - math/atlas-devel ia64 build fix
Summary: math/atlas-devel ia64 build fix
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Maho Nakata
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-27 17:40 UTC by Hiroki Sato
Modified: 2004-02-01 07:04 UTC (History)
0 users

See Also:


Attachments
file.diff (2.71 KB, patch)
2004-01-27 17:40 UTC, Hiroki Sato
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroki Sato freebsd_committer freebsd_triage 2004-01-27 17:40:13 UTC
	math/atlas-devel build on ia64 as of 2004/01/24 is broken
	due to the wrong files/answer file[*].  In the attached patch,
	files/answer is replaced with ${PRINTF}, a parameter set
	for ia64 is added, and some unnecessary "make xconfig" are
	eliminated.  I am not sure if the parameter set is correct, but it
	worked on pluto2.

	[*] http://bento.freebsd.org/errorlogs/ia64-5-latest/atlas-devel-3.6.0.log

	And I think PKGNAMESUFFIX has to appear earlier (fixed in the patch),
	and the NO_PACKAGE is not reasonable for the purpose.  Why don't you add
	the line into pkg-message instead?  Even if the performance cannot be
	fully optimized, it is not a strong reason not to create the
	binary package.

How-To-Repeat: 	N/A
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-01-27 18:00:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->maho

Over to maintainer.
Comment 2 Maho Nakata freebsd_committer freebsd_triage 2004-02-01 07:04:34 UTC
State Changed
From-To: open->closed

Assume build math/atlas-devel had done on 
Pentium 4 (using SSE2) and a user who want to install 
on Pentium 3 (no such feature). Every program depends 
on atlas will fail. 

Your stand point is right and there are some possible 
solution on this, but it seems to be better for us to 
raise another PR to discuss this issue. 

Anyway, committed, thanks! 
nakata maho