Opened 9 years ago
Closed 9 years ago
#49957 closed defect (fixed)
openblas: destroot fails with variants lapack and universal
Reported by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | Owned by: | NicosPavlov |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | haspatch | Cc: | |
Port: | openblas |
Description
The post-destroot
for lapack header files is inconsistent with a universal build.
The header files installed for me without that code.
It is possible there was a fix since the code was added in r121094?
Attached is a proposed fix.
If the code is in fact needed, there is another way to fix the problem using merger-post-destroot
.
Attachments (1)
Change History (2)
Changed 9 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Attachment: | Portfile.diff added |
---|
comment:1 Changed 9 years ago by NicosPavlov
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
These files are surely needed in order to include the lapack function when other ports build depending on OpenBLAS. Fixed with merger-post-destroot in r143665.