Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Conversation

@wesm
Copy link
Member

@wesm wesm commented Apr 30, 2016

I adapted @emkornfield's work from ARROW-71 (apache/arrow@5d12999). It's a large diff due to the first reformatting of the codebase. Per travis-ci/apt-source-safelist#199 we can switch Travis back to Ubuntu 14.04 and maybe upgrade to LLVM 3.8 at some point in the future.

@xhochy
Copy link
Member

xhochy commented May 1, 2016

+1, lots of changes but no problems ;)

include_directories(SYSTEM ${ZLIB_INCLUDE_DIRS})
add_library(zlibstatic STATIC IMPORTED)
set_target_properties(zlibstatic PROPERTIES IMPORTED_LOCATION ${ZLIB_LIBRARIES})
set_target_properties(zlibstatic PROPERTIES IMPORTED_LOCATION ${ZLIB_STATIC_LIB})
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Zlib was being dynamically linked (and there is a valgrind warning on Ubuntu 12.04) so this fixes that

@wesm
Copy link
Member Author

wesm commented May 1, 2016

+1, thank you.

@asfgit asfgit closed this in 674dbb3 May 1, 2016
@wesm wesm deleted the PARQUET-477 branch May 1, 2016 16:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants