pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/math/py-statsmodels
> Module Name: pkgsrc
> Committed By: wiz
> Date: Fri Sep 27 09:00:38 UTC 2019
>
> Modified Files:
> pkgsrc/math/py-statsmodels: Makefile PLIST
>
> Log Message:
> py-statsmodels: update to 0.9.0nb2.
>
> Remove some .so files from the PLIST that are not built for me
> nor in mef's 9.0 bulk build.
This is not a correct solution.
The problem is with py-scipy using g95. Then, fortran files do not have correct symbol names, and linking fails for py-statsmodels.
I suggest forcing scipy to use Fortran compiler from GCC.
> To generate a diff of this commit:
> cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-statsmodels/Makefile
> cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-statsmodels/PLIST
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>
> Modified files:
>
> Index: pkgsrc/math/py-statsmodels/Makefile
> diff -u pkgsrc/math/py-statsmodels/Makefile:1.4 pkgsrc/math/py-statsmodels/Makefile:1.5
> --- pkgsrc/math/py-statsmodels/Makefile:1.4 Mon Jun 17 05:29:43 2019
> +++ pkgsrc/math/py-statsmodels/Makefile Fri Sep 27 09:00:38 2019
> @@ -1,7 +1,7 @@
> -# $NetBSD: Makefile,v 1.4 2019/06/17 05:29:43 adam Exp $
> +# $NetBSD: Makefile,v 1.5 2019/09/27 09:00:38 wiz Exp $
>
> DISTNAME= statsmodels-0.9.0
> -PKGREVISION= 1
> +PKGREVISION= 2
> PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
> CATEGORIES= math python
> MASTER_SITES= ${MASTER_SITE_PYPI:=s/statsmodels/}
> @@ -17,6 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-patsy>=0.3.0:..
> DEPENDS+= ${PYPKGPREFIX}-scipy>=0.12.0:../../math/py-scipy
>
> PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-matplotlib, py-scipy
> +USE_LANGUAGES= c
This is unnecessary, as it is set to "c" by default.
Adam
Home |
Main Index |
Thread Index |
Old Index