summaryrefslogtreecommitdiff
path: root/cad/fasthenry/patches
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-06-06 22:50:07 +0000
committerfrueauf <frueauf>1998-06-06 22:50:07 +0000
commitdf50f8e4ee9af3e58d1f966f84c1e3bd25118b42 (patch)
tree54c0274931bc76012e347c7cf2c1e870945d276f /cad/fasthenry/patches
parentd6ada4350207e2ea5f6a0fd0d899287d5fe9aa60 (diff)
downloadpkgsrc-df50f8e4ee9af3e58d1f966f84c1e3bd25118b42.tar.gz
Initial addition of a three-dimensional inductance extraction program.
Closes pr 5418 by Dan McMahill; heavy portlinting.
Diffstat (limited to 'cad/fasthenry/patches')
-rw-r--r--cad/fasthenry/patches/patch-aa7
-rw-r--r--cad/fasthenry/patches/patch-ab9
-rw-r--r--cad/fasthenry/patches/patch-ac9
-rw-r--r--cad/fasthenry/patches/patch-ad9
-rw-r--r--cad/fasthenry/patches/patch-ae48
5 files changed, 82 insertions, 0 deletions
diff --git a/cad/fasthenry/patches/patch-aa b/cad/fasthenry/patches/patch-aa
new file mode 100644
index 00000000000..a7ef536cf5f
--- /dev/null
+++ b/cad/fasthenry/patches/patch-aa
@@ -0,0 +1,7 @@
+--- src/fasthenry/Makefile.default.orig Wed May 6 23:27:54 1998
++++ src/fasthenry/Makefile.default Wed May 6 23:28:08 1998
+@@ -1,3 +1,3 @@
+-CFLAGS = -O -DFOUR
++CFLAGS = -O2 -DFOUR
+
+ SHELL = /bin/sh
diff --git a/cad/fasthenry/patches/patch-ab b/cad/fasthenry/patches/patch-ab
new file mode 100644
index 00000000000..be16fe7f9c6
--- /dev/null
+++ b/cad/fasthenry/patches/patch-ab
@@ -0,0 +1,9 @@
+--- src/zbuf/Makefile.default.orig Wed May 6 23:28:17 1998
++++ src/zbuf/Makefile.default Wed May 6 23:28:26 1998
+@@ -44,5 +44,5 @@
+ #
+ # for generic machine use (timers not supported)
+-CFLAGS = -O -DOTHER
++CFLAGS = -O2 -DOTHER
+ # for most machines running 4.2/3 use (only necessary if timers are needed)
+ #CFLAGS = -O -DFOUR
diff --git a/cad/fasthenry/patches/patch-ac b/cad/fasthenry/patches/patch-ac
new file mode 100644
index 00000000000..9b50b02d22c
--- /dev/null
+++ b/cad/fasthenry/patches/patch-ac
@@ -0,0 +1,9 @@
+--- doc/README.orig Wed May 6 23:40:54 1998
++++ doc/README Wed May 6 23:41:08 1998
+@@ -3,6 +3,4 @@
+ to get the complete manual.
+
+-The LaTex files are provided for a text version of the manual but
+-the associated figures are not included so LaTex will fail on these files.
+
+ For the documentation on nonuniformly discretized planes, print the two parts
diff --git a/cad/fasthenry/patches/patch-ad b/cad/fasthenry/patches/patch-ad
new file mode 100644
index 00000000000..6cea1c5b304
--- /dev/null
+++ b/cad/fasthenry/patches/patch-ad
@@ -0,0 +1,9 @@
+--- src/fasthenry/sparse/Makefile.orig Wed May 6 23:42:03 1998
++++ src/fasthenry/sparse/Makefile Wed May 6 23:42:12 1998
+@@ -4,5 +4,5 @@
+ # UC Berkeley
+ #
+-CFLAGS = -O
++CFLAGS = -O2 -w
+ LINTFLAGS = -lc -lm
+ SHELL = /bin/sh
diff --git a/cad/fasthenry/patches/patch-ae b/cad/fasthenry/patches/patch-ae
new file mode 100644
index 00000000000..e008cad8f98
--- /dev/null
+++ b/cad/fasthenry/patches/patch-ae
@@ -0,0 +1,48 @@
+--- Makefile.orig Wed May 6 23:29:41 1998
++++ Makefile Wed May 6 23:40:36 1998
+@@ -23,2 +23,45 @@
+ cd $(FASTH) ; $(MAKE) clean
+ cd $(ZBUF) ; $(MAKE) clean
++
++
++# install target added for NetBSD package
++install:
++ ${BSD_INSTALL_PROGRAM} ./bin/fasthenry ${PREFIX}/bin
++ ${BSD_INSTALL_PROGRAM} ./bin/zbuf ${PREFIX}/bin
++ ${BSD_INSTALL_DATA_DIR} ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/30pin.inp ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/3d_example2.inp ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/3d_example2_coarse.inp ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/Zc_3d_examp2.mat ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/Zc_pin_con7.mat ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/broken.inp ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/gpexamp_copper.inp ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/hole.inp ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/holey_gp.inp ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/make_nonuniform.c ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/msm.inp ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/nonuni01.inp ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/onebargp.inp ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/pin-con2seg.inp ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/pin-con7.inp ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/pin-connect.inp ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/plane.in ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/rom_check_con7_r20.ckt ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/simple_gp.inp ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/template.inp ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/together.inp ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/together_nonuni.inp ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/trace.test.release ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/trace_over_mesh_new.inp ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/tree_sample.hier ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/tree_sample.inp ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA} ./examples/vias.inp ${PREFIX}/share/examples/fasthenry
++ ${BSD_INSTALL_DATA_DIR} ${PREFIX}/share/doc/fasthenry
++ ${BSD_INSTALL_DATA} ./doc/README ${PREFIX}/share/doc/fasthenry
++ ${BSD_INSTALL_DATA} ./doc/manual_001.ps ${PREFIX}/share/doc/fasthenry
++ ${BSD_INSTALL_DATA} ./doc/manual_002.ps ${PREFIX}/share/doc/fasthenry
++ ${BSD_INSTALL_DATA} ./doc/manual_003.ps ${PREFIX}/share/doc/fasthenry
++ ${BSD_INSTALL_DATA} ./doc/nonuniform_manual_1.ps ${PREFIX}/share/doc/fasthenry
++ ${BSD_INSTALL_DATA} ./doc/nonuniform_manual_2.ps ${PREFIX}/share/doc/fasthenry
++
++