Hi Francis,<div><br></div><div>If I run the ./configure --help command for libaxl, I don'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' 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 ...' messages</div><div> --cache-file=FILE cache test results in FILE [disabled]</div><div> -C, --config-cache alias for `--cache-file=config.cache'</div>
<div> -n, --no-create do not create output files</div><div> --srcdir=DIR find the sources in DIR [configure dir or `..']</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' will install all the files in</div>
<div>`/usr/local/bin', `/usr/local/lib' etc. You can specify</div><div>an installation prefix other than `/usr/local' using `--prefix',</div><div>for instance `--prefix=$HOME'.</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<lib dir> if you have libraries in a</div><div> nonstandard directory <lib dir></div><div> LIBS libraries to pass to the linker, e.g. -l<library></div>
<div> CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if</div><div> you have headers in a nonstandard directory <include dir></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' 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"><<a href="mailto:francis@aspl.es">francis@aspl.es</a>></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'll get all options available for<br>
vortex, axl, turbulence...(this is an autoconf feature); among others,<br>
you'll find how to enable/disable features...<br>
<br>
Note if you download from SVN, you'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>
> Hi Robert,<br>
><br>
> I was struggling with the same problem as well last Friday. I observed<br>
> that libvortex provides a way to disable building python binding via<br>
> passing --disable-py-vortex flag at the time of running<br>
> autogen/configure script. However there is no such flag available<br>
> within libaxl. The <a href="http://configure.ac" target="_blank">configure.ac</a> doesn't list out any such flag either.<br>
> Finally I had to install python to let the libaxl configure proceed.<br>
><br>
> Regards,<br>
> Satish M<br>
><br>
><br>
> On Sun, Jun 19, 2011 at 9:11 PM, "Robert M. Münch"<br>
> <<a href="mailto:robert.muench@robertmuench.de">robert.muench@robertmuench.de</a>> wrote:<br>
> -----BEGIN PGP SIGNED MESSAGE-----<br>
> Hash: SHA384<br>
><br>
><br>
> Hi, how can I disable that the Python stuff gets tried to<br>
> build:<br>
><br>
> configure: WARNING: unrecognized options: --disable-PyAxl<br>
> - ------------------------------------------<br>
> - -- LibAXL LIBRARY SETTINGS --<br>
> - ------------------------------------------<br>
> Installation prefix: /usr/local<br>
> Build Axl Namespace support: yes<br>
> Build Axl Library tests: yes<br>
> Build Axl Knife: yes<br>
> Build Axl Library debug log: yes<br>
> Build PyAxl: yes<br>
> Build Axl Library doc: disabled<br>
> NOTE: To enable Axl documentation you will<br>
> have to install doxygen tool. Then run again<br>
> configure process.<br>
> vasprintf support: yes<br>
> - ------------------------------------------<br>
> - -- NOW TYPE: make; make install --<br>
> - ------------------------------------------<br>
><br>
> I want to not build PyAxl. Thanks.<br>
><br>
> - --<br>
> Robert M. Münch<br>
> <a href="http://www.robertmuench.de" target="_blank">http://www.robertmuench.de</a><br>
><br>
><br>
><br>
> -----BEGIN PGP SIGNATURE-----<br>
> Version: PGP Desktop 10.1.1 (Build 10)<br>
> Charset: iso-8859-1<br>
><br>
><br>
> wsBVAwUBTf4YlXSQa/BbHGLwAQnBwQf/dv7MwS6DBUGWWXOcoqLOhFivYvA2n4cm<br>
> bzfKHthzjSx0/zcPGLoH7pHwnpf3t+tQRYMN<br>
> +hePzUxLvj75FyY4nSJvZDp95C/Z<br>
> jpYvdxipl2cbcyAxsd<br>
> +j5uMUFMvwQTXVq7JwqjQ7m5M7DFHbP1U86pS6Nq8BhjFB<br>
> NIfFCtYlqYiOsxtnwgSpujAKRiVD6SYgrWDva4OvHDT0HBcDmKxq/nZEP0jR/asp<br>
> cgob40GNLDlorLgDFE9ub4t8l4X4pZPIyHhGFjYAgBS4Wdu2Wu7So<br>
> +vmXIL7z1eX<br>
> 0BAss14vXcePMCOvUKhfu/irr50d9AGIq7RnNVk9uk+6IswKt1Yhdw==<br>
> =PTBz<br>
> -----END PGP SIGNATURE-----<br>
><br>
> _______________________________________________<br>
> Vortex mailing list<br>
> <a href="mailto:Vortex@lists.aspl.es">Vortex@lists.aspl.es</a><br>
> <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>
><br>
><br>
> --<br>
> "The happiest of people don´t necessarily have the best of everything,<br>
> they just make the most of everything that comes along their way."<br>
> _______________________________________________<br>
> Vortex mailing list<br>
> <a href="mailto:Vortex@lists.aspl.es">Vortex@lists.aspl.es</a><br>
> <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 <<a href="mailto:francis.brosnan@aspl.es">francis.brosnan@aspl.es</a>><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>"The happiest of people don´t necessarily have the best of everything, they just make the most of everything that comes along their way."<br>
</div>