nakatamaho / mplapack

The MPLAPACK: multiple precision version of BLAS and LAPACK
Other
80 stars 11 forks source link

ginstall of MacPorts on macOS Big Sur #44

Closed nakatamaho closed 2 years ago

nakatamaho commented 2 years ago

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.

nakatamaho commented 2 years ago

How to workaround

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