nakatamaho/mplapack

ginstall of MacPorts on macOS Big Sur

nakatamaho opened this issue · 1 comments

The ginstall command of MacPorts on macOS Big Sur sometimes installs garbage binaries. We can work around this by using the system /usr/bin/install command instead.

How to workaround

before executing configure script, we export the environment variable "INSTALL" as follows:
$ INSTALL="/usr/bin/install"; export INSTALL
.