Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-1236

Library paths in exported pkg-config file are incorrect

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.4.1
    • 0.5.0
    • C++
    • None

    Description

      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}
      

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            Zaharid Zahari
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: