Date: Sun, 24 Mar 2019 09:55:11 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496712 - head/math/blitz++ Message-ID: <201903240955.x2O9tBZm028559@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sun Mar 24 09:55:11 2019 New Revision: 496712 URL: https://svnweb.freebsd.org/changeset/ports/496712 Log: Remove BROKEN for FreeBSD 12 and 13. PR: 236705 Submitted by: lantw44@gmail.com MFH: 2019Q1 Modified: head/math/blitz++/Makefile Modified: head/math/blitz++/Makefile ============================================================================== --- head/math/blitz++/Makefile Sun Mar 24 09:52:14 2019 (r496711) +++ head/math/blitz++/Makefile Sun Mar 24 09:55:11 2019 (r496712) @@ -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 - -GNU_CONFIGURE= yes USES= gmake libtool pathfix python:2.7 USE_LDCONFIG= yes + +GNU_CONFIGURE= 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?201903240955.x2O9tBZm028559>