Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add abseil/absl to build via ExternalProject_Add #3454

Merged
merged 7 commits into from Aug 19, 2022

Conversation

dhoke4tdb
Copy link
Contributor

Add abseil/absl to build via ExternalProject_Add


TYPE: FEATURE
DESC: add abseil/absl to build via ExternalProject_Add

@shortcut-integration
Copy link

This pull request has been linked to Shortcut Story #20101: Add Abseil to build.

@dhoke4tdb dhoke4tdb marked this pull request as ready for review August 16, 2022 20:33
@dhoke4tdb dhoke4tdb marked this pull request as draft August 16, 2022 23:28
tiledb/CMakeLists.txt Outdated Show resolved Hide resolved
@dhoke4tdb
Copy link
Contributor Author

Comments addressed.
Also realized was not supporting build all dependencies so made changes in effort to support this
and to verify expected targets found, not currently attempting to create them if not found (55 of them), just warning or fatal if tiledb built.

@dhoke4tdb dhoke4tdb marked this pull request as ready for review August 17, 2022 13:56
-DBUILD_TESTING=OFF
-DCMAKE_PREFIX_PATH=${TILEDB_EP_INSTALL_PREFIX}
-DCMAKE_INSTALL_PREFIX=${TILEDB_EP_INSTALL_PREFIX}
-DCMAKE_CXX_FLAGS=-fPIC
Copy link
Member

Choose a reason for hiding this comment

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

Should this use the cmake_position_independent_code flag?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

PIC not verifiable as currently needed, removed

@dhoke4tdb
Copy link
Contributor Author

anticipate that options used to build may need adjustment when/if reach point of trying to use with (upgrading of) gcssdk

@ihnorton ihnorton merged commit dae5d97 into dev Aug 19, 2022
@ihnorton ihnorton deleted the dlh/sc-20101-find-abseil-absl-externalproject branch August 19, 2022 20:27
ihnorton pushed a commit that referenced this pull request Aug 23, 2022
* add Crc32c to tiledb build via ExternalProject_Add

* add 'prefix' underscore to transient option, add use that for transient build of crc32 until gcs eventually starts to need

(to be merged after #3454, abseil/absl added to build)

---
TYPE: FEATURE
DESC: add Crc32c to tiledb build via ExternalProject_Add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants