gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r6623: update freefem to 4.2.1


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6623: update freefem to 4.2.1
Date: Wed, 19 Jun 2019 20:08:48 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6623
revision-id: address@hidden-20190620000844-uwxlpd703idfp5aa
parent: address@hidden-20190619230043-fs00dh6son5ei67p
committer: address@hidden
branch nick: trunk
timestamp: Wed 2019-06-19 17:08:44 -0700
message:
  update freefem to 4.2.1
renamed:
  pkg/other/freefempp/ => pkg/other/freefem/ 
freefempp-20170403041214-jub3cphz960e5j2p-1
modified:
  pkg/other/freefem/Makefile     makefile-20170403041214-jub3cphz960e5j2p-3
  pkg/other/freefem/sha256sums   sha256sums-20170403041214-jub3cphz960e5j2p-4
=== renamed directory 'pkg/other/freefempp' => 'pkg/other/freefem'
=== modified file 'pkg/other/freefem/Makefile'
--- a/pkg/other/freefempp/Makefile      2019-05-30 21:19:15 +0000
+++ b/pkg/other/freefem/Makefile        2019-06-20 00:08:44 +0000
@@ -20,21 +20,21 @@
 #
 # Send bug reports and comments about GSRC problems to address@hidden
 
-NAME =    FreeFem++
-GARNAME = freefempp
-UPSTREAMNAME =  freefem++
-GARVERSION = 4.1
+NAME =    FreeFem
+GARNAME = freefem
+UPSTREAMNAME =  freefem
+GARVERSION = 4.2.1
 HOME_URL = http://www.freefem.org/
 DESCRIPTION =  partial differential equation solver
 define BLURB
-FreeFem++ is a partial differential equation solver. It has its own
+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++
+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++).  
+now a part of FreeFem). Formerly called "FreeFEM++". 
 endef
 
 LICENSE = GNU LGPL Version 3.0
@@ -48,21 +48,21 @@
 DISTFILES = v$(GARVERSION).tar.gz 
 SIGFILES =
 
-WORKSRC = $(WORKDIR)/FreeFem-sources-4.1
+WORKSRC = $(WORKDIR)/FreeFem-sources-$(GARVERSION)
 
 BUILDDEPS =
 LIBDEPS =
 
-USE_AUTORECONF = y
+#USE_AUTORECONF = y
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/cmake.mk
 include config.mk
 
-pre-configure:
-       cd $(WORKSRC) && ./reconfigure
-       $(MAKECOOKIE)
+#pre-configure:
+#      cd $(WORKSRC) && ./reconfigure
+#      $(MAKECOOKIE)
 
 # HINTS: not configuring for me
 # copy one of config.param* to $(WORKSRC)

=== modified file 'pkg/other/freefem/sha256sums'
--- a/pkg/other/freefempp/sha256sums    2019-05-30 07:56:33 +0000
+++ b/pkg/other/freefem/sha256sums      2019-06-20 00:08:44 +0000
@@ -1,1 +1,1 @@
-e9cc71ee5b42c6f14d7e699fb726d26880764fa14ed372513323065e8e347f4f  
download/v4.1.tar.gz
+be6ee15fb7dc31a51438220bcb8a179f92013fbf0d97501c27b232d117c293bd  
download/v4.2.1.tar.gz


reply via email to

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