Date: Sat, 15 Feb 2020 19:02:55 +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: r526237 - head/misc/py-gluoncv Message-ID: <202002151902.01FJ2tia080993@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sat Feb 15 19:02:55 2020 New Revision: 526237 URL: https://svnweb.freebsd.org/changeset/ports/526237 Log: misc/py-gluoncv: fix build on GCC architectures Use newer GCC: cc1: error: unrecognized command line option "-Wno-cpp" Modified: head/misc/py-gluoncv/Makefile Modified: head/misc/py-gluoncv/Makefile ============================================================================== --- head/misc/py-gluoncv/Makefile Sat Feb 15 18:36:17 2020 (r526236) +++ head/misc/py-gluoncv/Makefile Sat Feb 15 19:02:55 2020 (r526237) @@ -23,7 +23,7 @@ PY_DEPENDS= ${PYNUMPY} \ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} -USES= python localbase +USES= compiler:c11 python localbase USE_GITHUB= yes GH_ACCOUNT= dmlc GH_PROJECT= gluon-cv
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002151902.01FJ2tia080993>