Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Oct 2020 05:41:11 +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: r550899 - head/misc/py-xgboost
Message-ID:  <202010020541.0925fBGg018108@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Oct  2 05:41:11 2020
New Revision: 550899
URL: https://svnweb.freebsd.org/changeset/ports/550899

Log:
  misc/py-xgboost: Broken on i386 on 11 and 12
  
  Reported by:	fallout

Modified:
  head/misc/py-xgboost/Makefile

Modified: head/misc/py-xgboost/Makefile
==============================================================================
--- head/misc/py-xgboost/Makefile	Fri Oct  2 04:40:30 2020	(r550898)
+++ head/misc/py-xgboost/Makefile	Fri Oct  2 05:41:11 2020	(r550899)
@@ -34,7 +34,13 @@ LDFLAGS+=	-lexecinfo
 
 POST_PLIST=	fix-plist
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 1300060
+BROKEN_i386=	undefined symbol: __atomic_load (on 11 and 12, but not on 13)
+.endif
+
 fix-plist: # https://github.com/dmlc/xgboost/issues/5705
 	@${REINPLACE_CMD} 's|/libxgboost.so$$|/xgboost/lib/libxgboost.so|' ${TMPPLIST}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>



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