Opened 2 years ago
Closed 10 months ago
#68783 closed defect (fixed)
OpenBLAS @0.3.25_2: installs /opt/local/include/openblas/openblas/lapacke_mangling.h
| Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | NicosPavlov |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.8.1 |
| Keywords: | Cc: | michaelld (Michael Dickens), catap (Kirill A. Korinsky), Dave-Allured (Dave Allured) | |
| Port: | OpenBLAS |
Description
Is the installation of /opt/local/include/openblas/openblas/lapacke_mangling.h by OpenBLAS @0.3.25_2 intentional? OpenBLAS @0.3.25_1 didn't install that.
% port -q installed OpenBLAS and active OpenBLAS @0.3.25_1+gcc13+lapack (active) % port -q contents OpenBLAS | grep mangling /opt/local/include/lapacke_mangling.h /opt/local/include/openblas/lapacke_mangling.h %
% port -q installed OpenBLAS and active OpenBLAS @0.3.25_2+gcc13+lapack (active) % port -q contents OpenBLAS | grep mangling /opt/local/include/lapacke_mangling.h /opt/local/include/openblas/lapacke_mangling.h /opt/local/include/openblas/openblas/lapacke_mangling.h %
Change History (4)
comment:1 Changed 2 years ago by catap (Kirill A. Korinsky)
comment:2 Changed 2 years ago by Dave-Allured (Dave Allured)
| Cc: | Dave-Allured added |
|---|
comment:3 Changed 10 months ago by Dave-Allured (Dave Allured)
Was fixed upstream for release 0.3.26: https://github.com/OpenMathLib/OpenBLAS/pull/4346
Please close this ticket as resolved.
comment:4 Changed 10 months ago by ryandesign (Ryan Carsten Schmidt)
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.

Reported to upstream as https://github.com/OpenMathLib/OpenBLAS/issues/4343