mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
e1d56a9db2
- Drop if devel/llvm* was used as a substitute Approved by: yuri, rene (earlier version) Differential Revision: https://reviews.freebsd.org/D23020
37 lines
794 B
Makefile
37 lines
794 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= nest
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.20.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= science biology # NEST is used in neuroscience
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Simulator for spiking neural network models
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BROKEN_i386= https://github.com/nest/nest-simulator/issues/1205
|
|
|
|
LIB_DEPENDS= libgsl.so:math/gsl \
|
|
libltdl.so:devel/libltdl
|
|
|
|
USES= cmake compiler:c++11-lang ncurses pkgconfig readline
|
|
USE_GITHUB= yes
|
|
GH_PROJECT= nest-simulator
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= PYTHON DOCS
|
|
OPTIONS_DEFAULT= PYTHON
|
|
OPTIONS_SUB= yes
|
|
|
|
PYTHON_CMAKE_BOOL= BUILD_PYTHON
|
|
PYTHON_USES= python
|
|
PYTHON_USE= python=cython
|
|
PYTHON_CMAKE_ON= -DCYTHON_EXECUTABLE:STRING=${PREFIX}/bin/cython-${PYTHON_VER}
|
|
|
|
PORTDOCS= *
|
|
|
|
.include <bsd.port.mk>
|