Commit Graph

4 Commits

Author SHA1 Message Date
Holger Vogt 19d86d35e6 Standard clang compiler does not support OpenMP
Homebrew clang needs to investigted further
2021-06-28 10:22:41 +02:00
Holger Vogt 49e5ac14a0 Enable including 'readline' from a non standard location.
--with-readline=<location> may be given instead of --with-readline=yes
This is required when on macOS readline is installed from Homebrew.
Standard Xcode readline in macOS is not compatible with ngspice.
If --with-readline=yes is given, there is no change of behaviour
compared with previous releases.
2021-06-23 20:23:30 +02:00
Holger Vogt 6f9f361063 linking with readline failed
after OS upgrade to Big Sur
Install readline from Homebrew
Edit configure flag with link to new readline:
--with-readline=/usr/local/opt
2021-03-22 15:48:05 +01:00
Holger Vogt 58a61c4c3b update compile scripts for Linux and macOS 2020-05-03 00:18:23 +02:00