summaryrefslogtreecommitdiff
path: root/math/blitz++/patches/patch-ac
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2003-04-30 00:03:34 +0000
committerjtb <jtb@pkgsrc.org>2003-04-30 00:03:34 +0000
commitd318055d3a5352d9588eadd8c2854ae63acf2f5d (patch)
tree488ae823739a57f061817d101c523e2b46c4f5c2 /math/blitz++/patches/patch-ac
parentbfeb15de6404efa355781eedd32285b8e916862f (diff)
downloadpkgsrc-d318055d3a5352d9588eadd8c2854ae63acf2f5d.tar.gz
Initial import of blitz++.
Blitz++ is a C++ class library for scientific computing which provides performance on par with Fortran 77/90. It uses template techniques to achieve high performance. The current versions provide dense arrays and vectors, random number generators, and small vectors and matrices. Blitz++ is distributed freely under an open source license, and contributions to the library are welcomed.
Diffstat (limited to 'math/blitz++/patches/patch-ac')
-rw-r--r--math/blitz++/patches/patch-ac28
1 files changed, 28 insertions, 0 deletions
diff --git a/math/blitz++/patches/patch-ac b/math/blitz++/patches/patch-ac
new file mode 100644
index 00000000000..509adea9a58
--- /dev/null
+++ b/math/blitz++/patches/patch-ac
@@ -0,0 +1,28 @@
+$NetBSD: patch-ac,v 1.1.1.1 2003/04/30 00:03:40 jtb Exp $
+
+--- Makefile.in.orig
++++ Makefile.in
+@@ -93,12 +93,12 @@
+ RANLIB = @RANLIB@
+ STRIP = @STRIP@
+
+-SUBDIRS = . bin compiler blitz random src lib manual testsuite examples benchmarks demos
++SUBDIRS = . bin compiler blitz random src lib examples
+ VERSION = @VERSION@
+ am__include = @am__include@
+ am__quote = @am__quote@
+ install_sh = @install_sh@
+-EXTRA_DIST = LEGAL LICENSE README.binutils config.h.in ChangeLog.1
++EXTRA_DIST = LEGAL LICENSE README.binutils config.h.in ChangeLog.1
+
+ demodir = $(prefix)/demos
+ demo_DATA = demos/Makefile
+@@ -405,7 +405,7 @@
+
+ info-am:
+
+-install-data-am: install-demoDATA
++install-data-am:
+
+ install-exec-am:
+