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

Nix build #6854

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Nix build #6854

wants to merge 10 commits into from

Commits on Jul 4, 2024

  1. Allow compiling open3d-cpu python package on NixOs 24.05

    * Remove the use of deprecated functions in ImGui
    * CMake option to exclude uvatlas as dependency as a single function
      leads to the inclusion of many libraries.
    * CMake option to override the desktop install path
    Ernesto Rodriguez committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    bbeb21a View commit details
    Browse the repository at this point in the history
  2. Set the frame size as initial item heights in the ListView.

    Ernesto Rodriguez committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b2d2e87 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    160209d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Update Assimp to fix compilation with gcc 13 (isl-org#6846)

    * Update Assimp to fix compilation with gcc 13
    * Assimp v5.24.2 (latest release) cmake 3.22 (required by assimp)
    * ASSIMP_WARNINGS_AS_ERRORS=OFF
    ---------
    Co-authored-by: Sameer Sheorey <[email protected]>
    benjaminum committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    02c26d9 View commit details
    Browse the repository at this point in the history
  2. Fix triangle area and non-manifold edge tests for CUDA (isl-org#6859)

    Fix python test, fix mkl download URL typo, restrict numpy to v1.x
    ssheorey committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8b25949 View commit details
    Browse the repository at this point in the history
  3. Bump certifi in /python in the pip group across 1 directory (isl-org#…

    …6857)
    
    Bumps the pip group with 1 update in the /python directory: [certifi](https://github.com/certifi/python-certifi).
    
    
    Updates `certifi` from 2023.7.22 to 2024.7.4
    - [Commits](certifi/python-certifi@2023.07.22...2024.07.04)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: direct:production
      dependency-group: pip
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    afb23f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Allow compiling open3d-cpu python package on NixOs 24.05

    * Remove the use of deprecated functions in ImGui
    * CMake option to exclude uvatlas as dependency as a single function
      leads to the inclusion of many libraries.
    * CMake option to override the desktop install path
    Ernesto Rodriguez committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ce0cff2 View commit details
    Browse the repository at this point in the history
  2. Set the frame size as initial item heights in the ListView.

    Ernesto Rodriguez committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    1c253fd View commit details
    Browse the repository at this point in the history
  3. Fix style errors and disable the 'uvatlas' tests when the feature is …

    …not enabled.
    netogallo committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    781000b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90c1c4e View commit details
    Browse the repository at this point in the history