MATC language library used by Elmer FEM package.
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
This commit is contained in:
parent
faa30fab34
commit
50542d86ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160353
@ -18,6 +18,7 @@
|
||||
SUBDIR += devisor
|
||||
SUBDIR += dft++
|
||||
SUBDIR += elmer-eio
|
||||
SUBDIR += elmer-matc
|
||||
SUBDIR += elmer-meshgen2d
|
||||
SUBDIR += elmergrid
|
||||
SUBDIR += euler
|
||||
|
37
science/elmer-matc/Makefile
Normal file
37
science/elmer-matc/Makefile
Normal 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>
|
3
science/elmer-matc/distinfo
Normal file
3
science/elmer-matc/distinfo
Normal 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
|
3
science/elmer-matc/pkg-descr
Normal file
3
science/elmer-matc/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
MATC language library used by Elmer FEM package.
|
||||
|
||||
WWW: http://www.csc.fi/elmer/
|
6
science/elmer-matc/pkg-plist
Normal file
6
science/elmer-matc/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user