Bug 196645 - math/armadillo: uses blaslapack and add support for arpack
Summary: math/armadillo: uses blaslapack and add support for arpack
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-12 18:29 UTC by Pedro F. Giffuni
Modified: 2015-01-14 13:06 UTC (History)
1 user (show)

See Also:


Attachments
use blaslapack (2.09 KB, patch)
2015-01-12 21:00 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-01-12 18:29:56 UTC
This add support for the new USES= blaslapack
Also add support for arpack which is useful for sparse matrices
Comment 1 Gavin Atkinson freebsd_committer freebsd_triage 2015-01-12 18:49:00 UTC
Hi,

Due to an issue with the backend FreeBSD Bugzilla database, your original PR and any updates to it since have been lost.  I've recreated the original PR as best as I can, however any attachments and updates you submitted to the PR have been lost.  Please could you resubmit them?

Thanks, and apologies.
Comment 2 Pedro F. Giffuni freebsd_committer freebsd_triage 2015-01-12 21:00:47 UTC
Created attachment 151489 [details]
use blaslapack

Currently doesn't involve any functional change.
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-01-14 13:05:32 UTC
A commit references this bug:

Author: danilo
Date: Wed Jan 14 13:05:10 UTC 2015
New revision: 377012
URL: https://svnweb.freebsd.org/changeset/ports/377012

Log:
  - Uses blaslapack and add support for arpack

  PR:		196645
  Submitted by:	pfg

Changes:
  head/math/armadillo/Makefile
  head/math/armadillo/distinfo
  head/math/armadillo/files/
  head/math/armadillo/files/patch-include+armadillo_bits+config.hpp
  head/math/armadillo/pkg-plist
Comment 4 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2015-01-14 13:06:29 UTC
Committed. Thanks!