svn commit: r497969 - head/math/py-symcxx

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 5 16:53:07 UTC 2019


Author: amdmi3
Date: Fri Apr  5 16:53:06 2019
New Revision: 497969
URL: https://svnweb.freebsd.org/changeset/ports/497969

Log:
  - Document incompatibility with python 3.7+
  
  Approved by:	portmgr blanket

Modified:
  head/math/py-symcxx/Makefile

Modified: head/math/py-symcxx/Makefile
==============================================================================
--- head/math/py-symcxx/Makefile	Fri Apr  5 16:52:25 2019	(r497968)
+++ head/math/py-symcxx/Makefile	Fri Apr  5 16:53:06 2019	(r497969)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYNUMPY}
 
-USES=		fortran python # fortran because otherwise "import numpy" fails with wrong libgcc_s.so message
+USES=		fortran python:-3.6 # fortran because otherwise "import numpy" fails with wrong libgcc_s.so message
 USE_PYTHON=	distutils autoplist
 
 post-patch:


More information about the svn-ports-head mailing list