svn commit: r383198 - head/science/py-scipy

Dmitry Sivachenko demon at FreeBSD.org
Sat Apr 4 11:45:47 UTC 2015


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


More information about the svn-ports-head mailing list