Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2015 11:45:46 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383198 - head/science/py-scipy
Message-ID:  <201504041145.t34Bjk30001336@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Sat Apr  4 11:45:46 2015
New Revision: 383198
URL: https://svnweb.freebsd.org/changeset/ports/383198

Log:
  Remove unused deps:
  I see no reference for djbfft in the code; I assume it is obsoleted.
  
  fftw3: according to http://www.scipy.org/scipylib/building/linux.html
  ---------
  Because of license, configuration, and maintenance issues support for FFTW was removed in versions of SciPy >= 0.7 and NumPy >= 1.2
  ---------

Modified:
  head/science/py-scipy/Makefile

Modified: head/science/py-scipy/Makefile
==============================================================================
--- head/science/py-scipy/Makefile	Sat Apr  4 10:49:57 2015	(r383197)
+++ head/science/py-scipy/Makefile	Sat Apr  4 11:45:46 2015	(r383198)
@@ -16,9 +16,7 @@ COMMENT=	Scientific tools for Python
 
 LICENSE=	BSD3CLAUSE
 
-BUILD_DEPENDS=	${PYNUMPY} \
-		${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft
-LIB_DEPENDS=	libfftw3.so:${PORTSDIR}/math/fftw3
+BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS=	${PYNUMPY}
 
 USES=		fortran python



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