Code Monkey home page Code Monkey logo

Comments (4)

laramiel avatar laramiel commented on June 24, 2024

Our CI builds tensorstore using CMake on every change, but environments differ.
Could you provide the exact commands you are using?

from tensorstore.

georgeza-dev avatar georgeza-dev commented on June 24, 2024

Hello, thanks for your response.
I am trying to build everything in Tensorstore repository, so I am using "cmake .. " from ./build directory and then "make" so as to get all the shared libraries.

At the end of the day, I will use it to read/write file based and cloud based zarr directories .
But I am lacking the way to build only the zarr driver, so tried to build everything.

Thanks in advance for your help.
George

from tensorstore.

laramiel avatar laramiel commented on June 24, 2024

Try using the Ninja generator for cmake.

cmake -G Ninja

Edit: The cmake build does output some files to generated directories, and I suspect that the make generator and the Ninja generator handle that differently; most of our testing uses the Ninja generator.

from tensorstore.

georgeza-dev avatar georgeza-dev commented on June 24, 2024

Thanks for your answer!! I will give a try.
Best,
George

from tensorstore.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.