Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2020 00:24:41 +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: r536665 - head/math/py-cypari2
Message-ID:  <202005270024.04R0Of1V093472@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed May 27 00:24:40 2020
New Revision: 536665
URL: https://svnweb.freebsd.org/changeset/ports/536665

Log:
  math/py-cypari2: fix build on GCC architectures
  
  Use C11 compiler:
  /usr/local/lib/python3.7/site-packages/cysignals/struct_signals.h:45: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int'

Modified:
  head/math/py-cypari2/Makefile

Modified: head/math/py-cypari2/Makefile
==============================================================================
--- head/math/py-cypari2/Makefile	Wed May 27 00:17:22 2020	(r536664)
+++ head/math/py-cypari2/Makefile	Wed May 27 00:24:40 2020	(r536665)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/
 USE_GITHUB=	yes
 GH_ACCOUNT=	sagemath
 
-USES=		perl5 python:3.6+
+USES=		compiler:c11 perl5 python:3.6+
 USE_PERL5=	build
 USE_PYTHON=	cython distutils
 



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