Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2020 12:19:54 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525702 - head/misc/mxnet
Message-ID:  <202002101219.01ACJswK080102@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Feb 10 12:19:53 2020
New Revision: 525702
URL: https://svnweb.freebsd.org/changeset/ports/525702

Log:
  misc/mxnet: fix build on GCC architectures
  
  Newer GCC is required after OpenBlas update:
  CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
    Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES)

Modified:
  head/misc/mxnet/Makefile

Modified: head/misc/mxnet/Makefile
==============================================================================
--- head/misc/mxnet/Makefile	Mon Feb 10 11:19:56 2020	(r525701)
+++ head/misc/mxnet/Makefile	Mon Feb 10 12:19:53 2020	(r525702)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libdmlc.so:devel/dmlc-core \
 		libomp.so:devel/openmp \
 		libopenblas.so:math/openblas
 
-USES=		cmake localbase:ldflags
+USES=		cmake compiler:c++11-lang localbase:ldflags
 USE_GITHUB=	yes
 GH_ACCOUNT=	apache
 GH_PROJECT=	incubator-mxnet



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