From 32db1043f960e43ca48a7eb71e05ba649f3df417 Mon Sep 17 00:00:00 2001 From: kmos Date: Sat, 14 Nov 2020 19:20:31 +0000 Subject: [PATCH] py-scikit-learn uses C++11, so needs ports-gcc for base-gcc arches. ok daniel --- math/py-scikit-learn/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/math/py-scikit-learn/Makefile b/math/py-scikit-learn/Makefile index a2731e22746..09663037bea 100644 --- a/math/py-scikit-learn/Makefile +++ b/math/py-scikit-learn/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2020/10/28 04:04:04 daniel Exp $ +# $OpenBSD: Makefile,v 1.9 2020/11/14 19:20:31 kmos Exp $ COMMENT = set of python modules for machine learning and data mining @@ -15,6 +15,9 @@ MAINTAINER = Paul Irofti # BSD-3 PERMIT_PACKAGE = Yes +# C++11 +COMPILER = base-clang ports-gcc + WANTLIB += ${COMPILER_LIBCXX} m MODULES = lang/python