summaryrefslogtreecommitdiff
path: root/cad/ng-spice/patches/patch-ab
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-11-14 14:28:14 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-11-14 14:28:14 +0000
commitb08f468e9e32ba91cfeecec313f422e6608fa373 (patch)
treea69710cb15bc3dc72908d33829708cc06ac98509 /cad/ng-spice/patches/patch-ab
parent206f78f7bf1cbe1ee0df5e1c9ce22abace0327b7 (diff)
downloadpkgsrc-b08f468e9e32ba91cfeecec313f422e6608fa373.tar.gz
initial import of ng-spice-13.
NG-SPICE is the program being developed as the replacement for Berkeley SPICE. Using the Berkeley code as a starting point, the NG-SPICE team is working on improving the build system, adding to the models, and improving the analysis capability. SPICE is a general-purpose circuit simulation program for nonlinear dc, nonlinear transient, and linear ac analyses. Circuits may contain resistors, capacitors, inductors, mutual inductors, independent voltage and current sources, four types of dependent sources, lossless and lossy transmission lines (two separate implementations), switches, uniform distributed RC lines, and the five most common semiconductor devices: diodes, BJTs, JFETs, MESFETs, and MOSFETs.
Diffstat (limited to 'cad/ng-spice/patches/patch-ab')
-rw-r--r--cad/ng-spice/patches/patch-ab10
1 files changed, 10 insertions, 0 deletions
diff --git a/cad/ng-spice/patches/patch-ab b/cad/ng-spice/patches/patch-ab
new file mode 100644
index 00000000000..2843a93451a
--- /dev/null
+++ b/cad/ng-spice/patches/patch-ab
@@ -0,0 +1,10 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/11/14 14:28:14 dmcmahill Exp $
+
+--- ./src/maths/cmaths/test_cx_ph.c.orig Sun Oct 15 03:49:18 2000
++++ ./src/maths/cmaths/test_cx_ph.c Sat Nov 11 13:04:33 2000
+@@ -1,4 +1,5 @@
+ #include <stdio.h>
+ #include <math.h>
++#include <float.h>
+
+ #include <config.h>