Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2019 22:12:50 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501986 - head/science/nest
Message-ID:  <201905182212.x4IMCosG086628@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905182212.x4IMCosG086628>