Skip to content

Commit 510b81a

Browse files
committed
Add a note for #60
1 parent 86adee1 commit 510b81a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ $ make install
145145
```
146146

147147
* 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.
149150
```
150151
$ sudo port install gcc10 coreutils git gsed
151152
$ rm -rf $HOME/tmp $HOME/MPLAPACK

0 commit comments

Comments
 (0)