RNDF integration into Drake

Issue #152 open
Agustin Alba Chicar created an issue

Log the progress of the PR so as to track it.

Comments (23)

  1. Agustin Alba Chicar reporter

    Addressed comments of the second round of feature review. For the record, we should both compile with bazel and with cmake. When running cmake, I recommend calling it like:

    #!
    
    env CC=gcc-4.9 CXX=g++-4.9 FC=gfortran-4.9 cmake -DCMAKE_BUILD_TYPE:STRING=Debug -DUSE_INCLUDE_WHAT_YOU_USE:BOOL=ON -DUSE_LINK_WHAT_YOU_USE:BOOL=ON -DUSE_SANITIZER=Address  ..
    

    You can use another option for USE_SANITIZER based on your needs. Nevertheless this may satisfy most of our needs. See this link for more details.

    Something useful too, is to run clang-format . AFAIK it's not integrated into bazel / cmake / git-hook so it should be done manually. See this link for more details.

  2. Log in to comment