1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Fix my MAINTAINER e-mail

- Stop portlint whining on Atlas
- integrated changes from maho
- maho wants WANT_FORTRAN knob in gfortran ports

Submitted by:   maho
Approved:       ehaupt (mentor)
This commit is contained in:
Diane Bruce 2007-02-27 15:33:24 +00:00
parent b507dd2e50
commit 767b7dd8c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186133

View File

@ -13,16 +13,20 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= scipy
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= db@db.net
MAINTAINER= db@FreeBSD.org
COMMENT= Scientific tools for Python
BUILD_DEPENDS= ${PYNUMPY} \
BUILD_DEPENDS+= ${PYNUMPY} \
${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
LATEST_LINK= py-${PORTNAME}
OPTIONSFILE= ${PORT_DBDIR}/py-numpy/options
WANT_FORTRAN= yes #dummy
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
RUN_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
USE_PYTHON= 2.3+
USE_PYDISTUTILS= yes
USE_WX= 2.4-2.6
@ -35,10 +39,14 @@ post-patch:
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" && ${OSVERSION} < 602101
BROKEN= ldexpf is missing See http://lists.freebsd.org/pipermail/freebsd-amd64/2006-December/009263.html for details
.endif
.if defined(WITH_ATLAS)
LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
.if !exists(${LOCALBASE}/lib/libalapack.a)
IGNORE= Atlas needs to be built with WITH_STATICLIB for scipy to function properly
IGNORE= atlas needs to be built with WITH_STATICLIB for scipy to function properly
.endif
.else
LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack \