Commit Graph

5 Commits

Author SHA1 Message Date
Holger Vogt 57d812afa8 Compiling for macOS
New compile scripts for ngspice executable and shared library,
using gcc-11 from Homebrew.
All relevant options are included (readline, openmp, X11 graphics etc.)
2021-09-29 20:32:02 +02:00
Holger Vogt ba9834b1dc Standard clang compiler does not support OpenMP
Homebrew clang needs to investigted further
2021-07-05 14:31:58 +02:00
Holger Vogt 1d7e54d741 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-07-05 14:30:52 +02:00
Holger Vogt 0a0479916c 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-28 13:30:51 +02:00
Holger Vogt 58a61c4c3b update compile scripts for Linux and macOS 2020-05-03 00:18:23 +02:00