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 generation of pkg-config file #1656

Conversation

Shelnutt2
Copy link
Member

Add generation of pkg-config file for installation.

@Shelnutt2 Shelnutt2 added build backport tags commits to backport to release branch cmake labels May 27, 2020
@eddelbuettel
Copy link
Contributor

Lovely:

[....earlier stuff omitted...]
-- Installing: /usr/local/lib/cmake/TileDB/TileDBTargets-debug.cmake
-- Installing: /usr/local/lib/pkgconfig/tiledb.pc
make: Leaving directory '/home/edd/git/tiledb/build/tiledb'
edd@rob:~/git/tiledb/build(sethshelnutt/ch2363/add-pkg-config-support-for-main-tiledb-build)$ pkg-config --list-all | grep tiledb
tiledb                         TileDB - The Storage Engine for Data Science
edd@rob:~/git/tiledb/build(sethshelnutt/ch2363/add-pkg-config-support-for-main-tiledb-build)$ pkg-config --libs tiledb
-L/usr/local/lib -ltiledb
edd@rob:~/git/tiledb/build(sethshelnutt/ch2363/add-pkg-config-support-for-main-tiledb-build)$ pkg-config --cflags tiledb
-I/usr/local/include/tiledb
edd@rob:~/git/tiledb/build(sethshelnutt/ch2363/add-pkg-config-support-for-main-tiledb-build)$ 

@Shelnutt2 Shelnutt2 merged commit e306107 into dev May 27, 2020
@Shelnutt2 Shelnutt2 deleted the sethshelnutt/ch2363/add-pkg-config-support-for-main-tiledb-build branch May 27, 2020 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport tags commits to backport to release branch build cmake
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants