Date: Tue, 8 Oct 2019 17:12:48 +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: r514093 - head/math/gretl Message-ID: <201910081712.x98HCm0d031924@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Oct 8 17:12:47 2019 New Revision: 514093 URL: https://svnweb.freebsd.org/changeset/ports/514093 Log: math/gretl: fix build on GCC architectures Don't unconditionally use libomp, it breaks build on GCC architectures. Instead set USES=compiler:openmp. PR: 241099 Approved by: yuri (maintainer), linimon (mentor) Modified: head/math/gretl/Makefile Modified: head/math/gretl/Makefile ============================================================================== --- head/math/gretl/Makefile Tue Oct 8 17:08:15 2019 (r514092) +++ head/math/gretl/Makefile Tue Oct 8 17:12:47 2019 (r514093) @@ -3,7 +3,7 @@ PORTNAME= gretl DISTVERSION= 2019a -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSIONFULL}/ @@ -65,7 +65,7 @@ ODBC_CONFIGURE_WITH= odbc ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC OPENMP_CONFIGURE_ENABLE= openmp -OPENMP_LIB_DEPENDS= libomp.so:devel/openmp +OPENMP_USES= compiler:openmp R_DESC= libR support R_CONFIGURE_WITH= libR
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910081712.x98HCm0d031924>