2016-05-16 19:34:37 +02:00
|
|
|
PORTNAME= lcapy
|
2018-01-26 23:57:10 +01:00
|
|
|
DISTVERSION= g20171202
|
Bump PORTREVISION for ports depending on the canonical version of GCC
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
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 4
|
2018-01-26 23:57:10 +01:00
|
|
|
PORTEPOCH= 1
|
2016-05-16 19:34:37 +02:00
|
|
|
CATEGORIES= cad python
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
|
|
COMMENT= Symbolic MDA Analysis Package for Linear Circuits
|
|
|
|
|
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}
|
2016-05-16 19:34:37 +02:00
|
|
|
|
2021-05-10 22:06:35 +02:00
|
|
|
USES= python:3.7+
|
2018-01-26 23:57:10 +01:00
|
|
|
USE_PYTHON= distutils concurrent autoplist
|
2016-05-16 19:34:37 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= mph-
|
2018-01-26 23:57:10 +01:00
|
|
|
GH_TAGNAME= 23c940f
|
2016-05-16 19:34:37 +02:00
|
|
|
PORTEXAMPLES= netlists \
|
|
|
|
networks \
|
|
|
|
notebooks \
|
|
|
|
schematics
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
|
|
|
|
post-install-EXAMPLES-on:
|
|
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
cd ${WRKSRC}/doc/examples && \
|
|
|
|
${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|