[MacPorts] #70105: oof2 opportunistically links to a random BLAS implementation
MacPorts
noreply at macports.org
Thu May 30 22:33:00 UTC 2024
#70105: oof2 opportunistically links to a random BLAS implementation
----------------------------------------------+--------------------
Reporter: barracuda156 | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: oof2, flexiblas, OpenBLAS, blis |
----------------------------------------------+--------------------
Comment (by szhorvat):
Ports that use standard CMake features to detect BLAS can usually just use
the linear_algebra portgroup. Something like:
{{{
PortGroup linear_algebra 1.0
pre-configure {
# Link to chosen BLAS/LAPACK
configure.args-append ${cmake_linalglib}
}
}}}
Does this help? Note that I didn't look at oof2 in any detail.
--
Ticket URL: <https://trac.macports.org/ticket/70105#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list