Home
last modified time | relevance | path

Searched refs:install_opts (Results 1 – 15 of 15) sorted by relevance

/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/sbin/
H A Dinstall-package.in487 install_opts="-mode=$MODE -xmode=$XMODE -dmode=$DMODE"
488 install_opts="-uninstall=$UNINSTALLFILE $install_opts"
490 install_opts="-package=$PACKAGE $install_opts"
493 install_opts="-prefix=$prefix $install_opts"
502 ./sbin/install-package $install_opts ; \
/dports/net/mpich2/mpich2-1.5/src/mpe2/sbin/
H A Dmpeinstall.in610 install_opts="-mode=$MODE -xmode=$XMODE -dmode=$DMODE -copymode=core"
611 install_opts="-uninstall=$UNINSTALLFILE $install_opts"
613 install_opts="-prefix=$prefix $install_opts"
616 install_opts="-package=$PACKAGE $install_opts"
618 ( cd $libbuild_dir/../src/slog2sdk && ./sbin/install-package $install_opts )
/dports/graphics/jasper/jasper-version-2.0.33/build/
H A Dmy_build96 install_opts=()
99 install_opts+=(--verbose)
/dports/misc/R-cran-xfun/xfun/man/
H A Dinstall_dir.Rd7 install_dir(pkg, build = TRUE, build_opts = NULL, install_opts = NULL)
18 \item{install_opts}{The options for \command{R CMD INSTALL}.}
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/common_test/test_server/
H A Dts_install_cth.erl61 -record(state, { ts_conf_dir, target_system, install_opts, nodenames, nodes }).
77 InstallOpts = proplists:get_value(install_opts, Opts, []),
82 install_opts = InstallOpts } }.
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/common_test/test_server/
H A Dts_install_cth.erl61 -record(state, { ts_conf_dir, target_system, install_opts, nodenames, nodes }).
77 InstallOpts = proplists:get_value(install_opts, Opts, []),
82 install_opts = InstallOpts } }.
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/common_test/test_server/
H A Dts_install_cth.erl61 -record(state, { ts_conf_dir, target_system, install_opts, nodenames, nodes }).
77 InstallOpts = proplists:get_value(install_opts, Opts, []),
82 install_opts = InstallOpts } }.
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/common_test/test_server/
H A Dts_install_cth.erl61 -record(state, { ts_conf_dir, target_system, install_opts, nodenames, nodes }).
77 InstallOpts = proplists:get_value(install_opts, Opts, []),
82 install_opts = InstallOpts } }.
/dports/lang/erlang/otp-OTP-24.1.7/lib/common_test/test_server/
H A Dts_install_cth.erl61 -record(state, { ts_conf_dir, target_system, install_opts, nodenames, nodes }).
77 InstallOpts = proplists:get_value(install_opts, Opts, []),
82 install_opts = InstallOpts } }.
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/common_test/test_server/
H A Dts_install_cth.erl61 -record(state, { ts_conf_dir, target_system, install_opts, nodenames, nodes }).
77 InstallOpts = proplists:get_value(install_opts, Opts, []),
82 install_opts = InstallOpts } }.
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/common_test/test_server/
H A Dts_install_cth.erl61 -record(state, { ts_conf_dir, target_system, install_opts, nodenames, nodes }).
77 InstallOpts = proplists:get_value(install_opts, Opts, []),
82 install_opts = InstallOpts } }.
/dports/misc/R-cran-xfun/xfun/R/
H A Dpackages.R203 install_dir = function(pkg, build = TRUE, build_opts = NULL, install_opts = NULL) { argument
208 res = Rcmd(c('INSTALL', install_opts, pkg))
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/ext/libav/
H A Dgstavcfg.c223 install_opts (GObjectClass * gobject_class, const AVClass ** obj, guint prop_id, in install_opts() function
388 install_opts ((GObjectClass *) klass, &in_plugin->priv_class, prop_id, 0, in gst_ffmpeg_cfg_install_properties()
391 install_opts ((GObjectClass *) klass, &ctx->av_class, prop_id, flags, in gst_ffmpeg_cfg_install_properties()
/dports/devel/p5-local-lib/local-lib-2.000028/t/
H A Dshell.t202 my %install_opts = local::lib->installer_options_for($ll);
209 (map {; $_ => $install_opts{$_}} qw(PERL_MM_OPT PERL_MB_OPT)),
/dports/devel/swig/swig-4.0.2/Source/Modules/
H A Dmain.cxx241 static void install_opts(int argc, char *argv[]) { in install_opts() function
983 install_opts(argc, argv); in SWIG_main()