Bug 198013 - Update math/lapack to version 3.5.0
Summary: Update math/lapack to version 3.5.0
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Maho Nakata
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-24 21:12 UTC by Pedro F. Giffuni
Modified: 2015-03-24 17:36 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (maho)


Attachments
Update lapack (5.00 KB, patch)
2015-02-24 21:12 UTC, Pedro F. Giffuni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro F. Giffuni freebsd_committer freebsd_triage 2015-02-24 21:12:05 UTC
Created attachment 153474 [details]
Update lapack

New version added Symmetric/Hermitian LDLT factorization routines with rook pivoting algorithm.

The new version is required for the latest version of Salome.

Note: the profile build fails with:

_____
...
--- lapack_install ---
/usr/local/bin/ld: //usr/lib/libc_p.a(sbrk.po): undefined reference to symbol '_end'
//lib/libc.so.7: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
*** [testlsame] Error code 1
...
______

This is also the case in the existing port and doesn't seem to affect the non-profiled versions.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-02-24 21:12:05 UTC
Auto-assigned to maintainer maho@FreeBSD.org
Comment 2 Bartek Rutkowski freebsd_committer freebsd_triage 2015-03-24 17:36:07 UTC
Closing the PR as the port is already in 3.5.0 version and the PROFILE build fix has been committed as well.