diff options
author | jtb <jtb@pkgsrc.org> | 2000-11-30 00:51:16 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2000-11-30 00:51:16 +0000 |
commit | 79b7da8d0e1668cb4bdebd21656b20c56fe477f4 (patch) | |
tree | ebb443285bf281c83b8c0b934127ad558a1645d9 /math/odepack/pkg | |
parent | 3b70b17021893317f8a3b3f9e21f09c10d9c53bb (diff) | |
download | pkgsrc-79b7da8d0e1668cb4bdebd21656b20c56fe477f4.tar.gz |
Initial import of new "odepack" package.
Systematized Collection of ODE Solvers
Diffstat (limited to 'math/odepack/pkg')
-rw-r--r-- | math/odepack/pkg/COMMENT | 1 | ||||
-rw-r--r-- | math/odepack/pkg/DESCR | 5 | ||||
-rw-r--r-- | math/odepack/pkg/PLIST | 9 |
3 files changed, 15 insertions, 0 deletions
diff --git a/math/odepack/pkg/COMMENT b/math/odepack/pkg/COMMENT new file mode 100644 index 00000000000..3637ca57d70 --- /dev/null +++ b/math/odepack/pkg/COMMENT @@ -0,0 +1 @@ +Systematized Collection of ODE Solvers diff --git a/math/odepack/pkg/DESCR b/math/odepack/pkg/DESCR new file mode 100644 index 00000000000..ea7d4823b64 --- /dev/null +++ b/math/odepack/pkg/DESCR @@ -0,0 +1,5 @@ +ODEPACK is a collection of Fortran solvers for the initial value +problem for ordinary differential equation (ODE) systems. It +currently includes six solvers, suitable for both stiff and nonstiff +systems, and includes solvers for systems given in linearly implicit +form as well as solvers for systems given in explicit form. diff --git a/math/odepack/pkg/PLIST b/math/odepack/pkg/PLIST new file mode 100644 index 00000000000..d5e441bf4ed --- /dev/null +++ b/math/odepack/pkg/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/11/30 00:51:16 jtb Exp $ +lib/libodepack.a +lib/libodepack.la +lib/libodepack.so.0.0 +share/doc/odepack/doc +share/doc/odepack/readme +share/examples/odepack/demo.f +@dirrm share/examples/odepack +@dirrm share/doc/odepack |