mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
2afedb2f1e
The FInite element Automatic Tabulator FIAT supports generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra. WWW: https://launchpad.net/fiat PR: ports/166910 Submitted by: jwbacon@tds.net
26 lines
508 B
Makefile
26 lines
508 B
Makefile
# New ports collection makefile for: py-fiat
|
|
# Date created: 13 April 2012
|
|
# Whom: Jason Bacon <jwbacon@tds.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fiat
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= math python
|
|
MASTER_SITES= https://launchpad.net/${PORTNAME}/1.0.x/${PORTVERSION}/+download/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jwbacon@tds.net
|
|
COMMENT= FInite element Automatic Tabulator
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= FIAT
|
|
|
|
FETCH_ARGS= -F
|
|
|
|
.include <bsd.port.mk>
|