Import getdp-2.4.1 as wip/getdp.

GetDP is a general finite element solver using mixed elements to discretize de
Rham-type complexes in one, two and three dimensions.

The main feature of GetDP is the closeness between the input data defining
discrete problems (written by the user in ASCII data files) and the symbolic
mathematical expressions of these problems
This commit is contained in:
Kamel Ibn Aziz Derouiche 2013-09-02 21:05:56 +00:00 committed by Thomas Klausner
parent 50b681a6b6
commit 30810ab7b8
4 changed files with 49 additions and 0 deletions

6
getdp/DESCR Normal file
View File

@ -0,0 +1,6 @@
GetDP is a general finite element solver using mixed elements to discretize de
Rham-type complexes in one, two and three dimensions.
The main feature of GetDP is the closeness between the input data defining
discrete problems (written by the user in ASCII data files) and the symbolic
mathematical expressions of these problems

27
getdp/Makefile Normal file
View File

@ -0,0 +1,27 @@
# $NetBSD: Makefile,v 1.1 2013/09/02 21:05:56 jihbed Exp $
DISTNAME= getdp-2.4.1-source
PKGNAME= getdp-2.4.1
CATEGORIES= math
MASTER_SITES= http://www.geuz.org/getdp/src/
EXTRACT_SUFX= .tgz
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://www.geuz.org/getdp/src/
COMMENT= General environment for the treatment of discrete problems
LICENSE= gnu-gpl-v2 AND gnu-gpl-v3
USE_CMAKE= yes
USE_LANGUAGES= c c++ fortran
SUBST_CLASSES+= setup
SUBST_STAGE.setup= pre-configure
SUBST_MESSAGE.setup= Fixing ${PYSETUP}
SUBST_FILES.setup= CMakeLists.txt
SUBST_SED.setup+= -e 's,share/man/,${PKGMANDIR}/,g'
.include "../../math/blas/buildlink3.mk"
.include "../../math/gsl/buildlink3.mk"
.include "../../math/lapack/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

11
getdp/PLIST Normal file
View File

@ -0,0 +1,11 @@
@comment $NetBSD: PLIST,v 1.1 2013/09/02 21:05:56 jihbed Exp $
bin/getdp
man/man1/getdp.1
share/doc/getdp/CREDITS.txt
share/doc/getdp/LICENSE.txt
share/doc/getdp/README.txt
share/doc/getdp/demos/Magnetostatics.pro
share/doc/getdp/demos/magnet.geo
share/doc/getdp/demos/magnet.msh
share/doc/getdp/demos/magnet.pro
share/doc/getdp/demos/magnet_data.pro

5
getdp/distinfo Normal file
View File

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/09/02 21:05:56 jihbed Exp $
SHA1 (getdp-2.4.1-source.tgz) = f2d275b9ee4517edb32499f2aa0290b707787e2d
RMD160 (getdp-2.4.1-source.tgz) = c704e3db02c3cc79b0df8163b876b813d9fb499f
Size (getdp-2.4.1-source.tgz) = 1480471 bytes