Bug 91251 - Make math/arpack depend less on math/atlas
Summary: Make math/arpack depend less on math/atlas
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-03 02:50 UTC by giffunip
Modified: 2006-01-03 04:37 UTC (History)
0 users

See Also:


Attachments
file.diff (604 bytes, patch)
2006-01-03 02:50 UTC, giffunip
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description giffunip 2006-01-03 02:50:03 UTC
              
Atlas is great in the platforms where it's available, however it is not being packaged (for good reasons) anymore. arpack originally used blas for testing and since we are not really linking any version of blas in the package it doesn't make any difference what we use. It seems better idea to use blas for testing since it's faster to build and because this also means we can package arpack without building ATLAS, The resulting package will work with BLAs or ATLAS just the same and in any case the BLAS_LIBS variable can now be overridden to test with atlas if it's so desired.

This change doesn't change the package so I think we should leave the PORTVERSION untouched.

How-To-Repeat:               ARPACK was not being packaged for amd64. I will work with the Atlas maintainer to see how we fix the current atals issues.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-03 04:37:26 UTC
State Changed
From-To: open->closed

Committed, thanks!