Skip to content

Commit

Permalink
Add a note for #60
Browse files Browse the repository at this point in the history
  • Loading branch information
nakatamaho committed Sep 28, 2022
1 parent 86adee1 commit 510b81a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ $ make install
```

* on macOS (using macports)
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
FSF gcc is required (via macports, homebrew, or whatever); we don't test clang which doesn't support _Float128.
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.
```
$ sudo port install gcc10 coreutils git gsed
$ rm -rf $HOME/tmp $HOME/MPLAPACK
Expand Down

0 comments on commit 510b81a

Please sign in to comment.