diff options
author | yuri <yuri@FreeBSD.org> | 2019-05-19 06:12:49 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-05-19 06:12:49 +0800 |
commit | edc2660cca8fe470248f3de448ff47c44cb715b7 (patch) | |
tree | 8741a95cf4a63b2ef12919c80bd6f2f000318bbf /science | |
parent | 91af4414e1e215c90f311dcc9b39c5016541e081 (diff) | |
download | freebsd-ports-gnome-edc2660cca8fe470248f3de448ff47c44cb715b7.tar.gz freebsd-ports-gnome-edc2660cca8fe470248f3de448ff47c44cb715b7.tar.zst freebsd-ports-gnome-edc2660cca8fe470248f3de448ff47c44cb715b7.zip |
science/nest: Broken on i386
Reported by: fallout
Diffstat (limited to 'science')
-rw-r--r-- | science/nest/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/nest/Makefile b/science/nest/Makefile index 09e3253af673..dd38524a9dc5 100644 --- a/science/nest/Makefile +++ b/science/nest/Makefile @@ -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 |