-
-
Notifications
You must be signed in to change notification settings - Fork 910
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
pixi shell #1169
base: master
Are you sure you want to change the base?
pixi shell #1169
Conversation
pixi.toml
Outdated
libgcc-ng = ">=14.1.0,<15" | ||
libblas = ">=3.9.0,<4" | ||
liblapack = ">=3.9.0,<4" | ||
binutils = ">=2.40,<3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you know why you required this?
pixi.toml
Outdated
glew = ">=2.1.0,<3" | ||
mesa = ">=2.3.0,<3" | ||
glfw = ">=3.4,<4" | ||
build = ">=0.7.0,<0.8" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Never got to need build before
platforms = ["linux-64"] | ||
|
||
[tasks] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add task for getting igl and compile and eventually run the various binaries
|
||
[tasks] | ||
|
||
[dependencies] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add git in the deps to checkout igl as a Pixi setup task
@@ -119,13 +119,13 @@ def find(afile): | |||
|
|||
|
|||
# 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") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls do not hardcode this paths
@@ -0,0 +1,116 @@ | |||
#!/usr/bin/env python3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls decribe what is this script for
is this needed by the current pixi shell build or can be put in a different PR?
Files to create pixi shell environment for openMVS without CUDA