Open
Conversation
pmoulon
reviewed
Aug 15, 2024
| libgcc-ng = ">=14.1.0,<15" | ||
| libblas = ">=3.9.0,<4" | ||
| liblapack = ">=3.9.0,<4" | ||
| binutils = ">=2.40,<3" |
Contributor
There was a problem hiding this comment.
Do you know why you required this?
| glew = ">=2.1.0,<3" | ||
| mesa = ">=2.3.0,<3" | ||
| glfw = ">=3.4,<4" | ||
| build = ">=0.7.0,<0.8" |
Contributor
There was a problem hiding this comment.
Never got to need build before
| platforms = ["linux-64"] | ||
|
|
||
| [tasks] | ||
|
|
Contributor
There was a problem hiding this comment.
Please add task for getting igl and compile and eventually run the various binaries
|
|
||
| [tasks] | ||
|
|
||
| [dependencies] |
Contributor
There was a problem hiding this comment.
Maybe add git in the deps to checkout igl as a Pixi setup task
cdcseacave
requested changes
Aug 22, 2024
|
|
||
| # Try to find openMVG, COLMAP, and openMVS binaries in PATH | ||
| OPENMVG_BIN = whereis("openMVG_main_SfMInit_ImageListing") | ||
| OPENMVG_BIN = "/home/waqar/reconstruction/openMVG_build/Linux-x86_64-Release/" #whereis("openMVG_main_SfMInit_ImageListing") |
Owner
There was a problem hiding this comment.
pls do not hardcode this paths
| @@ -0,0 +1,116 @@ | |||
| #!/usr/bin/env python3 | |||
Owner
There was a problem hiding this comment.
pls decribe what is this script for
is this needed by the current pixi shell build or can be put in a different PR?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Files to create pixi shell environment for openMVS without CUDA