diff options
author | rahul | 2019-10-15 16:05:40 +0530 |
---|---|---|
committer | rahul | 2019-10-15 16:05:40 +0530 |
commit | da90fa60b3ffa57a7a37bffeb821d8d93cb00dd7 (patch) | |
tree | f9dbcae898749f298a430ada69114f5d705de255 /install-nghdl.sh | |
parent | 7f0123a500130711c464a63d3a06636697ecaf89 (diff) | |
download | nghdl-da90fa60b3ffa57a7a37bffeb821d8d93cb00dd7.tar.gz nghdl-da90fa60b3ffa57a7a37bffeb821d8d93cb00dd7.tar.bz2 nghdl-da90fa60b3ffa57a7a37bffeb821d8d93cb00dd7.zip |
Support for Ngspice-31
Diffstat (limited to 'install-nghdl.sh')
-rwxr-xr-x | install-nghdl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-nghdl.sh b/install-nghdl.sh index 9ded53a..f03f8ef 100755 --- a/install-nghdl.sh +++ b/install-nghdl.sh @@ -127,7 +127,7 @@ function installNgspice echo "Installing Ngspice....." echo "------------------------------------" sleep 5 - ../configure --enable-xspice --disable-debug --prefix=$HOME/$ngspice/install_dir/ --exec-prefix=$HOME/$ngspice/install_dir/ + ../configure --enable-xspice --disable-debug --prefix=$HOME/$ngspice/install_dir/ --exec-prefix=$HOME/$ngspice/install_dir/ #dirty fix for adding patch to ngspice base code cp $src_dir/src/outitf.c $HOME/$ngspice/src/frontend |