Git Product home page Git Product logo

Comments (2)

btalb avatar btalb commented on July 18, 2024

Better workaround, but still not ideal:

rm build/temp.*/CMakeCache.txt; pip install -e .

The difference between CMakeCache.txt on fresh builds, and rebuilds is:

ben@ben-precision-3630:~/repos/gtsam_quadrics$ diff build_success/temp.linux-x86_64-3.8/CMakeCache.txt build_fail/temp.linux-x86_64-3.8/CMakeCache.txt 
26,27c26,27
< //Build shared gtsam library, instead of static
< BUILD_SHARED_LIBS:BOOL=OFF
---
> //No help, variable specified on the command line.
> BUILD_SHARED_LIBS:UNINITIALIZED=OFF
197c197
< CMAKE_MAKE_PROGRAM:FILEPATH=/tmp/pip-build-env-w8v9k1rc/overlay/bin/ninja
---
> CMAKE_MAKE_PROGRAM:FILEPATH=/tmp/pip-build-env-zabdl3u3/overlay/bin/ninja
882c882
< CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=40
---
> CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
967,968d966
< //ADVANCED property for variable: GTSAM_COMPILE_DEFINITIONS_PUBLIC
< GTSAM_COMPILE_DEFINITIONS_PUBLIC-ADVANCED:INTERNAL=1

from gtsam-quadrics.

btalb avatar btalb commented on July 18, 2024

Issue is due to the caching of CMAKE_MAKE_PROGRAM (using a /tmp/pip-build-env directory which is unique on every build).

Need to figure out how to stop this caching.

from gtsam-quadrics.

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.