From: Cercueil, Paul <Paul.Cercueil@analog.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] libiio: Disable MATLAB Bindings on Target
Date: Tue, 14 Mar 2017 15:05:10 +0000 [thread overview]
Message-ID: <1489503908.2565.7.camel@analog.com> (raw)
In-Reply-To: <1489433702-3044-1-git-send-email-mfornero@mathworks.com>
Makes sense.
Acked-By: Paul Cercueil <paul.cercueil@analog.com>
--
???__????____??____
? /__\??(??_ \(_??_)??| Paul Cercueil paul.cercueil at analog.com
?/(__)\??)(_) )_)(_???| Software Engineer github.com/pcercuei
(__)(__)(____/(____)??| Analog Devices, S.L. Paterna (Valencia) SPAIN
Le lundi 13 mars 2017 ? 15:35 -0400, Matthew Fornero a ?crit?:
> If building on a machine with MATLAB installed, the MATLAB bindings
> will
> default to ON, which is not the desired behavior for a cross build.
>
> The bindings are designed to be called from within MATLAB, and we are
> not currently running MATLAB on buildroot-generated targets.
>
> This does not preclude the use of the bindings from a host connecting
> over the network backend (assuming libiio on the host has the
> bindings
> enabled).
>
> Signed-off-by: Matthew Fornero <mfornero@mathworks.com>
> ---
> ?package/libiio/libiio.mk | 1 +
> ?1 file changed, 1 insertion(+)
>
> diff --git a/package/libiio/libiio.mk b/package/libiio/libiio.mk
> index 8977610..aaa6c70 100644
> --- a/package/libiio/libiio.mk
> +++ b/package/libiio/libiio.mk
> @@ -14,6 +14,7 @@ LIBIIO_CONF_OPTS = -DENABLE_IPV6=ON \
> ? -DWITH_LOCAL_BACKEND=$(if
> $(BR2_PACKAGE_LIBIIO_LOCAL_BACKEND),ON,OFF) \
> ? -DWITH_NETWORK_BACKEND=$(if
> $(BR2_PACKAGE_LIBIIO_NETWORK_BACKEND),ON,OFF) \
> ? -DWITH_MATLAB_BINDINGS_API=OFF \
> + -DMATLAB_BINDINGS=OFF \
> ? -DINSTALL_UDEV_RULE=$(if $(BR2_PACKAGE_HAS_UDEV),ON,OFF) \
> ? -DWITH_TESTS=$(if $(BR2_PACKAGE_LIBIIO_TESTS),ON,OFF) \
> ? -DWITH_DOC=OFF
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20170314/ce4dda88/attachment.asc>
next prev parent reply other threads:[~2017-03-14 15:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-13 19:35 [Buildroot] [PATCH] libiio: Disable MATLAB Bindings on Target Matthew Fornero
2017-03-14 15:05 ` Cercueil, Paul [this message]
2017-03-14 22:41 ` Thomas Petazzoni
2017-03-14 23:22 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1489503908.2565.7.camel@analog.com \
--to=paul.cercueil@analog.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.