aboutsummaryrefslogtreecommitdiffstats
path: root/science/py-scikit-sparse/Makefile
blob: b6e29add7ddd4af2e6b5d907925bbdb533ca77f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$

PORTNAME=   scikit-sparse
PORTVERSION=    0.2
PORTREVISION=   2
CATEGORIES= science python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   scikits.sparse-${PORTVERSION}

MAINTAINER= yuri@rawbw.com
COMMENT=    Sparse matrix package

LICENSE=    BSD2CLAUSE

RUN_DEPENDS=    ${PYNUMPY} \
        ${PYTHON_SITELIBDIR}/scipy/version.py:science/py-scipy
BUILD_DEPENDS=  ${RUN_DEPENDS} \
        cython>0:lang/cython
LIB_DEPENDS=    libumfpack.so:math/suitesparse

USES=       fortran python
USE_PYTHON= autoplist distutils

CFLAGS+=    -I${LOCALBASE}/include
LDFLAGS+=   -shared

.include <bsd.port.mk>
'>+5 | | | | Changes: https://github.com/maxmind/libmaxminddb/releases * Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-271-1/+1 | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 * Fix build on powerpcSunpoet Po-Chuan Hsieh2019-04-241-2/+2 | | | | | PR: 237497 Submitted by: pkubaj * Fix __int128 detection on i386Sunpoet Po-Chuan Hsieh2019-02-052-1/+29 | | | | | PR: 235482 Reported by: Ralf van der Enden <tremere@cainites.net> * Update to 1.3.2Sunpoet Po-Chuan Hsieh2018-01-252-4/+4 | | | | Changes: https://github.com/maxmind/libmaxminddb/releases * Update to 1.3.1Sunpoet Po-Chuan Hsieh2017-12-272-4/+4 | | | | Changes: https://github.com/maxmind/libmaxminddb/releases * Update to 1.2.1Sunpoet Po-Chuan Hsieh2017-05-242-4/+5 | | | | Changes: https://github.com/maxmind/libmaxminddb/releases * - Update to 1.2.0Sunpoet Po-Chuan Hsieh2016-03-263-3/+5 | | | | Changes: https://github.com/maxmind/libmaxminddb/releases * - Update to 1.1.1Sunpoet Po-Chuan Hsieh2015-12-043-9/+7 | | | | | | | | | | | - Add LICENSE_FILE - Use INSTALL_TARGET=install-strip - Take maintainership Changes: https://github.com/maxmind/libmaxminddb/releases PR: 204868 Submitted by: sunpoet (myself) Approved by: Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)