Home
last modified time | relevance | path

Searched refs:enable_python (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/archivers/librtfcomp/librtfcomp-1.3/
H A Dconfigure.in40 …able-python-bindings], [do not build python bindings]),[enable_python=$enableval], [enable_python=…
42 if test x$enable_python = xno; then
47 if test x$enable_python != xyes -a x$enable_python != xauto; then
48 minimum_version=$enable_python
49 enable_python=yes
58 if test x$enable_python = xyes ; then
71 if test x$enable_python = xyes ; then
87 if test x$enable_python = xyes ; then
/dports/science/siconos/siconos-4.4.0/
H A Ddefault.nix7 enable_python=false;
11 enable_python=true;
21 enable_python=true;
25 enable_python=false;
28 enable_python=true;
31 enable_python=true;
H A Dsiconos.nix6 enable_python ? true,
35 ++ optional enable_python [pythonX.pkgs.wrapPython];
48 if enable_python then [ cmake swig gfortran pythonenv]
53 ++ optional (enable_python != true) [ "-DWITH_PYTHON_WRAPPER=OFF" ]
55 ++ optional (enable_python == true) [ "-Dsiconos_python_install=prefix" ];
/dports/french/med/med-4.0.0/config/
H A Dmed_check_python.m411 enable_python=$enableval
13 enable_python=yes
29 AS_IF([test x$enable_python = xyes && test -z "$ac_python_version"],[MED_CHECK_PYTHON_DEVEL])
31 …test x"$WITH_SWIG" = x1 && test x"$enable_python" = xno && AC_MSG_ERROR([python is needed because …
33 # test x"$WITH_SWIG" = x0 && test x"$enable_python" = xyes && test ! x"$LONG_OR_INT" == "xint" && A…
34 …test x"$WITH_SWIG" = x0 && test x"$enable_python" = xyes && test x"$BUILD_WITH_PMED" == "xyes" && …
46 test x"$WITH_SWIG" = x1 && test x"$enable_python" = xyes &&\
70 AS_IF([test x$enable_python = xyes],
118 AM_CONDITIONAL([WITH_PYTHON],[test "x$enable_python" = "xyes" ])
119 test x"$enable_python" = xyes && AC_DEFINE(MED_HAVE_PYTHON,1,
[all …]
/dports/graphics/goocanvas3/goocanvas-3.0.0/
H A Dconfigure.ac93 [enable_python=$enableval],
94 [enable_python="auto"])
96 if test "x$enable_python" = "xauto"; then
98 [enable_python=yes],[enable_python=no])
101 if test "x$enable_python" = "xyes"; then
108 AM_CONDITIONAL(ENABLE_PYTHON, test x"$enable_python" = "xyes")
/dports/graphics/goocanvas2/goocanvas-2.0.4/
H A Dconfigure.ac93 [enable_python=$enableval],
94 [enable_python="auto"])
96 if test "x$enable_python" = "xauto"; then
98 [enable_python=yes],[enable_python=no])
101 if test "x$enable_python" = "xyes"; then
108 AM_CONDITIONAL(ENABLE_PYTHON, test x"$enable_python" = "xyes")
/dports/graphics/eog-plugins/eog-plugins-3.26.7/
H A Dconfigure.ac143 [enable_python=$enableval have_python=$enableval],
144 [enable_python=autodetect have_python=yes])
146 AC_MSG_RESULT([$enable_python])
156 if test "x$enable_python" = "xyes"; then
158 elif test "x$enable_python" = "xautodetect"; then
159 enable_python=no
162 elif test "x$enable_python" != "xno"; then
163 enable_python=yes
167 AM_CONDITIONAL([ENABLE_PYTHON],[test "x$enable_python" = "xyes"])
206 if test "x$enable_python" = "xno"
[all …]
/dports/devel/liborcus/liborcus-0.16.1/
H A Dconfigure.ac244 [enable_python="$enableval"],
245 [enable_python=yes]
249 AS_IF([test "x$enable_python" != "xno"], [
253 AM_CONDITIONAL([BUILD_PYTHON], [test "x$enable_python" != "xno"])
260 if test "x$enable_python" != "xno"; then
273 if test "x$enable_python" != "xno"; then
286 if test "x$enable_python" != "xno"; then
299 if test "x$enable_python" != "xno"; then
370 python $enable_python
/dports/editors/pluma-plugins/pluma-plugins-1.26.0/
H A Dconfigure.ac107 [enable_python=$enableval],
108 [enable_python=auto])
109 AC_MSG_RESULT([$enable_python])
111 if test "x$enable_python" != "xno"
114 if test "x$enable_python" = "xyes" -a "x$have_python" = "xno"; then
/dports/net/vde2/vde2-2.3.2/
H A Dconfigure.ac189 [enable_python=$enableval],
190 [enable_python=yes]
193 if test x"$enable_python" = x"yes"; then
202 enable_python=no
215 AM_CONDITIONAL(ENABLE_PYTHON, test "$enable_python" = yes)
263 if test x$enable_python = "xyes" ; then
310 if ! test x$enable_python = "xyes" ; then
/dports/audio/ario/ario-1.6/
H A Dconfigure.ac122 if test x"$enable_python" = xyes; then
126 if test "x$enable_python" = "xyes"; then
129 enable_python=no
133 if test "x$enable_python" = "xyes"; then
170 AM_CONDITIONAL(ENABLE_PYTHON, test x"$enable_python" = xyes)
322 if test x${enable_python} = xyes; then
/dports/science/cdo/cdo-2.0.0/libcdi/
H A Dconfigure.ac340 enable_python=no
347 AC_CHECK_HEADER([Python.h],[enable_python=yes
351 AS_IF([test "x$enable_python" != "xno"],
357 enable_python=no
359 [enable_python=no])
360 AM_CONDITIONAL(ENABLE_PYTHON, [test "x$enable_python" != "xno"])
361 AS_IF([test "x$enable_python" != "xno"],[AC_SUBST([ENABLE_PYTHON],[true])],[AC_SUBST([ENABLE_PYTHON…
363 AM_CONDITIONAL(CREATE_INTERFACES, [test "x$enable_ruby" = "xyes" -o "x$enable_python" = "xyes"])
H A Dcdi.settings.in68 "enable_python" : @ENABLE_PYTHON@,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/
H A Dconfigure.ac56 yes) enable_python="yes" ;;
57 no) enable_python="no" ;;
59 esac], enable_python="auto")
255 if test x$enable_python = xno; then
269 if test x$enable_python = xyes ; then
/dports/math/spot/spot-2.10.2/
H A Dconfigure.ac167 [], [enable_python=yes])
169 case $enable_shared:$enable_python in
172 enable_python=no
177 AM_CONDITIONAL([USE_PYTHON], [test "x${enable_python:-yes}" = xyes])
179 if test "x${enable_python:-yes}" = xyes; then
/dports/math/py-spot/spot-2.10.2/
H A Dconfigure.ac167 [], [enable_python=yes])
169 case $enable_shared:$enable_python in
172 enable_python=no
177 AM_CONDITIONAL([USE_PYTHON], [test "x${enable_python:-yes}" = xyes])
179 if test "x${enable_python:-yes}" = xyes; then
/dports/devel/yasm/yasm-1.3.0/
H A Dconfigure.ac56 yes) enable_python="yes" ;;
57 no) enable_python="no" ;;
59 esac], enable_python="auto")
255 if test x$enable_python = xno; then
269 if test x$enable_python = xyes ; then
/dports/x11/keybinder/keybinder-0.3.1/
H A Dconfigure.ac104 [enable_python=yes])
112 if test "x$enable_python" != "xno"; then
171 AM_CONDITIONAL(HAVE_PYTHON, test "x$enable_python" != "xno")
/dports/math/openfst/openfst-1.8.1/
H A Dconfigure.ac105 [enable_python=no])
106 AM_CONDITIONAL([HAVE_PYTHON], [test "x$enable_python" != xno])
107 if test "x$enable_python" != xno; then
/dports/devel/gitg/gitg-3.32.1/libgitg-ext/
H A Dmeson.build126 enable_python = get_option('python') variable
127 if enable_python
/dports/sysutils/afflib/AFFLIBv3-3.7.16/
H A Dconfigure.ac206 [enable_python=$enableval], [enable_python=no])
207 if test "${enable_python}" = "yes" ; then
212 AM_CONDITIONAL(HAVE_PYTHON, test "$enable_python" = yes)
305 AC_MSG_NOTICE([PYTHON Bindings: ${enable_python}])
/dports/devel/babeltrace/babeltrace-1.5.7/
H A Dconfigure.ac237 [enable_python=yes], [enable_python=no])
239 AM_CONDITIONAL([USE_PYTHON], [test "x${enable_python:-yes}" = xyes])
241 if test "x${enable_python:-yes}" = xyes; then
395 test "x$enable_python" = "xyes" && value=1 || value=0
/dports/cad/libredwg/libredwg-0.12.4/
H A Dconfigure.ac467 yes) enable_python=yes; AC_MSG_RESULT([enabled]) ;;
468 no) enable_python=no; AC_MSG_RESULT([disabled]) ;;
469 *) enable_python=yes; PYTHON="${enableval}"; AC_MSG_RESULT([enabled ($PYTHON)]) ;;
470 esac], [enable_python=check; AC_MSG_RESULT([check (default)]) ])
475 if test -n "$SWIG" -a x$enable_python != xno; then
477 if test x$enable_python = xyes; then
493 if test x$enable_python != xno; then
494 if test x$enable_python = xyes; then
505 if test x$enable_python != xno && test -n "$XML2_LIBS"; then
554 AM_CONDITIONAL([HAVE_PYTHON], [test x$enable_python != xno])
/dports/x11/radare-cutter/r2cutter-0.1.1/src/
H A Dmeson.build8 if get_option('enable_python')
65 if get_option('enable_python')
/dports/www/bluefish/bluefish-2.2.12/
H A Dconfigure.ac570 [enable_python="$enableval"],
571 [enable_python="yes"]
574 if test "x$enable_python" = "xyes" ; then
595 AS_IF([test "$PYTHON_CONFIG" = no], [enable_python=no])
597 if test "x$enable_python" = "xyes" ; then
608 ])],[enable_python=no])
611 if test "x$enable_python" = "xyes"; then

1234567