svn commit: r501986 - head/science/nest

Yuri Victorovich yuri at FreeBSD.org
Sat May 18 22:12:51 UTC 2019


Author: yuri
Date: Sat May 18 22:12:49 2019
New Revision: 501986
URL: https://svnweb.freebsd.org/changeset/ports/501986

Log:
  science/nest: Broken on i386
  
  Reported by:	fallout

Modified:
  head/science/nest/Makefile

Modified: head/science/nest/Makefile
==============================================================================
--- head/science/nest/Makefile	Sat May 18 21:53:04 2019	(r501985)
+++ head/science/nest/Makefile	Sat May 18 22:12:49 2019	(r501986)
@@ -11,6 +11,8 @@ 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 \
 		libomp.so:devel/openmp


More information about the svn-ports-all mailing list