Conversation
alalazo
left a comment
There was a problem hiding this comment.
The two major problems I ran into were atlas build problems and it seemed that lapack did not actually bring any packages into the spec.
Can you elaborate on the second issue? Many packages provide both lapack and blas so both dependencies are satisfied with a single package.
|
Here is the build log when using both virtual dependencies: And the spec: It seems like openblas provides the virtual dependencies but does not provide the libraries for |
Co-authored-by: Massimiliano Culpo <[email protected]>
Co-authored-by: Massimiliano Culpo <[email protected]>
|
This works great! Just wondering, where is the |
|
@codeandkey It's admittedly a poorly documented feature. Lines 751 to 799 in ac7f6b9 |
This package makes use of some standard BLAS and LAPACK functions but I was unable to get it working using the
blasandlapackvirtual dependencies. This recipe usesopenblasto resolve all the needed functions but if the virtual dependencies are preferable then I can try more to get them working.The two major problems I ran into were
atlasbuild problems and it seemed thatlapackdid not actually bring any packages into the spec.