diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-10-09 23:19:08 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-10-09 23:37:43 +0800 |
commit | ccec2df8f05632d74f827d6d263e937237ddd291 (patch) | |
tree | 03be522bca9be00f9cf83ab91f844d598a4b5c7c /databases/rubygem-red-arrow/files/patch-ext-arrow-extconf.rb | |
parent | devel/py-types-psutil: Add py-types-psutil 5.9.5.1 (diff) |
databases/rubygem-red-arrow: Add rubygem-red-arrow 8.0.0
Red Arrow is the Ruby bindings of Apache Arrow. Red Arrow is based on GObject
Introspection.
Apache Arrow is an in-memory columnar data store. It's used by many products for
data analytics.
GObject Introspection is a middleware for language bindings of C library.
GObject Introspection can generate language bindings automatically at runtime.
Red Arrow uses Apache Arrow GLib and gobject-introspection gem to generate Ruby
bindings of Apache Arrow.
See also: https://github.com/apache/arrow/tree/master/ruby/red-arrow
Diffstat (limited to 'databases/rubygem-red-arrow/files/patch-ext-arrow-extconf.rb')
-rw-r--r-- | databases/rubygem-red-arrow/files/patch-ext-arrow-extconf.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/rubygem-red-arrow/files/patch-ext-arrow-extconf.rb b/databases/rubygem-red-arrow/files/patch-ext-arrow-extconf.rb new file mode 100644 index 000000000000..e1efe63ad39e --- /dev/null +++ b/databases/rubygem-red-arrow/files/patch-ext-arrow-extconf.rb @@ -0,0 +1,11 @@ +--- ext/arrow/extconf.rb.orig 2022-09-13 15:47:51 UTC ++++ ext/arrow/extconf.rb +@@ -65,7 +65,7 @@ unless required_pkg_config_package([ + end + + [ +- ["glib2", "ext/glib2"], ++ ["glib2", "lib"], + ].each do |name, relative_source_dir| + spec = find_gem_spec(name) + source_dir = File.join(spec.full_gem_path, relative_source_dir) |