Hi Francis,<div><br></div><div>If I run the ./configure --help command for libaxl, I don&#39;t see any enable/disable option related to python (please see below). Am I missing something here?</div><div><br></div><div>libaxl% ./configure --help</div>
<div><div>`configure&#39; configures this package to adapt to many kinds of systems.</div><div> </div><div>Usage: ./configure [OPTION]... [VAR=VALUE]...</div><div> </div><div>To assign environment variables (e.g., CC, CFLAGS...), specify them as</div>
<div>VAR=VALUE.  See below for descriptions of some of the useful variables.</div><div> </div><div>Defaults for the options are specified in brackets.</div><div> </div><div>Configuration:</div><div>  -h, --help              display this help and exit</div>
<div>      --help=short        display options specific to this package</div><div>      --help=recursive    display the short help of all the included packages</div><div>  -V, --version           display version information and exit</div>
<div>  -q, --quiet, --silent   do not print `checking ...&#39; messages</div><div>      --cache-file=FILE   cache test results in FILE [disabled]</div><div>  -C, --config-cache      alias for `--cache-file=config.cache&#39;</div>
<div>  -n, --no-create         do not create output files</div><div>      --srcdir=DIR        find the sources in DIR [configure dir or `..&#39;]</div><div> </div><div>Installation directories:</div><div>  --prefix=PREFIX         install architecture-independent files in PREFIX</div>
<div>                          [/usr/local]</div><div>  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX</div><div>                          [PREFIX]</div><div> </div><div>By default, `make install&#39; will install all the files in</div>
<div>`/usr/local/bin&#39;, `/usr/local/lib&#39; etc.  You can specify</div><div>an installation prefix other than `/usr/local&#39; using `--prefix&#39;,</div><div>for instance `--prefix=$HOME&#39;.</div><div> </div><div>For better control, use the options below.</div>
<div> </div><div>Fine tuning of the installation directories:</div><div>  --bindir=DIR            user executables [EPREFIX/bin]</div><div>  --sbindir=DIR           system admin executables [EPREFIX/sbin]</div><div>  --libexecdir=DIR        program executables [EPREFIX/libexec]</div>
<div>  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]</div><div>  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]</div><div>  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]</div>
<div>  --libdir=DIR            object code libraries [EPREFIX/lib]</div><div>  --includedir=DIR        C header files [PREFIX/include]</div><div>  --oldincludedir=DIR     C header files for non-gcc [/usr/include]</div><div>
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]</div><div>  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]</div><div>  --infodir=DIR           info documentation [DATAROOTDIR/info]</div>
<div>  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]</div><div>  --mandir=DIR            man documentation [DATAROOTDIR/man]</div><div>  --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]</div>
<div>  --htmldir=DIR           html documentation [DOCDIR]</div><div>  --dvidir=DIR            dvi documentation [DOCDIR]</div><div>  --pdfdir=DIR            pdf documentation [DOCDIR]</div><div>  --psdir=DIR             ps documentation [DOCDIR]</div>
<div> </div><div>Program names:</div><div>  --program-prefix=PREFIX            prepend PREFIX to installed program names</div><div>  --program-suffix=SUFFIX            append SUFFIX to installed program names</div><div>  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names</div>
<div> </div><div>System types:</div><div>  --build=BUILD     configure for building on BUILD [guessed]</div><div>  --host=HOST       cross-compile to build programs to run on HOST [BUILD]</div><div> </div><div>Optional Features:</div>
<div>  --disable-option-checking  ignore unrecognized --enable/--with options</div><div>  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)</div><div>  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]</div>
<div>  --enable-maintainer-mode  enable make rules and dependencies not useful</div><div>                          (and sometimes confusing) to the casual installer</div><div>  --disable-dependency-tracking  speeds up one-time build</div>
<div>  --enable-dependency-tracking   do not reject slow dependency extractors</div><div>  --enable-shared[=PKGS]  build shared libraries [default=yes]</div><div>  --enable-static[=PKGS]  build static libraries [default=yes]</div>
<div>  --enable-fast-install[=PKGS]</div><div>                          optimize for fast installation [default=yes]</div><div>  --disable-libtool-lock  avoid locking (might break parallel builds)</div><div>  --enable-axl-doc     Enable building Axl documentation (doxygen required) default=yes</div>
<div>  --enable-axl-test     Enable building Axl test executables default=yes</div><div>  --enable-axl-ns     Enable building Axl Namespace support default=yes</div><div>  --enable-axl-log     Enable building Axl with debug log support default=yes</div>
<div>  --enable-axl-knife     Enable building Axl Knife tool default=yes</div><div>  --enable-axl-babel     Enable building Axl Babel tool default=yes</div><div> </div><div>Optional Packages:</div><div>  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]</div>
<div>  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)</div><div>  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]</div><div>  --with-pic              try to use only PIC/non-PIC objects [default=use</div>
<div>                          both]</div><div>  --with-tags[=TAGS]      include additional configurations [automatic]</div><div> </div><div>Some influential environment variables:</div><div>  CC          C compiler command</div>
<div>  CFLAGS      C compiler flags</div><div>  LDFLAGS     linker flags, e.g. -L&lt;lib dir&gt; if you have libraries in a</div><div>              nonstandard directory &lt;lib dir&gt;</div><div>  LIBS        libraries to pass to the linker, e.g. -l&lt;library&gt;</div>
<div>  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I&lt;include dir&gt; if</div><div>              you have headers in a nonstandard directory &lt;include dir&gt;</div><div>  CPP         C preprocessor</div><div>
  CXX         C++ compiler command</div><div>  CXXFLAGS    C++ compiler flags</div><div>  CXXCPP      C++ preprocessor</div><div>  F77         Fortran 77 compiler command</div><div>  FFLAGS      Fortran 77 compiler flags</div>
<div> </div><div>Use these variables to override the choices made by `configure&#39; or to help</div><div>it to find libraries and programs with nonstandard names/locations.</div><div> </div><div>Report bugs to the package provider.</div>
</div><div>libaxl%</div><div><br></div><div>Regards,</div><div>Satish M<br><br><div class="gmail_quote">On Mon, Jun 20, 2011 at 1:09 PM, Francis Brosnan Blazquez <span dir="ltr">&lt;<a href="mailto:francis@aspl.es">francis@aspl.es</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Satish, Robert,<br>
<br>
If you run ./configure --help you&#39;ll get all options available for<br>
vortex, axl, turbulence...(this is an autoconf feature); among others,<br>
you&#39;ll find how to enable/disable features...<br>
<br>
Note if you download from SVN, you&#39;ll have to properly<br>
complete ./autogen.sh to create the ./configure file (and other files<br>
associated)...<br>
<div><div></div><div class="h5"><br>
&gt; Hi Robert,<br>
&gt;<br>
&gt; I was struggling with the same problem as well last Friday. I observed<br>
&gt; that libvortex provides a way to disable building python binding via<br>
&gt; passing --disable-py-vortex flag at the time of running<br>
&gt; autogen/configure script. However there is no such flag available<br>
&gt; within libaxl. The <a href="http://configure.ac" target="_blank">configure.ac</a> doesn&#39;t list out any such flag either.<br>
&gt; Finally I had to install python to let the libaxl configure proceed.<br>
&gt;<br>
&gt; Regards,<br>
&gt; Satish M<br>
&gt;<br>
&gt;<br>
&gt; On Sun, Jun 19, 2011 at 9:11 PM, &quot;Robert M. Münch&quot;<br>
&gt; &lt;<a href="mailto:robert.muench@robertmuench.de">robert.muench@robertmuench.de</a>&gt; wrote:<br>
&gt;         -----BEGIN PGP SIGNED MESSAGE-----<br>
&gt;         Hash: SHA384<br>
&gt;<br>
&gt;<br>
&gt;         Hi, how can I disable that the Python stuff gets tried to<br>
&gt;         build:<br>
&gt;<br>
&gt;         configure: WARNING: unrecognized options: --disable-PyAxl<br>
&gt;         - ------------------------------------------<br>
&gt;         - --       LibAXL LIBRARY SETTINGS        --<br>
&gt;         - ------------------------------------------<br>
&gt;           Installation prefix:          /usr/local<br>
&gt;           Build Axl Namespace support:  yes<br>
&gt;           Build Axl Library tests:      yes<br>
&gt;           Build Axl Knife:              yes<br>
&gt;           Build Axl Library debug log:  yes<br>
&gt;           Build PyAxl:                  yes<br>
&gt;           Build Axl Library doc:        disabled<br>
&gt;             NOTE: To enable Axl documentation you will<br>
&gt;             have to install doxygen tool. Then run again<br>
&gt;             configure process.<br>
&gt;           vasprintf support:            yes<br>
&gt;         - ------------------------------------------<br>
&gt;         - --     NOW TYPE: make; make install     --<br>
&gt;         - ------------------------------------------<br>
&gt;<br>
&gt;         I want to not build PyAxl. Thanks.<br>
&gt;<br>
&gt;         - --<br>
&gt;         Robert M. Münch<br>
&gt;         <a href="http://www.robertmuench.de" target="_blank">http://www.robertmuench.de</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         -----BEGIN PGP SIGNATURE-----<br>
&gt;         Version: PGP Desktop 10.1.1 (Build 10)<br>
&gt;         Charset: iso-8859-1<br>
&gt;<br>
&gt;<br>
&gt;         wsBVAwUBTf4YlXSQa/BbHGLwAQnBwQf/dv7MwS6DBUGWWXOcoqLOhFivYvA2n4cm<br>
&gt;         bzfKHthzjSx0/zcPGLoH7pHwnpf3t+tQRYMN<br>
&gt;         +hePzUxLvj75FyY4nSJvZDp95C/Z<br>
&gt;         jpYvdxipl2cbcyAxsd<br>
&gt;         +j5uMUFMvwQTXVq7JwqjQ7m5M7DFHbP1U86pS6Nq8BhjFB<br>
&gt;         NIfFCtYlqYiOsxtnwgSpujAKRiVD6SYgrWDva4OvHDT0HBcDmKxq/nZEP0jR/asp<br>
&gt;         cgob40GNLDlorLgDFE9ub4t8l4X4pZPIyHhGFjYAgBS4Wdu2Wu7So<br>
&gt;         +vmXIL7z1eX<br>
&gt;         0BAss14vXcePMCOvUKhfu/irr50d9AGIq7RnNVk9uk+6IswKt1Yhdw==<br>
&gt;         =PTBz<br>
&gt;         -----END PGP SIGNATURE-----<br>
&gt;<br>
&gt;         _______________________________________________<br>
&gt;         Vortex mailing list<br>
&gt;         <a href="mailto:Vortex@lists.aspl.es">Vortex@lists.aspl.es</a><br>
&gt;         <a href="http://lists.aspl.es/cgi-bin/mailman/listinfo/vortex" target="_blank">http://lists.aspl.es/cgi-bin/mailman/listinfo/vortex</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; &quot;The happiest of people don´t necessarily have the best of everything,<br>
&gt; they just make the most of everything that comes along their way.&quot;<br>
&gt; _______________________________________________<br>
&gt; Vortex mailing list<br>
&gt; <a href="mailto:Vortex@lists.aspl.es">Vortex@lists.aspl.es</a><br>
&gt; <a href="http://lists.aspl.es/cgi-bin/mailman/listinfo/vortex" target="_blank">http://lists.aspl.es/cgi-bin/mailman/listinfo/vortex</a><br>
<br>
--<br>
</div></div><div><div></div><div class="h5">Francis Brosnan Blázquez &lt;<a href="mailto:francis.brosnan@aspl.es">francis.brosnan@aspl.es</a>&gt;<br>
ASPL<br>
91 134 14 22 - 91 134 14 45 - 91 116 07 57<br>
<br>
AVISO LEGAL<br>
<br>
Este mensaje se dirige exclusivamente a su destinatario. Los datos<br>
incluidos en el presente correo son confidenciales y sometidos a secreto<br>
profesional, se prohíbe divulgarlos, en virtud de las leyes vigentes. Si<br>
usted no lo es y lo ha recibido por error o tiene conocimiento del mismo<br>
por cualquier motivo, le rogamos que nos lo comunique por este medio y<br>
proceda a destruirlo o borrarlo.<br>
<br>
En virtud de lo dispuesto en la Ley Orgánica 15/1999, de 13 de<br>
diciembre, de Protección de Datos de Carácter Personal, le informamos de<br>
que sus datos de carácter personal, recogidos de fuentes accesibles al<br>
público o datos que usted nos ha facilitado previamente, proceden de<br>
bases de datos propiedad de Advanced Software Production Line, S.L.<br>
(ASPL). No obstante, usted puede ejercitar sus derechos de acceso,<br>
rectificación, cancelación y oposición dispuestos en la mencionada Ley<br>
Orgánica, notificándolo por escrito a:<br>
ASPL - Protección Datos, C/Antonio Suárez 10 A-102, 28802, Alcalá de<br>
Henares (Madrid).<br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>&quot;The happiest of people don´t necessarily have the best of everything, they just make the most of everything that comes along their way.&quot;<br>
</div>