Skip to content

pixi shell#1169

Open
waqarsqureshi wants to merge 5 commits intocdcseacave:masterfrom
waqarsqureshi:master
Open

pixi shell#1169
waqarsqureshi wants to merge 5 commits intocdcseacave:masterfrom
waqarsqureshi:master

Conversation

@waqarsqureshi
Copy link
Copy Markdown

Files to create pixi shell environment for openMVS without CUDA

Comment thread 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
Copy Markdown
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?

Comment thread 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
Copy Markdown
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

Comment thread pixi.toml
platforms = ["linux-64"]

[tasks]

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

Comment thread pixi.toml

[tasks]

[dependencies]
Copy link
Copy Markdown
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
Copy Markdown
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

Comment thread scripts/python/readPly.py
@@ -0,0 +1,116 @@
#!/usr/bin/env python3
Copy link
Copy Markdown
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