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

Install fails on macOS Sierra (10.12.6) #223

Closed
ghost opened this issue Oct 26, 2017 · 2 comments
Closed

Install fails on macOS Sierra (10.12.6) #223

ghost opened this issue Oct 26, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 26, 2017

Here's the tail-end of the console output:

[100%] Built target bench
Install the project...
-- Install configuration: "Release"
-- Installing: /usr/lib/pkgconfig/blosc.pc
CMake Error at cmake_install.cmake:31 (file):
  file INSTALL cannot copy file
  "/var/folders/49/_rg4p7v56fn1082smrxm82p40000gn/T/tmp.CM56UX6A/c-blosc-1.12.1/build/blosc.pc"
  to "/usr/lib/pkgconfig/blosc.pc".


make: *** [install] Error 1
bloc build install failed
~/Projects/TileDB
@jakebolewski
Copy link
Contributor

@ejstembler unfortunately you need elevated permissions to install tiledb and its dependencies at the moment.

We are working on creating a homebrew formula so that this process is more streamlined.

@jakebolewski
Copy link
Contributor

@ejstembler thanks for trying out TileDB, we now have an official TileDB tap for Homebrew up.

Installation should be as simple as:

brew install tiledb-inc/stable/tiledb

you can verify that tiledb was installed correctly by

brew test tiledb

to install the latest dev version you can pass the optional --HEAD flag to the install command

Docs: https://docs.tiledb.io/docs/installation#section-macos
Tap: https://github.com/TileDB-Inc/homebrew-stable

Feel free to open another issue if you run into problems.

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

No branches or pull requests

1 participant