Home
last modified time | relevance | path

Searched refs:OCTAVE_VERSION (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/science/dynare/dynare-4.6.4/matlab/modules/dseries/src/
H A Dinitialize_dseries_class.m65 if ~exist('OCTAVE_VERSION') && (~exist('rows','file') || ~exist('columns','file'))
77 if exist('OCTAVE_VERSION') && ~exist('user_has_octave_forge_package','file')
93 if ~exist('OCTAVE_VERSION') && ~exist('ismatrix','builtin')
97 if ~exist('OCTAVE_VERSION') && ~exist('isrow','builtin')
101 if ~exist('OCTAVE_VERSION') && ~exist('iscolumn','builtin')
105 if ~exist('OCTAVE_VERSION') && ~exist('strsplit','file')
109 if ~exist('OCTAVE_VERSION') && ~exist('strjoin','file')
/dports/math/octave-forge-tsa/tsa-4.6.3/inst/
H A Dsinvest1.m52 if exist('OCTAVE_VERSION')<5
72 if exist('OCTAVE_VERSION')<5
83 if exist('OCTAVE_VERSION')<5
106 if exist('OCTAVE_VERSION')<5
115 if exist('OCTAVE_VERSION')<5
124 if exist('OCTAVE_VERSION')<5
133 if exist('OCTAVE_VERSION')<5
149 if exist('OCTAVE_VERSION')<5
239 if exist('OCTAVE_VERSION')<5
276 if exist('OCTAVE_VERSION')<5,
[all …]
/dports/math/octave-forge-interval/interval-3.2.0/inst/@infsup/
H A Ddisplay.m167 %! if (compare_versions (OCTAVE_VERSION, "4.2", ">="))
173 %! if (compare_versions (OCTAVE_VERSION, "4.2", ">="))
179 %! if (compare_versions (OCTAVE_VERSION, "4.2", ">="))
185 %! if (compare_versions (OCTAVE_VERSION, "4.2", ">=") && !ispc ())
196 %! if (compare_versions (OCTAVE_VERSION, "4.2", ">=") && !ispc ())
207 %! if (compare_versions (OCTAVE_VERSION, "4.2", ">=") && !ispc ())
212 %! if (compare_versions (OCTAVE_VERSION, "4.2", ">=") && !ispc ())
221 %! if (compare_versions (OCTAVE_VERSION, "4.2", ">=") && !ispc ())
/dports/math/octave/octave-6.4.0/liboctave/
H A Dmk-version-h.in.sh37 OCTAVE_VERSION="@OCTAVE_VERSION@"
48 -e "s|%OCTAVE_VERSION%|\"${OCTAVE_VERSION}\"|"
H A Dversion.in.h33 #define OCTAVE_VERSION %OCTAVE_VERSION% macro
/dports/math/octave-forge-interval/interval-3.2.0/src/compatibility/
H A DMakefile15 OCTAVE_VERSION = $(shell $(OCTAVE_CONFIG) -p VERSION) macro
16 ifneq ($(filter 3.% 4.0.% 4.1.% 4.2.%,$(OCTAVE_VERSION)),)
/dports/audio/libsndfile/libsndfile-1.0.31/m4/
H A Doctave.m441 OCTAVE_EVAL(OCTAVE_VERSION,OCTAVE_VERSION)
45 AC_SUBST(OCTAVE_VERSION)
111 if test "x$OCTAVE_VERSION" != "x$MKOCTFILE_VERSION" ; then
114 elif test "x$OCTAVE_VERSION" != "x$OCTAVE_CONFIG_VERSION" ; then
/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/@sym/
H A Dgammainc.m51 %% @c doctest: +SKIP_IF(compare_versions (OCTAVE_VERSION(), '6.0.0', '<'))
59 %% @c doctest: +SKIP_IF(compare_versions (OCTAVE_VERSION(), '6.0.0', '<'))
139 %! if (~ exist('OCTAVE_VERSION', 'builtin') || ...
140 %! compare_versions (OCTAVE_VERSION (), '4.3.0', '>='))
149 %! if (~ exist('OCTAVE_VERSION', 'builtin') || ...
150 %! compare_versions (OCTAVE_VERSION (), '4.3.0', '>='))
H A Ddisplay.m78 if (exist('OCTAVE_VERSION', 'builtin') && ...
79 compare_versions (OCTAVE_VERSION (), '4.3.0', '>='))
82 elseif (exist('OCTAVE_VERSION', 'builtin') && ...
83 compare_versions (OCTAVE_VERSION (), '4.0.0', '>='))
H A Dfunction_handle.m137 if (exist('OCTAVE_VERSION', 'builtin') && ispc())
258 %! if (exist ('OCTAVE_VERSION', 'builtin'))
273 %! if (exist ('OCTAVE_VERSION', 'builtin'))
283 %! if (exist ('OCTAVE_VERSION', 'builtin'))
298 %! if (exist ('OCTAVE_VERSION', 'builtin'))
322 %! if (exist ('OCTAVE_VERSION', 'builtin'))
337 %! if (exist ('OCTAVE_VERSION', 'builtin'))
H A Deval.m30 %% @c doctest: +SKIP_IF(compare_versions (OCTAVE_VERSION(), '6.0.0', '<'))
33 %% @c doctest: +SKIP_IF(compare_versions (OCTAVE_VERSION(), '6.0.0', '<'))
61 %% @c doctest: +SKIP_IF(compare_versions (OCTAVE_VERSION(), '6.0.0', '<'))
/dports/math/octave/octave-6.4.0/src/
H A Dmain.in.cc52 #if ! defined (OCTAVE_VERSION)
53 # define OCTAVE_VERSION %OCTAVE_VERSION% macro
225 = octave_bindir + dir_sep_char + "octave-cli-" OCTAVE_VERSION; in main()
/dports/math/octave-forge-doctest/doctest-0.7.0/inst/private/
H A Dis_octave.m20 r = exist('OCTAVE_VERSION', 'builtin') ~= 0;
23 % OCTAVE_VERSION;
/dports/math/octave-forge-tsa/tsa-4.6.3/src/
H A DMakefile46 MKOCTFILE ?= mkoctfile$(OCTAVE_VERSION)
50 OCTMEX = mkoctfile$(OCTAVE_VERSION) --mex
109 mkoctfile$(OCTAVE_VERSION) "$<"
/dports/math/octave-forge-optiminterp/optiminterp-0.3.7/src/
H A DMakefile.in14 OCTAVE_VERSION = @OCTAVE_VERSION@
H A Dconfigure.ac129 OCTAVE_CONFIG_EVAL(VERSION,OCTAVE_VERSION)
131 ver=`echo $OCTAVE_VERSION | sed -e "s/\.//" -e "s/\..*$//"`
200 octave: $OCTAVE (version $OCTAVE_VERSION)
201 mkoctfile: $MKOCTFILE for Octave $OCTAVE_VERSION
202 octave-config: $OCTAVE_CONFIG for Octave $OCTAVE_VERSION
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/matlab/
H A DisOctave.m30 isOct = exist('OCTAVE_VERSION','builtin') ~= 0;
33 ver_cell = strsplit( OCTAVE_VERSION, '.' );
/dports/math/plplot/plplot-5.15.0/cmake/modules/
H A Doctave.cmake93 #OCTAVE_VERSION is the (dotted triplet) octave version.
96 OUTPUT_VARIABLE OCTAVE_VERSION
110 message(STATUS "OCTAVE_VERSION = ${OCTAVE_VERSION}")
111 if(${OCTAVE_VERSION} VERSION_LESS "3.8.0")
115 endif(${OCTAVE_VERSION} VERSION_LESS "3.8.0")
178 # and it is never part of the octave-${OCTAVE_VERSION}/octave
/dports/math/plplot-ada/plplot-5.15.0/cmake/modules/
H A Doctave.cmake93 #OCTAVE_VERSION is the (dotted triplet) octave version.
96 OUTPUT_VARIABLE OCTAVE_VERSION
110 message(STATUS "OCTAVE_VERSION = ${OCTAVE_VERSION}")
111 if(${OCTAVE_VERSION} VERSION_LESS "3.8.0")
115 endif(${OCTAVE_VERSION} VERSION_LESS "3.8.0")
178 # and it is never part of the octave-${OCTAVE_VERSION}/octave
/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/@sym/private/
H A Ddo_highbyte_escapes.m51 if (exist ('OCTAVE_VERSION', 'builtin') && ...
52 compare_versions (OCTAVE_VERSION (), '4.3.0', '<'))
74 if (~ exist ('OCTAVE_VERSION', 'builtin'))
/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/private/
H A Dpython_ipc_driver.m35 if exist('OCTAVE_VERSION', 'builtin')
36 if (compare_versions (OCTAVE_VERSION (), '4.2', '<'))
39 'anything before 4.2.\n\n'], OCTAVE_VERSION ())
H A Ddo_highbyte_escapes.m51 if (exist ('OCTAVE_VERSION', 'builtin') && ...
52 compare_versions (OCTAVE_VERSION (), '4.3.0', '<'))
74 if (~ exist ('OCTAVE_VERSION', 'builtin'))
/dports/math/octave/octave-6.4.0/scripts/miscellaneous/
H A Dversion.m69 ## @w{@env{OCTAVE_VERSION}} provided for compatibility.
70 ## @seealso{OCTAVE_VERSION, ver}
80 v = OCTAVE_VERSION ();
128 %! assert (v, OCTAVE_VERSION);
/dports/editors/texmacs/TeXmacs-1.99.4-src/plugins/octave/octave/
H A D.octaverc7 if (exist ("OCTAVE_VERSION") == 5)
25 if (exist ("OCTAVE_VERSION") == 5)
/dports/science/dynare/dynare-4.6.4/windows/deps/
H A DMakefile151 tarballs/octave-${OCTAVE_VERSION}${OCTAVE_W32_BUILD}-w32.7z:
155 tarballs/octave-${OCTAVE_VERSION}${OCTAVE_W64_BUILD}-w64.7z:
159 octave32: tarballs/octave-${OCTAVE_VERSION}${OCTAVE_W32_BUILD}-w32.7z
162 mv octave-${OCTAVE_VERSION}-w32 $@
168 octave64: tarballs/octave-${OCTAVE_VERSION}${OCTAVE_W64_BUILD}-w64.7z
171 mv octave-${OCTAVE_VERSION}-w64 $@
182 rm -f tarballs/octave-${OCTAVE_VERSION}${OCTAVE_W64_BUILD}-w64.7z
183 rm -f tarballs/octave-${OCTAVE_VERSION}${OCTAVE_W32_BUILD}-w32.7z

12345678910