[MacPorts] #50397: octave-general @1.3.4_0: update to 2.0.0

MacPorts noreply at macports.org
Thu Jan 21 04:09:43 PST 2016


#50397: octave-general @1.3.4_0: update to 2.0.0
----------------------------+--------------------------------
 Reporter:  mschamschula@…  |      Owner:  macports-tickets@…
     Type:  update          |     Status:  new
 Priority:  Normal          |  Milestone:
Component:  ports           |    Version:  2.3.4
 Keywords:  haspatch        |       Port:  octave-general
----------------------------+--------------------------------
 octave-general has been updated to version 2.0.0. New this version:
 * Package is now dependent on Octave version 4.0.0 to avoid conflicts with
 missing inputParser.
 * The @inputParser has been removed since it is now part of Octave core
 and has a completely Matlab compatible syntax. There may be issues for
 developers who will not know what inputParser class is being used by
 others.  A workaround can be:
 {{{
  p = inputParser ();
  f (strfind (which ("inputParser"), ["@inputParser" filesep
 "inputParser.m"]))
   ## @inputParser specific code (previous general package)
  else
   ## use Octave core inputParser implementation
  endif
 }}}
 * The `cauchy' function is new on the general package.  It has been moved
 from the optim package.

-- 
Ticket URL: <https://trac.macports.org/ticket/50397>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list