ports/143419: science/py-h5py: missing dependency on NumPy

TAOKA Fumiyoshi fmysh at iijmio-mail.jp
Mon Feb 1 04:40:02 UTC 2010


>Number:         143419
>Category:       ports
>Synopsis:       science/py-h5py: missing dependency on NumPy
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 01 04:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     TAOKA Fumiyoshi
>Release:        FreeBSD 8.0-STABLE i386
>Organization:
>Environment:
>Description:
	I've missed RUN_DEPENDS on NumPy.
	Without it, upgrading NumPy may make h5py nonfunctional.

>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/science/py-h5py/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	24 Sep 2009 12:49:40 -0000	1.2
+++ Makefile	1 Feb 2010 04:21:07 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	h5py
 PORTVERSION=	1.2.1
+PORTREVISION=	1
 CATEGORIES=	science python
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +16,7 @@
 COMMENT=	A general-purpose Python interface to the HDF5 library
 
 BUILD_DEPENDS=	${PYNUMPY}
+RUN_DEPENDS=	${PYNUMPY}
 LIB_DEPENDS=	hdf5.0:${PORTSDIR}/science/hdf5
 
 USE_PYTHON=		2.5+


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list