Edit

IABSD.fr/ports/math/py-ecos/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-05-20 12:10:49
    Hash : 898fe946
    Message : bump py-numpy consumers. at least those which have compiled modules using numpy are no longer ABI-compatible following the update to numpy 2.x. this may over-bump slightly, but I've seen problems with at least pandas and scipy, and identifying others individually is too time-consuming.

  • math/py-ecos/Makefile
  • COMMENT=	Python interface to ECOS
    
    MODPY_DISTV=	2.0.10
    DISTNAME=	ecos-${MODPY_DISTV}
    V=		${MODPY_DISTV:S/post//}
    PKGNAME=	py-ecos-${V}
    CATEGORIES=	math
    REVISION=	3
    
    MAINTAINER=	Paul Irofti <paul@irofti.net>
    
    # GPLv3
    PERMIT_PACKAGE=	Yes
    
    WANTLIB=	pthread
    
    MODULES=	lang/python
    
    MODPY_PI=	Yes
    MODPY_PYBUILD=	setuptools
    
    BUILD_DEPENDS=	math/py-numpy \
    		math/py-oldest-supported-numpy
    
    RUN_DEPENDS=	math/py-numpy>=1.6 \
    		math/py-scipy>=0.9
    
    .include <bsd.port.mk>