You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by sh...@apache.org on 2018/12/12 10:57:27 UTC

[arrow] branch master updated: ARROW-4004: [GLib] Replace GPU with CUDA

This is an automated email from the ASF dual-hosted git repository.

shiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new c0ac97f  ARROW-4004: [GLib] Replace GPU with CUDA
c0ac97f is described below

commit c0ac97f126c98fb29e81d6544adfea9d4ab74aff
Author: Kouhei Sutou <ko...@clear-code.com>
AuthorDate: Wed Dec 12 19:57:12 2018 +0900

    ARROW-4004: [GLib] Replace GPU with CUDA
    
    This is a follow-up change for #3088.
    
    Author: Kouhei Sutou <ko...@clear-code.com>
    
    Closes #3162 from kou/glib-replace-gpu-with-cuda and squashes the following commits:
    
    8891e510 <Kouhei Sutou>  Replace GPU with CUDA
---
 c_glib/plasma-glib/plasma-glib.pc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c_glib/plasma-glib/plasma-glib.pc.in b/c_glib/plasma-glib/plasma-glib.pc.in
index f3a82c2..c82fe69 100644
--- a/c_glib/plasma-glib/plasma-glib.pc.in
+++ b/c_glib/plasma-glib/plasma-glib.pc.in
@@ -25,4 +25,4 @@ Description: C API for Apache Arrow Plasma based on GLib
 Version: @VERSION@
 Libs: -L${libdir} -lplasma-glib
 Cflags: -I${includedir}
-Requires: plasma arrow-glib @ARROW_GPU_GLIB_PACKAGE@
+Requires: plasma arrow-glib @ARROW_CUDA_GLIB_PACKAGE@