MATC language library used by Elmer FEM package.

Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
This commit is contained in:
Thierry Thomas 2006-04-24 19:50:53 +00:00
parent faa30fab34
commit 50542d86ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160353
5 changed files with 50 additions and 0 deletions

View File

@ -18,6 +18,7 @@
SUBDIR += devisor
SUBDIR += dft++
SUBDIR += elmer-eio
SUBDIR += elmer-matc
SUBDIR += elmer-meshgen2d
SUBDIR += elmergrid
SUBDIR += euler

View File

@ -0,0 +1,37 @@
# New ports collection makefile for: Elmer-MatC
# Date created: 5 Jan 2006
# Whom: Pedro Giffuni <giffunip@asme.org>
#
# $FreeBSD$
#
PORTNAME= matc
PORTVERSION= 5.0.0
CATEGORIES= science
MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/
PKGNAMEPREFIX= elmer-
MAINTAINER= giffunip@asme.org
COMMENT= MatC language library used by ELMER FEM package
BUILD_DEPENDS= ${FC}:${PORTSDIR}/lang/gfortran
USE_GCC= 4.1+
WITH_FORTRAN= yes
FC= ${LOCALBASE}/bin/gfortran41
F77= ${FC}
CONFIGURE_ENV+= FC=${FC} F77=${FC}
GNU_CONFIGURE= yes
ALL_TARGET=
PLIST_SUB= ARCH=${MACHINE_ARCH}
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
CFLAGS+= -fPIC
FFLAGS+= -fPIC
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (matc-5.0.0.tar.gz) = 24449bde04aab5958f05f76dc8855471
SHA256 (matc-5.0.0.tar.gz) = ff8752b764575090682363ae43cb7ace02fc06c79a19bad69bf74ed1d81ce338
SIZE (matc-5.0.0.tar.gz) = 165330

View File

@ -0,0 +1,3 @@
MATC language library used by Elmer FEM package.
WWW: http://www.csc.fi/elmer/

View File

@ -0,0 +1,6 @@
bin/%%ARCH%%-portbld-freebsd%%OSREL%%-matc
include/elmer/fnames.h
include/elmer/gra.h
include/elmer/matc.h
@dirrm include/elmer
lib/libmatc.a