Skip to content

Commit

Permalink
The SciMath project includes packages to support scientific and
Browse files Browse the repository at this point in the history
mathematical calculations, beyond the capabilities offered by SciPy.
    * enthought.interpolate
    * enthought.mathematics
    * enthought.units

WWW: http://pypi.python.org/pypi/SciMath/

PR:		ports/154351
Submitted by:	Wen Heping (myself)
wenheping committed Feb 20, 2011
1 parent b6520d6 commit ba88c81
Showing 5 changed files with 317 additions and 0 deletions.
1 change: 1 addition & 0 deletions science/Makefile
Original file line number Diff line number Diff line change
@@ -152,6 +152,7 @@
SUBDIR += py-openbabel
SUBDIR += py-paida
SUBDIR += py-pydicom
SUBDIR += py-scimath
SUBDIR += py-scipy
SUBDIR += pybrain
SUBDIR += pycdf
26 changes: 26 additions & 0 deletions science/py-scimath/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# New ports collection makefile for: py-scimath
# Date created: Jan 26, 2011
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME= scimath
PORTVERSION= 3.0.7
CATEGORIES= science math python
MASTER_SITES= http://www.enthought.com/repo/ETS/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= SciMath-${PORTVERSION}

MAINTAINER= wen@FreeBSD.org
COMMENT= Scientific and Mathematical calculations

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=3.6.0:${PORTSDIR}/devel/py-traits
RUN_DEPENDS= ${BUILD_DEPENDS}

USE_PYTHON= yes
PYEASYINSTALL_ARCHDEP= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= SciMath

.include <bsd.port.mk>
2 changes: 2 additions & 0 deletions science/py-scimath/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SHA256 (SciMath-3.0.7.tar.gz) = c659a7baa579b40292f36334b8bd12e83375906f1c73542569a0df1f4c1e7d49
SIZE (SciMath-3.0.7.tar.gz) = 110976
7 changes: 7 additions & 0 deletions science/py-scimath/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
The SciMath project includes packages to support scientific and
mathematical calculations, beyond the capabilities offered by SciPy.
* enthought.interpolate
* enthought.mathematics
* enthought.units

WWW: http://pypi.python.org/pypi/SciMath/
Loading
Oops, something went wrong.

0 comments on commit ba88c81

Please sign in to comment.