gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r3444: reinstate gnans package, was missing


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3444: reinstate gnans package, was missing
Date: Thu, 15 Oct 2015 01:22:04 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3444
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Wed 2015-10-14 18:22:00 -0700
message:
  reinstate gnans package, was missing
added:
  gnu/gnans/                     gnans-20151015012052-q9mko3xl0puekt2w-1
  gnu/gnans/Makefile             makefile-20151015012052-q9mko3xl0puekt2w-3
  gnu/gnans/config.mk            config.mk-20151015012052-q9mko3xl0puekt2w-2
  gnu/gnans/sha256sums           sha256sums-20151015012052-q9mko3xl0puekt2w-4
=== added directory 'gnu/gnans'
=== added file 'gnu/gnans/Makefile'
--- a/gnu/gnans/Makefile        1970-01-01 00:00:00 +0000
+++ b/gnu/gnans/Makefile        2015-10-15 01:22:00 +0000
@@ -0,0 +1,57 @@
+# Copyright © 2015 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+
+NAME = gnans
+GARNAME = gnans
+GARVERSION = 1.6.2
+#HOME_URL = http://www.gnu.org/software/gnans/
+HOME_URL = http://www.bengt-martensson.de/software/gnans/
+
+DESCRIPTION = Numerical study of dynamical systems.
+define BLURB
+Gnans is a program (and language) for the numerical study of deterministic
+and stochastic dynamical systems. The dynamical systems may evolve in
+continuous or discrete time.  Gnans loads a system, a definition of a
+dynamical system in a special, equation oriented language. The description
+consists of declarations of states etc, and equations describing the
+dynamics of the system. As an advanced feature, arbitrary C++-code may
+also be contained in the system description. Gnans sorts the equations,
+translates them into C++, which is subsequently compiled and linked
+into the running program. It is then able to solve the system equations
+numerically with the speed of a compiled (as opposite to interpreted)
+program.
+endef
+
+# some bugs are being fixed, but I didn't want to delay entry into GSRC
+# to wait for those fixes.
+
+######################################################################
+# http://www.bengt-martensson.de/software/gnans/gnans-1.6.2.tar.gz
+MASTER_SITES =   http://www.bengt-martensson.de/software/
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = 
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../gar.lib/auto.mk
+include config.mk
+
+

=== added file 'gnu/gnans/config.mk'
--- a/gnu/gnans/config.mk       1970-01-01 00:00:00 +0000
+++ b/gnu/gnans/config.mk       2015-10-15 01:22:00 +0000
@@ -0,0 +1,4 @@
+## Configuration options for gnans ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnu/gnans/sha256sums'
--- a/gnu/gnans/sha256sums      1970-01-01 00:00:00 +0000
+++ b/gnu/gnans/sha256sums      2015-10-15 01:22:00 +0000
@@ -0,0 +1,1 @@
+79028fc44c326db196f34520280a2784d846b4efc4add8acc2f39f9e62b3f0a5  
download/gnans-1.6.2.tar.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]