Uploaded image for project: 'pymongoarrow'
  1. pymongoarrow
  2. ARROW-24

Use LDLIBS and CXXFLAGS environment variables in PyMongoArrow builds

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      As per the GNU Make docs:

      • Linker arguments to be passed to -L can be set via LDFLAGS and those passed to -l can be set via LDLIBS. Currently, we only set LDFLAGS during the extension build.
      • Extra args to the C++ compiler are set via the CXXFLAGS variable. Currently, we only set CFLAGS which only affects how the libbson wrapper/bindings are compiled but doesn't affect compilation of pymongoarrow.lib which is a C++ extension.

            Assignee:
            Unassigned Unassigned
            Reporter:
            prashant.mital Prashant Mital (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: