Home
last modified time | relevance | path

Searched refs:with_zlib (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/mca/pcompress/zlib/
H A Dconfigure.m435 if test "$with_zlib" != "no"; then
37 if test ! -z "$with_zlib" && test "$with_zlib" != "yes"; then
38 pmix_zlib_dir=$with_zlib
39 pmix_zlib_source=$with_zlib
43 [if test -d $with_zlib/lib; then
44 pmix_zlib_libdir=$with_zlib/lib
45 elif test -d $with_zlib/lib64; then
46 pmix_zlib_libdir=$with_zlib/lib64
48 AC_MSG_RESULT([Could not find $with_zlib/lib or $with_zlib/lib64])
74 if test ! -z "$with_zlib" && test "$with_zlib" != "no" && test "$pmix_zlib_support" != "1"; then
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/config/
H A Dpmix_setup_zlib.m428 if test "$with_zlib" != "no"; then
30 if test ! -z "$with_zlib" && test "$with_zlib" != "yes"; then
31 pmix_zlib_dir=$with_zlib
35 [if test -d $with_zlib/lib; then
36 pmix_zlib_libdir=$with_zlib/lib
37 elif test -d $with_zlib/lib64; then
38 pmix_zlib_libdir=$with_zlib/lib64
40 AC_MSG_RESULT([Could not find $with_zlib/lib or $with_zlib/lib64])
77 if test ! -z "$with_zlib" && test "$with_zlib" != "no" && test "$pmix_zlib_support" != "1"; then
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/config/
H A Dpmix_setup_zlib.m428 if test "$with_zlib" != "no"; then
30 if test ! -z "$with_zlib" && test "$with_zlib" != "yes"; then
31 pmix_zlib_dir=$with_zlib
35 [if test -d $with_zlib/lib; then
36 pmix_zlib_libdir=$with_zlib/lib
37 elif test -d $with_zlib/lib64; then
38 pmix_zlib_libdir=$with_zlib/lib64
40 AC_MSG_RESULT([Could not find $with_zlib/lib or $with_zlib/lib64])
77 if test ! -z "$with_zlib" && test "$with_zlib" != "no" && test "$pmix_zlib_support" != "1"; then
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/build/autotools/
H A DCheckZlib.m45 AS_IF([test "x${with_zlib}" = xauto -o "x${with_zlib}" = xsystem], [
19 AS_IF([test "x${with_zlib}" != xbundled], [
25 with_zlib=system
29 AS_IF([test "x${with_zlib}" = xauto -o "x${with_zlib}" = xbundled], [
30 with_zlib=bundled
32 AS_IF([test "x${with_zlib}" = xno], [], [
41 AS_IF([test "x${with_zlib}" = xbundled],[
48 if test "x${with_zlib}" != "xno"; then
/dports/net/openmpi3/openmpi-3.1.6/config/
H A Dopal_setup_zlib.m429 if test "$with_zlib" != "no"; then
31 if test ! -z "$with_zlib" && test "$with_zlib" != "yes"; then
32 opal_zlib_dir=$with_zlib
36 [if test -d $with_zlib/lib; then
37 opal_zlib_libdir=$with_zlib/lib
38 elif test -d $with_zlib/lib64; then
39 opal_zlib_libdir=$with_zlib/lib64
41 AC_MSG_RESULT([Could not find $with_zlib/lib or $with_zlib/lib64])
75 if test ! -z "$with_zlib" && test "$with_zlib" != "no" && test "$opal_zlib_support" != "1"; then
/dports/net/openmpi/openmpi-4.1.1/config/
H A Dopal_setup_zlib.m429 if test "$with_zlib" != "no"; then
31 if test ! -z "$with_zlib" && test "$with_zlib" != "yes"; then
32 opal_zlib_dir=$with_zlib
36 [if test -d $with_zlib/lib; then
37 opal_zlib_libdir=$with_zlib/lib
38 elif test -d $with_zlib/lib64; then
39 opal_zlib_libdir=$with_zlib/lib64
41 AC_MSG_RESULT([Could not find $with_zlib/lib or $with_zlib/lib64])
75 if test ! -z "$with_zlib" && test "$with_zlib" != "no" && test "$opal_zlib_support" != "1"; then
/dports/science/code_saturne/code_saturne-7.1.0/m4/
H A Dcs_zlib.m437 with_zlib=yes
39 [with_zlib=check])
44 [if test "x$with_zlib" = "xcheck"; then
45 with_zlib=yes
48 [if test "x$with_zlib" != "xno" -a "x$with_zlib" != "xyes" \
49 -a "x$with_zlib" != "xcheck"; then
57 with_zlib=yes
60 [if test "x$with_zlib" != "xno" -a "x$with_zlib" != "xyes" \
61 -a "x$with_zlib" != "xcheck"; then
62 ZLIB_LDFLAGS="-L$with_zlib/lib"
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/config/
H A Dzlib.m463 [with_zlib="$withval"], [with_zlib=autodetect]
66 if test "x$with_zlib" = "xautodetect"; then
68 with_zlib=no
73 if test "x$with_zlib" != "xno"; then
75 if test "x$with_zlib" != "xyes" -a "x$with_zlib" != "xautodetect"; then
78 elif test -d "$with_zlib/lib$"; then
79 ZLIB_LDFLAGS="-L${with_zlib}/lib"
81 ZLIB_LDFLAGS="-L${with_zlib}"
85 if test -d "$with_zlib/include"; then
86 ZLIB_CPPFLAGS="-I${with_zlib}/include"
[all …]
/dports/biology/libsbml/libsbml-5.19.0/config/
H A Dzlib.m463 [with_zlib="$withval"], [with_zlib=autodetect]
66 if test "x$with_zlib" = "xautodetect"; then
68 with_zlib=no
73 if test "x$with_zlib" != "xno"; then
75 if test "x$with_zlib" != "xyes" -a "x$with_zlib" != "xautodetect"; then
78 elif test -d "$with_zlib/lib$"; then
79 ZLIB_LDFLAGS="-L${with_zlib}/lib"
81 ZLIB_LDFLAGS="-L${with_zlib}"
85 if test -d "$with_zlib/include"; then
86 ZLIB_CPPFLAGS="-I${with_zlib}/include"
[all …]
/dports/math/matio/matio-1.5.21/config/
H A Dmatio_zlib.m45 if test "x$with_zlib" != "xno"
12 if test "x$with_zlib" = "x" -o "x$with_zlib" = "xyes"
18 ZLIB_LDOPTS="-L$with_zlib/$acl_libdirstem -lz"
19 ZLIB_CFLAGS="-I$with_zlib/include"
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/test/py/
H A DRunClientServer.py205 with_zlib = conf['zlib']
211 if with_zlib and try_server in SKIP_ZLIB:
218 % (test_count, genpydir, try_server, try_proto, with_zlib, with_ssl))
219 …(self.libdir, self.genbase, genpydir, try_server, try_proto, self.port, with_zlib, with_ssl, self.…
222 % (genpydir, try_server, try_proto, with_zlib, with_ssl, test_count))
239 for with_zlib in (False, True):
241 if with_zlib and try_server in SKIP_ZLIB:
250 … % (test_count, genpydir, try_server, try_proto, with_zlib, with_ssl))
251 …iceTest(self.libdir, self.genbase, genpydir, try_server, try_proto, self.port, with_zlib, with_ssl)
254 … % (genpydir, try_server, try_proto, with_zlib, with_ssl, test_count))
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/test/py/
H A DRunClientServer.py205 with_zlib = conf['zlib']
211 if with_zlib and try_server in SKIP_ZLIB:
218 % (test_count, genpydir, try_server, try_proto, with_zlib, with_ssl))
219 …(self.libdir, self.genbase, genpydir, try_server, try_proto, self.port, with_zlib, with_ssl, self.…
222 % (genpydir, try_server, try_proto, with_zlib, with_ssl, test_count))
239 for with_zlib in (False, True):
241 if with_zlib and try_server in SKIP_ZLIB:
250 … % (test_count, genpydir, try_server, try_proto, with_zlib, with_ssl))
251 …iceTest(self.libdir, self.genbase, genpydir, try_server, try_proto, self.port, with_zlib, with_ssl)
254 … % (genpydir, try_server, try_proto, with_zlib, with_ssl, test_count))
/dports/devel/py-thrift/thrift-0.14.0/test/py/
H A DRunClientServer.py205 with_zlib = conf['zlib']
211 if with_zlib and try_server in SKIP_ZLIB:
218 % (test_count, genpydir, try_server, try_proto, with_zlib, with_ssl))
219 …(self.libdir, self.genbase, genpydir, try_server, try_proto, self.port, with_zlib, with_ssl, self.…
222 % (genpydir, try_server, try_proto, with_zlib, with_ssl, test_count))
239 for with_zlib in (False, True):
241 if with_zlib and try_server in SKIP_ZLIB:
250 … % (test_count, genpydir, try_server, try_proto, with_zlib, with_ssl))
251 …iceTest(self.libdir, self.genbase, genpydir, try_server, try_proto, self.port, with_zlib, with_ssl)
254 … % (genpydir, try_server, try_proto, with_zlib, with_ssl, test_count))
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/test/py/
H A DRunClientServer.py205 with_zlib = conf['zlib']
211 if with_zlib and try_server in SKIP_ZLIB:
218 % (test_count, genpydir, try_server, try_proto, with_zlib, with_ssl))
219 …(self.libdir, self.genbase, genpydir, try_server, try_proto, self.port, with_zlib, with_ssl, self.…
222 % (genpydir, try_server, try_proto, with_zlib, with_ssl, test_count))
239 for with_zlib in (False, True):
241 if with_zlib and try_server in SKIP_ZLIB:
250 … % (test_count, genpydir, try_server, try_proto, with_zlib, with_ssl))
251 …iceTest(self.libdir, self.genbase, genpydir, try_server, try_proto, self.port, with_zlib, with_ssl)
254 … % (genpydir, try_server, try_proto, with_zlib, with_ssl, test_count))
/dports/devel/thrift-c_glib/thrift-0.14.0/test/py/
H A DRunClientServer.py205 with_zlib = conf['zlib']
211 if with_zlib and try_server in SKIP_ZLIB:
218 % (test_count, genpydir, try_server, try_proto, with_zlib, with_ssl))
219 …(self.libdir, self.genbase, genpydir, try_server, try_proto, self.port, with_zlib, with_ssl, self.…
222 % (genpydir, try_server, try_proto, with_zlib, with_ssl, test_count))
239 for with_zlib in (False, True):
241 if with_zlib and try_server in SKIP_ZLIB:
250 … % (test_count, genpydir, try_server, try_proto, with_zlib, with_ssl))
251 …iceTest(self.libdir, self.genbase, genpydir, try_server, try_proto, self.port, with_zlib, with_ssl)
254 … % (genpydir, try_server, try_proto, with_zlib, with_ssl, test_count))
/dports/devel/thrift-cpp/thrift-0.14.0/test/py/
H A DRunClientServer.py205 with_zlib = conf['zlib']
211 if with_zlib and try_server in SKIP_ZLIB:
218 % (test_count, genpydir, try_server, try_proto, with_zlib, with_ssl))
219 …(self.libdir, self.genbase, genpydir, try_server, try_proto, self.port, with_zlib, with_ssl, self.…
222 % (genpydir, try_server, try_proto, with_zlib, with_ssl, test_count))
239 for with_zlib in (False, True):
241 if with_zlib and try_server in SKIP_ZLIB:
250 … % (test_count, genpydir, try_server, try_proto, with_zlib, with_ssl))
251 …iceTest(self.libdir, self.genbase, genpydir, try_server, try_proto, self.port, with_zlib, with_ssl)
254 … % (genpydir, try_server, try_proto, with_zlib, with_ssl, test_count))
/dports/devel/thrift/thrift-0.14.0/test/py/
H A DRunClientServer.py205 with_zlib = conf['zlib']
211 if with_zlib and try_server in SKIP_ZLIB:
218 % (test_count, genpydir, try_server, try_proto, with_zlib, with_ssl))
219 …(self.libdir, self.genbase, genpydir, try_server, try_proto, self.port, with_zlib, with_ssl, self.…
222 % (genpydir, try_server, try_proto, with_zlib, with_ssl, test_count))
239 for with_zlib in (False, True):
241 if with_zlib and try_server in SKIP_ZLIB:
250 … % (test_count, genpydir, try_server, try_proto, with_zlib, with_ssl))
251 …iceTest(self.libdir, self.genbase, genpydir, try_server, try_proto, self.port, with_zlib, with_ssl)
254 … % (genpydir, try_server, try_proto, with_zlib, with_ssl, test_count))
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/test/py/
H A DRunClientServer.py205 with_zlib = conf['zlib']
211 if with_zlib and try_server in SKIP_ZLIB:
218 % (test_count, genpydir, try_server, try_proto, with_zlib, with_ssl))
219 …(self.libdir, self.genbase, genpydir, try_server, try_proto, self.port, with_zlib, with_ssl, self.…
222 % (genpydir, try_server, try_proto, with_zlib, with_ssl, test_count))
239 for with_zlib in (False, True):
241 if with_zlib and try_server in SKIP_ZLIB:
250 … % (test_count, genpydir, try_server, try_proto, with_zlib, with_ssl))
251 …iceTest(self.libdir, self.genbase, genpydir, try_server, try_proto, self.port, with_zlib, with_ssl)
254 … % (genpydir, try_server, try_proto, with_zlib, with_ssl, test_count))
/dports/devel/node-thrift/thrift-0.14.0/test/py/
H A DRunClientServer.py205 with_zlib = conf['zlib']
211 if with_zlib and try_server in SKIP_ZLIB:
218 % (test_count, genpydir, try_server, try_proto, with_zlib, with_ssl))
219 …(self.libdir, self.genbase, genpydir, try_server, try_proto, self.port, with_zlib, with_ssl, self.…
222 % (genpydir, try_server, try_proto, with_zlib, with_ssl, test_count))
239 for with_zlib in (False, True):
241 if with_zlib and try_server in SKIP_ZLIB:
250 … % (test_count, genpydir, try_server, try_proto, with_zlib, with_ssl))
251 …iceTest(self.libdir, self.genbase, genpydir, try_server, try_proto, self.port, with_zlib, with_ssl)
254 … % (genpydir, try_server, try_proto, with_zlib, with_ssl, test_count))
/dports/devel/skypat/SkyPat-3.1.1/m4/
H A Dzlib_check.m416 [with_zlib=check])
20 AS_IF([test "$with_zlib" != no], [
38 AS_IF([test "$with_zlib" != check], [
43 AS_IF([test "$with_zlib" = check], [
/dports/devel/capnproto080/capnproto-0.8.0/c++/
H A Dconfigure.ac28 [],[with_zlib=check])
156 AS_IF([test "$with_zlib" = check], [
158 with_zlib=no
161 with_zlib=no
163 AS_IF([test "$with_zlib" = no], [
166 with_zlib=yes
169 AS_IF([test "$with_zlib" != no], [
172 AM_CONDITIONAL([BUILD_KJ_GZIP], [test "$with_zlib" != no])
/dports/devel/capnproto/capnproto-0.9.0/c++/
H A Dconfigure.ac28 [],[with_zlib=check])
158 AS_IF([test "$with_zlib" = check], [
160 with_zlib=no
163 with_zlib=no
165 AS_IF([test "$with_zlib" = no], [
168 with_zlib=yes
171 AS_IF([test "$with_zlib" != no], [
174 AM_CONDITIONAL([BUILD_KJ_GZIP], [test "$with_zlib" != no])
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/config/
H A Dzlib.m49 [], [with_zlib=auto])
11 if test "$with_zlib" != "no"; then
13 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
/dports/lang/gcc48/gcc-4.8.5/config/
H A Dzlib.m49 [], [with_zlib=auto])
11 if test "$with_zlib" != "no"; then
13 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
/dports/devel/mingw32-gcc/gcc-4.8.1/config/
H A Dzlib.m49 [], [with_zlib=auto])
11 if test "$with_zlib" != "no"; then
13 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then

12345678910>>...30