#50653 closed defect (fixed)
OpenBLAS install fails
Reported by: | matthew.grismer@… | Owned by: | NicosPavlov |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | michaelld (Michael Dickens) | |
Port: | OpenBLAS |
Description (last modified by mf2k (Frank Schima))
OpenBLAS install fails with the following error:
---> Staging OpenBLAS into destroot Error: org.macports.destroot for port OpenBLAS returned: xinstall: Cannot stat: /opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_math_OpenBLAS/OpenBLAS/work/OpenBLAS-0.2.15/lapack-netlib/LAPACKE/include/lapacke_config.h, No such file or directory Please see the log file for port OpenBLAS for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_math_OpenBLAS/OpenBLAS/main.log
Change History (6)
comment:1 Changed 9 years ago by mf2k (Frank Schima)
Cc: | michaelld@… added |
---|---|
Owner: | changed from macports-tickets@… to nicos@… |
Port: | OpenBLAS added |
comment:2 Changed 9 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:3 Changed 9 years ago by NicosPavlov
As the folder is supposed to exist, this sounds like an issue due to case-sensitivity. Is the Macports install on a case-sensitive partition?
To be on the safe side, you could also check if the folder
/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_math_OpenBLAS/OpenBLAS/work/OpenBLAS-0.2.15/lapack-netlib/LAPACKE
exists. It is possible that it is lowercase, which would mean that we should change the installation instructions for case-sensitive partitions.
comment:4 Changed 9 years ago by matthew.grismer@…
Yes, you are correct, the volume on which Macports is installed is case-sensitive. And yes, the lapacke folder exists, but it is lowercase.
comment:5 Changed 9 years ago by NicosPavlov
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for the info. This should be fixed in r145845.
Note: See
TracTickets for help on using
tickets.
In the future, please use WikiFormatting, fill in the Port field and Cc the port maintainers (
port info --maintainers OpenBLAS
), if any.