You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Zahari (JIRA)" <ji...@apache.org> on 2017/07/18 23:14:00 UTC

[jira] [Updated] (ARROW-1236) Library paths in exported pkg-config file are incorrect

     [ https://issues.apache.org/jira/browse/ARROW-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zahari updated ARROW-1236:
--------------------------
    Description: 

{code:bash}
prefix=/tmp/arrow
libdir=${prefix}//tmp/arrow/lib
includedir=${prefix}/include

so_version=0
abi_version=0.0.0

Name: Apache Arrow
Description: Arrow is a set of technologies that enable big-data systems to process and move data fast.
Version: 0.4.1
Libs: -L${libdir} -larrow
Cflags: -I${includedir}
{code}
This is the arrow.pc file I get in a conda environment /tmp/arrow



The libdir variable condains the prefix twice, making this file incorrect.

  was:
This is the arrow.pc file I get in a conda environment /tmp/arrow

prefix=/tmp/arrow
libdir=${prefix}//tmp/arrow/lib
includedir=${prefix}/include

so_version=0
abi_version=0.0.0

Name: Apache Arrow
Description: Arrow is a set of technologies that enable big-data systems to process and move data fast.
Version: 0.4.1
Libs: -L${libdir} -larrow
Cflags: -I${includedir}

The libdir variable condains the prefix twice, making this file incorrect.


> Library paths in exported pkg-config file are incorrect
> -------------------------------------------------------
>
>                 Key: ARROW-1236
>                 URL: https://issues.apache.org/jira/browse/ARROW-1236
>             Project: Apache Arrow
>          Issue Type: Bug
>            Reporter: Zahari
>            Priority: Minor
>
> {code:bash}
> prefix=/tmp/arrow
> libdir=${prefix}//tmp/arrow/lib
> includedir=${prefix}/include
> so_version=0
> abi_version=0.0.0
> Name: Apache Arrow
> Description: Arrow is a set of technologies that enable big-data systems to process and move data fast.
> Version: 0.4.1
> Libs: -L${libdir} -larrow
> Cflags: -I${includedir}
> {code}
> This is the arrow.pc file I get in a conda environment /tmp/arrow
> The libdir variable condains the prefix twice, making this file incorrect.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)