svn commit: r496073 - head/math/dynare

Fernando Apesteguía fernape at FreeBSD.org
Sun Mar 17 16:46:48 UTC 2019


Author: fernape
Date: Sun Mar 17 16:46:47 2019
New Revision: 496073
URL: https://svnweb.freebsd.org/changeset/ports/496073

Log:
  math/dynare: Mark as BROKEN
  
  math/octave was updated to 5.1.0 in r495225 but dynare does not support
  octave > 4.4.1
  
  Conditionally mark as BROKEN since the port can use Matlab as backend.

Modified:
  head/math/dynare/Makefile

Modified: head/math/dynare/Makefile
==============================================================================
--- head/math/dynare/Makefile	Sun Mar 17 16:38:22 2019	(r496072)
+++ head/math/dynare/Makefile	Sun Mar 17 16:46:47 2019	(r496073)
@@ -39,6 +39,7 @@ OPTIONS_DEFAULT=	OCTAVE
 OPTIONS_SUB=		yes
 
 MATLAB_CONFIGURE_ENABLE=	matlab
+OCTAVE_BROKEN=		Does not build after octave upgrade in r495225
 OCTAVE_CONFIGURE_ENABLE=	octave
 OCTAVE_LIB_DEPENDS=		liboctave.so:math/octave
 OCTAVE_USES=			compiler:c++14-lang


More information about the svn-ports-all mailing list