Skip to content

Commit

Permalink
update ninja to 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbrech committed Jun 7, 2024
1 parent 55eb8bd commit 5f3156d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- pythonocc-core=7.4.1 # needed to build python bindings
- matlab-libs # needed to build matlab bindings
# other build dependencies
- ninja=1.10.2 # not strictly needed, tigl can be build using any other camke generator
- ninja=1.12.1 # not strictly needed, tigl can be build using any other camke generator
- freeimageplus # used by opencascade
- libboost=1.82.0
- libboost=1.82.0 # TiGL comes equipped with boost 1.76, that can be used by using the CMAKE option TIGL_USE_INTERNAL_BOOST=ON
- brotlipy # Workaround for issue on windows, see: https://github.com/conda/conda/issues/9903#issuecomment-647091019

0 comments on commit 5f3156d

Please sign in to comment.