Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  1 Feb 2010 13:33:49 +0900 (JST)
From:      TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Subject:   ports/143419: science/py-h5py: missing dependency on NumPy
Message-ID:  <20100201043349.88D6C153457@aqua.quad.dyndns.org>
Resent-Message-ID: <201002010440.o114e22p091687@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100201043349.88D6C153457>