Skip to content

Conversation

@waqarsqureshi
Copy link

Files to create pixi shell environment for openMVS without CUDA

pixi.toml Outdated
libgcc-ng = ">=14.1.0,<15"
libblas = ">=3.9.0,<4"
liblapack = ">=3.9.0,<4"
binutils = ">=2.40,<3"
Copy link
Contributor

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"
Copy link
Contributor

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]

Copy link
Contributor

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]
Copy link
Contributor

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


# 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")
Copy link
Owner

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
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants