Displaying 5 results from an estimated 5 matches similar to: "[PATCH nbdkit] plugins: Add scripting language version to --dump-plugin output."
2018 Oct 01
0
Re: [PATCH nbdkit] plugins: Add scripting language version to --dump-plugin output.
On Monday, 1 October 2018 15:44:37 CEST Richard W.M. Jones wrote:
> On Lua:
>
> lua_version=5.3.4
>
> On Perl:
>
> perl_version=5.28.0
>
> On Python 2:
>
> python_version=2.7.15
>
> On Python 3:
>
> python_version=3.7.0
> python_pep_384_abi_version=3
>
> On Ruby 2.5.1p57:
>
> ruby_api_version=2.5.0
Should this be
2004 Jan 14
0
Update on: Installing the Rcmdr and tclk package
Hello R-users,
first thanks to all who responded my questions regarding the installation
of the Rcmdr and tcltk packages. The problem is with the tclk package on
which Rcmdr depends.
Following Prof Ripley's advice I re-installed Tcl and Tk, compiling from
sources and making sure the "--enable-64bit" option of their configure was
set and setting the environment variable
2015 Oct 27
1
[PATCH] configure: Move language binding detection to separate files.
This commit starts to split our massive, monolithic configure.ac file
into smaller files, using the m4_include mechanism to combine them.
I don't know if we should really do this, so I'm open to comments
about it. However:
- Our configure.ac script is 1800+ lines long, and that's pretty long.
- configure.ac lacks structure; splitting it up might improve that.
- From what I read,
2012 Dec 13
3
Lua improvements
Here are a few patches I applied to get the Lua bindings to build
correctly with different versions of Lua.
I am not particularly happy with generating all the test scripts just
for the shebang line. Since it has been a while since I had to edit
autoconf/automake, this was the best I could come up with.
Cheers,
-Hilko
2015 Oct 29
16
[PATCH 00/16] Refactoring of configure.ac and guestfs.pod
Two (not related to each other) refactorings:
Patches 1-12 split configure.ac into smaller files using the
m4_include mechanism.
Patches 13-15 split out parts of guestfs.pod (ie. guestfs(3)) into
three new manual pages:
guestfs-hacking(3) - how to extend and contribute to libguestfs
guestfs-internals(3) - architecture and internals
guestfs-security(3) - security and CVEs
Patch 16 is a