Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2020 20:37:15 +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: r536530 - head/math/mlpack
Message-ID:  <202005252037.04PKbFFw039575@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon May 25 20:37:14 2020
New Revision: 536530
URL: https://svnweb.freebsd.org/changeset/ports/536530

Log:
  math/mlpack: Broken on i386
  
  Reported by:	fallout

Modified:
  head/math/mlpack/Makefile

Modified: head/math/mlpack/Makefile
==============================================================================
--- head/math/mlpack/Makefile	Mon May 25 20:18:56 2020	(r536529)
+++ head/math/mlpack/Makefile	Mon May 25 20:37:14 2020	(r536530)
@@ -10,6 +10,8 @@ COMMENT=	Fast, flexible machine learning library
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN_i386=	undefined symbol: __atomic_load
+
 BUILD_DEPENDS=	ensmallen>0:math/ensmallen \
 		${LOCALBASE}/include/stb/stb_image.h:devel/stb
 LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs \



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