Home
last modified time | relevance | path

Searched refs:octave_bindir (Results 1 – 3 of 3) sorted by relevance

/dports/math/octave/octave-6.4.0/scripts/pkg/private/
H A Dconfigure_make.m36 octave_bindir = __octave_config_info__ ("bindir"); variable
39 mkoctfile_program = fullfile (octave_bindir, ...
41 octave_config_program = fullfile (octave_bindir, ...
44 octave_binary = fullfile (octave_bindir, sprintf ("octave-%s.bat", ver));
46 octave_binary = fullfile (octave_bindir, sprintf ("octave-%s%s", ver, ext));
/dports/math/octave/octave-6.4.0/src/
H A Dmain.in.cc222 std::string octave_bindir = get_octave_bindir (); in main() local
225 = octave_bindir + dir_sep_char + "octave-cli-" OCTAVE_VERSION; in main()
/dports/math/octave-forge-parallel/parallel-4.0.1/src/
H A Dp-control.cc404 std::string octave_bindir = cbindir ? cbindir : OCTAVE__CONFIG__BIN_DIR; in set_executable() local
406 tp_octave_binary_no_ver = octave_bindir in set_executable()