gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r4414: freefem++ partial differential eqn solver


From: Carl Hansen
Subject: [Gsrc-commit] trunk r4414: freefem++ partial differential eqn solver
Date: Mon, 3 Apr 2017 00:13:05 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 4414
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2017-04-02 21:13:02 -0700
message:
   freefem++ partial differential eqn solver
added:
  pkg/other/freefempp/           freefempp-20170403041214-jub3cphz960e5j2p-1
  pkg/other/freefempp/Makefile   makefile-20170403041214-jub3cphz960e5j2p-3
  pkg/other/freefempp/config.mk  config.mk-20170403041214-jub3cphz960e5j2p-2
  pkg/other/freefempp/sha256sums sha256sums-20170403041214-jub3cphz960e5j2p-4
=== added directory 'pkg/other/freefempp'
=== added file 'pkg/other/freefempp/Makefile'
--- a/pkg/other/freefempp/Makefile      1970-01-01 00:00:00 +0000
+++ b/pkg/other/freefempp/Makefile      2017-04-03 04:13:02 +0000
@@ -0,0 +1,56 @@
+
+# Copyright © 2017 Carl Hansen address@hidden
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# 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/>.
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME =    FreeFem++
+GARNAME = freefempp
+UPSTREAMNAME =  freefem++
+GARVERSION = 3.51-4
+HOME_URL = http://www.freefem.org/
+DESCRIPTION =  partial differential equation solver
+define BLURB
+FreeFem++ is a partial differential equation solver. It has its own
+language. freefem scripts can solve multiphysics non-linear systems in 2D
+and 3D.  Problems involving PDE (2d, 3d) from several branches of physics
+such as fluid-structure interactions require interpolations of data
+on several meshes and their manipulation within one program. FreeFem++
+includes a fast 2^d-tree-based interpolation algorithm and a language
+for the manipulation of data on multiple meshes (as a follow up of bamg,
+now a part of FreeFem++ ).  
+endef
+
+LICENSE = GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999
+
+######################################################################
+# http://www.freefem.org/ff++/ftp/freefem++-3.51-4.tar.gz
+
+
+MASTER_SITES =  http://www.freefem.org/
+MASTER_SUBDIR = ff++/ftp/
+DISTFILES = $(DISTNAME).tar.gz 
+SIGFILES =
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+

=== added file 'pkg/other/freefempp/config.mk'
--- a/pkg/other/freefempp/config.mk     1970-01-01 00:00:00 +0000
+++ b/pkg/other/freefempp/config.mk     2017-04-03 04:13:02 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/other/freefempp/sha256sums'
--- a/pkg/other/freefempp/sha256sums    1970-01-01 00:00:00 +0000
+++ b/pkg/other/freefempp/sha256sums    2017-04-03 04:13:02 +0000
@@ -0,0 +1,1 @@
+42b5f98a49913cbf5c2235579ca3be31132bfd5ef416002ce894978d395be295  
download/freefem++-3.51-4.tar.gz


reply via email to

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