Bug 246939 - math/armadillo: do not link against 2 different blas libraries
Summary: math/armadillo: do not link against 2 different blas libraries
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: freebsd-ports (Nobody)
URL:
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2020-06-02 15:19 UTC by Oleg Sidorkin
Modified: 2022-05-13 20:58 UTC (History)
1 user (show)

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


Attachments
svn diff patch to use single blas implementation in math/armadillo (674 bytes, patch)
2020-06-02 15:19 UTC, Oleg Sidorkin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Sidorkin 2020-06-02 15:19:42 UTC
Created attachment 215169 [details]
svn diff patch to use single blas implementation in math/armadillo
Comment 1 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2020-06-03 21:39:44 UTC
Hi, thank you for your patch.

While I agree that the correct way to define openblas as dependency is through USES=blaslapack:openblas, it doesn't prevent math/blas to be installed and linked as it's a math/arpack-ng dependency.

We can switch to math/blas though (and remove openblas).

Are you an armadillo user? Do you know if one "blas" is faster than the other?

I would remove openblas but if it's faster than math/blas it would be good to continue using it.
Comment 2 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2020-06-03 22:02:13 UTC
I just tried running the armadillo tests with both math/openblas and math/blas.

With math/blas the tests take 12.8 seconds to run. With math/openblas they take 3.5 seconds to run. There are several tests failing, so I'm not entirely sure if openblas is way faster than blas or if there are more tests failing with openblas. It's probably faster I suppose.
Comment 3 Oleg Sidorkin 2020-06-04 09:43:50 UTC
(In reply to Danilo Egea Gondolfo from comment #1)

I tried to debug hang on arpack-ng check during math/scilab compiling (with openblas option) and found out that it does not happen if arpack-ng is linked against openblas (I've reported it as https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246938). Then I started to look around for another libraries that can couse the problem.

OpenBLAS is known to be the fastest implementation (Intel MKL is even faster, but it's not the case for freebsd).

I'll check armadillo tests also.
Comment 4 Automation User 2020-08-06 02:36:48 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/174779395
Comment 5 Kurt Jaeger freebsd_committer freebsd_triage 2022-05-13 19:13:19 UTC
Is this still an issue ?
Comment 6 Kurt Jaeger freebsd_committer freebsd_triage 2022-05-13 19:14:45 UTC
danilo dropped maintainership for this port.
Comment 7 Oleg Sidorkin 2022-05-13 20:23:13 UTC
(In reply to Kurt Jaeger from comment #6)
That isn't an issue now: after several updates the libraries live in peace with each other
Comment 8 Kurt Jaeger freebsd_committer freebsd_triage 2022-05-13 20:58:14 UTC
Thanks!