Date: Sun, 24 Mar 2019 10:01:04 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r496714 - branches/2019Q1/math/blitz++ Message-ID: <201903241001.x2OA14jE029266@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sun Mar 24 10:01:03 2019 New Revision: 496714 URL: https://svnweb.freebsd.org/changeset/ports/496714 Log: MFH: r489574 r496712 math/blitz++ is not compatible with python3 PR: 234633 Remove BROKEN for FreeBSD 12 and 13. PR: 236705 Submitted by: lantw44@gmail.com Approved by: ports-secteam (riggs) Modified: branches/2019Q1/math/blitz++/Makefile Directory Properties: branches/2019Q1/ (props changed) Modified: branches/2019Q1/math/blitz++/Makefile ============================================================================== --- branches/2019Q1/math/blitz++/Makefile Sun Mar 24 09:57:27 2019 (r496713) +++ branches/2019Q1/math/blitz++/Makefile Sun Mar 24 10:01:03 2019 (r496714) @@ -11,12 +11,10 @@ COMMENT= C++ class library for scientific computing LICENSE= GPLv3 BSD3CLAUSE LICENSE_COMB= multi -BROKEN_FreeBSD_12= fails to compile: ../blitz/blitz.h:58:12: 'iostream.h' file not found -BROKEN_FreeBSD_13= fails to compile: ../blitz/blitz.h:58:12: 'iostream.h' file not found +USES= gmake libtool pathfix python:2.7 +USE_LDCONFIG= yes GNU_CONFIGURE= yes -USES= gmake libtool pathfix python -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?201903241001.x2OA14jE029266>