You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,8 @@ $ make install
145
145
```
146
146
147
147
* on macOS (using macports)
148
-
gcc is required; we don't test clang which doesn't support _Float128. /opt/local/bin/ginstall is somewhat broken. See https://github.com/nakatamaho/mplapack/issues/44
148
+
FSF gcc is required (via macports, homebrew, or whatever); we don't test clang which doesn't support _Float128.
149
+
There are two problems with building the mac version. We have to downgrade the command line tools to 13.4. See https://github.com/nakatamaho/mplapack/issues/60 and /opt/local/bin/ginstall is somewhat broken. See https://github.com/nakatamaho/mplapack/issues/44 to workaround.
0 commit comments