#50232: openblas: destroot fails with variant lapack -------------------------+-------------------------------------- Reporter: michaelld@… | Owner: nicos@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Keywords: hasfix | Port: OpenBLAS, OpenBLAS-devel -------------------------+-------------------------------------- same summary as another ticket that was fixed, but for a different reason. Looks like OpenBLAS uses case sensitive directories for some items, including the lapacke headers installed in the post-destroot when +lapack is enabled. Which, by the way, is the default now as of a recent commit. It looks like the change needed is to replace "/lapacke/" with "/LAPACKE/". This works for me. Another option might be to used "find DIR -name "*.h"" and then just use those with "lapack" in the name. This port should fail when doing an install / update and using +lapack on a case sensitive file system right now. -- Ticket URL: <https://trac.macports.org/ticket/50232> MacPorts <https://www.macports.org/> Ports system for OS X