Date: Mon, 7 Jan 2019 13:17:18 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489574 - head/math/blitz++ Message-ID: <201901071317.x07DHI1c013841@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Jan 7 13:17:17 2019 New Revision: 489574 URL: https://svnweb.freebsd.org/changeset/ports/489574 Log: math/blitz++ is not compatible with python3 PR: 234633 Modified: head/math/blitz++/Makefile Modified: head/math/blitz++/Makefile ============================================================================== --- head/math/blitz++/Makefile Mon Jan 7 12:14:46 2019 (r489573) +++ head/math/blitz++/Makefile Mon Jan 7 13:17:17 2019 (r489574) @@ -15,7 +15,7 @@ BROKEN_FreeBSD_12= fails to compile: ../blitz/blitz.h: BROKEN_FreeBSD_13= fails to compile: ../blitz/blitz.h:58:12: 'iostream.h' file not found GNU_CONFIGURE= yes -USES= gmake libtool pathfix python +USES= gmake libtool pathfix python:2.7 USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-shared CXX_OPTIMIZE_FLAGS="${CFLAGS}" MAKE_JOBS_UNSAFE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901071317.x07DHI1c013841>