Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: fe1d9edfa7c7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 189b86163856
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 9, 2018

  1. bullet: fix darwin build

    The examples fail with an opengl related issue:
    
        Undefined symbols for architecture x86_64:
          "SimpleOpenGL3App::SimpleOpenGL3App(char const*, int, int, bool)", referenced from:
              _main in main_opengl_single_example.o
          "_useShadowMap", referenced from:
              GL_ShapeDrawer::drawScene(btDiscreteDynamicsWorld const*, bool, int) in GL_ShapeDrawer.o
        ld: symbol(s) not found for architecture x86_64
    
    And the tests need an extra dependencly, possibley related to
    bulletphysics/bullet3#819
    
        ld: library not found for -lBussIK
    
    /cc ZHF #45961
    LnL7 committed Sep 9, 2018
    Configuration menu
    Copy the full SHA
    939debc View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Merge pull request #46422 from LnL7/darwin-bullet

    bullet: fix darwin build
    LnL7 committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    189b861 View commit details
    Browse the repository at this point in the history