Home
last modified time | relevance | path

Searched refs:config_opts (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/net/librdkafka/librdkafka-1.8.2/packaging/rpm/
H A Del7-x86_64.cfg1 config_opts['root'] = 'el7-x86_64'
2 config_opts['target_arch'] = 'x86_64'
3 config_opts['legal_host_arches'] = ('x86_64',)
4 config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
5 config_opts['dist'] = 'el7' # only useful for --resultdir variable subst
6 config_opts['releasever'] = '7'
7 config_opts['docker_unshare_warning'] = False
8 config_opts['nosync'] = True
10 config_opts['yum.conf'] = """
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/packaging/rpm/
H A Del7-x86_64.cfg1 config_opts['root'] = 'el7-x86_64'
2 config_opts['target_arch'] = 'x86_64'
3 config_opts['legal_host_arches'] = ('x86_64',)
4 config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
5 config_opts['dist'] = 'el7' # only useful for --resultdir variable subst
6 config_opts['releasever'] = '7'
7 config_opts['docker_unshare_warning'] = False
8 config_opts['nosync'] = True
10 config_opts['yum.conf'] = """
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/packaging/rpm/
H A Del7-x86_64.cfg1 config_opts['root'] = 'el7-x86_64'
2 config_opts['target_arch'] = 'x86_64'
3 config_opts['legal_host_arches'] = ('x86_64',)
4 config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
5 config_opts['dist'] = 'el7' # only useful for --resultdir variable subst
6 config_opts['releasever'] = '7'
7 config_opts['docker_unshare_warning'] = False
8 config_opts['nosync'] = True
10 config_opts['yum.conf'] = """
/dports/mail/nmh/nmh-1.7.1/
H A Dbuild_nmh310 config_opts="--prefix=$config_prefix"
313 config_opts="$config_opts --with-locking=$config_locking"
315 config_opts="$config_opts --with-mts=$config_mts"
317 config_opts="$config_opts --with-smtpserver=$config_smtpserver"
318 [ "$config_sasl" = y ] && config_opts="$config_opts --with-cyrus-sasl"
319 [ "$config_tls" = y ] && config_opts="$config_opts --with-tls"
320 [ $config_debug = y ] && config_opts="$config_opts --enable-assert"
376 printf "\n./configure ${CFLAGS:+CFLAGS=\"${CFLAGS}\" }$config_opts\n"
377 ./configure ${CFLAGS:+CFLAGS="${CFLAGS}"" "}$config_opts
/dports/science/code_saturne/code_saturne-7.1.0/
H A Dinstall_saturne.py1004 config_opts = config_opts + " --enable-debug"
1015 config_opts = config_opts + " --disable-gui"
1020 config_opts = config_opts + " --disable-frontend"
1025 config_opts = config_opts + " --without-hdf5"
1037 config_opts = config_opts + " --without-cgns"
1045 config_opts = config_opts + " --without-med"
1053 config_opts = config_opts + " --without-metis"
1060 config_opts = config_opts + " --without-scotch"
1067 config_opts = config_opts + " PYTHON=" + self.python
1072 config_opts = config_opts + " --with-salome=" + self.salome
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/options/
H A Doptions_util_test.cc370 ConfigOptions config_opts; in TEST_F() local
375 config_opts.env = options.env; in TEST_F()
376 config_opts.ignore_unknown_options = false; in TEST_F()
431 ConfigOptions config_opts; in TEST_F() local
458 ASSERT_OK(RocksDBOptionsParser::VerifyDBOptions(config_opts, in TEST_F()
473 ASSERT_OK(RocksDBOptionsParser::VerifyDBOptions(config_opts, in TEST_F()
530 ConfigOptions config_opts; in TEST_F() local
535 config_opts.env = env_.get(); in TEST_F()
536 config_opts.ignore_unknown_options = false; in TEST_F()
537 config_opts.delimiter = "\n"; in TEST_F()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/options/
H A Doptions_util_test.cc370 ConfigOptions config_opts; in TEST_F() local
375 config_opts.env = options.env; in TEST_F()
376 config_opts.ignore_unknown_options = false; in TEST_F()
431 ConfigOptions config_opts; in TEST_F() local
458 ASSERT_OK(RocksDBOptionsParser::VerifyDBOptions(config_opts, in TEST_F()
473 ASSERT_OK(RocksDBOptionsParser::VerifyDBOptions(config_opts, in TEST_F()
530 ConfigOptions config_opts; in TEST_F() local
535 config_opts.env = env_.get(); in TEST_F()
536 config_opts.ignore_unknown_options = false; in TEST_F()
537 config_opts.delimiter = "\n"; in TEST_F()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/options/
H A Doptions_util_test.cc370 ConfigOptions config_opts; in TEST_F() local
375 config_opts.env = options.env; in TEST_F()
376 config_opts.ignore_unknown_options = false; in TEST_F()
431 ConfigOptions config_opts; in TEST_F() local
458 ASSERT_OK(RocksDBOptionsParser::VerifyDBOptions(config_opts, in TEST_F()
473 ASSERT_OK(RocksDBOptionsParser::VerifyDBOptions(config_opts, in TEST_F()
530 ConfigOptions config_opts; in TEST_F() local
535 config_opts.env = env_.get(); in TEST_F()
536 config_opts.ignore_unknown_options = false; in TEST_F()
537 config_opts.delimiter = "\n"; in TEST_F()
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/utilities/options/
H A Doptions_util_test.cc370 ConfigOptions config_opts; in TEST_F() local
375 config_opts.env = options.env; in TEST_F()
376 config_opts.ignore_unknown_options = false; in TEST_F()
431 ConfigOptions config_opts; in TEST_F() local
458 ASSERT_OK(RocksDBOptionsParser::VerifyDBOptions(config_opts, in TEST_F()
473 ASSERT_OK(RocksDBOptionsParser::VerifyDBOptions(config_opts, in TEST_F()
530 ConfigOptions config_opts; in TEST_F() local
535 config_opts.env = env_.get(); in TEST_F()
536 config_opts.ignore_unknown_options = false; in TEST_F()
537 config_opts.delimiter = "\n"; in TEST_F()
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/utilities/options/
H A Doptions_util_test.cc370 ConfigOptions config_opts; in TEST_F() local
375 config_opts.env = options.env; in TEST_F()
376 config_opts.ignore_unknown_options = false; in TEST_F()
431 ConfigOptions config_opts; in TEST_F() local
458 ASSERT_OK(RocksDBOptionsParser::VerifyDBOptions(config_opts, in TEST_F()
473 ASSERT_OK(RocksDBOptionsParser::VerifyDBOptions(config_opts, in TEST_F()
530 ConfigOptions config_opts; in TEST_F() local
535 config_opts.env = env_.get(); in TEST_F()
536 config_opts.ignore_unknown_options = false; in TEST_F()
537 config_opts.delimiter = "\n"; in TEST_F()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/scripts/
H A Dgen_run_tests.py51 for config_opts in powerset(possible_config_opts):
55 and '--enable-prof' in config_opts:
62 + " ".join(config_opts) + (' --with-malloc-conf=' +
69 config_opts):
76 darwin_unsupported = ('--enable-prof' in config_opts or \
/dports/databases/redis5/redis-5.0.14/deps/jemalloc/scripts/
H A Dgen_run_tests.py51 for config_opts in powerset(possible_config_opts):
55 and '--enable-prof' in config_opts:
62 + " ".join(config_opts) + (' --with-malloc-conf=' +
69 config_opts):
76 darwin_unsupported = ('--enable-prof' in config_opts or \
/dports/databases/redis6/redis-6.0.16/deps/jemalloc/scripts/
H A Dgen_run_tests.py51 for config_opts in powerset(possible_config_opts):
55 and '--enable-prof' in config_opts:
62 + " ".join(config_opts) + (' --with-malloc-conf=' +
69 config_opts):
76 darwin_unsupported = ('--enable-prof' in config_opts or \
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/jemalloc/scripts/
H A Dgen_run_tests.py51 for config_opts in powerset(possible_config_opts):
55 and '--enable-prof' in config_opts:
62 + " ".join(config_opts) + (' --with-malloc-conf=' +
69 config_opts):
76 darwin_unsupported = ('--enable-prof' in config_opts or \
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/scripts/
H A Dgen_run_tests.py51 for config_opts in powerset(possible_config_opts):
55 and '--enable-prof' in config_opts:
62 + " ".join(config_opts) + (' --with-malloc-conf=' +
69 config_opts):
76 darwin_unsupported = ('--enable-prof' in config_opts or \
/dports/sysutils/vector/vector-0.10.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/scripts/
H A Dgen_run_tests.py51 for config_opts in powerset(possible_config_opts):
55 and '--enable-prof' in config_opts:
62 + " ".join(config_opts) + (' --with-malloc-conf=' +
69 config_opts):
76 darwin_unsupported = ('--enable-prof' in config_opts or \
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/scripts/
H A Dgen_run_tests.py51 for config_opts in powerset(possible_config_opts):
55 and '--enable-prof' in config_opts:
62 + " ".join(config_opts) + (' --with-malloc-conf=' +
69 config_opts):
76 darwin_unsupported = ('--enable-prof' in config_opts or \
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/jemalloc/scripts/
H A Dgen_run_tests.py51 for config_opts in powerset(possible_config_opts):
55 and '--enable-prof' in config_opts:
62 + " ".join(config_opts) + (' --with-malloc-conf=' +
69 config_opts):
76 darwin_unsupported = ('--enable-prof' in config_opts or \
/dports/sysutils/fd/fd-8.3.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/scripts/
H A Dgen_run_tests.py51 for config_opts in powerset(possible_config_opts):
55 and '--enable-prof' in config_opts:
62 + " ".join(config_opts) + (' --with-malloc-conf=' +
69 config_opts):
76 darwin_unsupported = ('--enable-prof' in config_opts or \
/dports/biology/infernal/infernal-1.1.3/src/
H A Dcm_modelconfig.c153 if(( cm->config_opts & CM_CONFIG_HMMEL) && in cm_ConfigureSub()
192 if((cm->config_opts & CM_CONFIG_QDB) || in cm_ConfigureSub()
193 (cm->config_opts & CM_CONFIG_W_BETA) || in cm_ConfigureSub()
216 if(cm->config_opts & CM_CONFIG_TRUNC) { in cm_ConfigureSub()
229 if(cm->config_opts & CM_CONFIG_TRUNC) { in cm_ConfigureSub()
239 if(cm->config_opts & CM_CONFIG_SCANMX) { in cm_ConfigureSub()
242 if(cm->config_opts & CM_CONFIG_TRSCANMX) { in cm_ConfigureSub()
265 if(cm->config_opts & CM_CONFIG_TRUNC) { in cm_ConfigureSub()
312 if(cm->config_opts & CM_CONFIG_LOCAL) { in cm_ConfigureSub()
317 if(cm->config_opts & CM_CONFIG_HMMEL) { in cm_ConfigureSub()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tikv-jemalloc-sys-0.4.2+5.2.1-patched.2/jemalloc/scripts/
H A Dgen_run_tests.py65 for config_opts in powerset(possible_config_opts):
69 and '--enable-prof' in config_opts:
76 + " ".join(config_opts) + (' --with-malloc-conf=' +
83 config_opts):
90 darwin_unsupported = ('--enable-prof' in config_opts or \
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/rep/scripts/
H A Dgen_run_tests.py64 for config_opts in powerset(possible_config_opts):
68 and '--enable-prof' in config_opts:
75 + " ".join(config_opts) + (' --with-malloc-conf=' +
82 config_opts):
89 darwin_unsupported = ('--enable-prof' in config_opts or \
/dports/sysutils/vector/vector-0.10.0/cargo-crates/jemalloc-sys-0.3.2/rep/scripts/
H A Dgen_run_tests.py64 for config_opts in powerset(possible_config_opts):
68 and '--enable-prof' in config_opts:
75 + " ".join(config_opts) + (' --with-malloc-conf=' +
82 config_opts):
89 darwin_unsupported = ('--enable-prof' in config_opts or \
/dports/databases/redis-devel/redis-0e5b813/deps/jemalloc/scripts/
H A Dgen_run_tests.py65 for config_opts in powerset(possible_config_opts):
69 and '--enable-prof' in config_opts:
76 + " ".join(config_opts) + (' --with-malloc-conf=' +
83 config_opts):
90 darwin_unsupported = ('--enable-prof' in config_opts or \
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/rep/scripts/
H A Dgen_run_tests.py64 for config_opts in powerset(possible_config_opts):
68 and '--enable-prof' in config_opts:
75 + " ".join(config_opts) + (' --with-malloc-conf=' +
82 config_opts):
89 darwin_unsupported = ('--enable-prof' in config_opts or \

123456789