Skip to content

openmvg: add new package #7408

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

Open
wants to merge 13 commits into
base: dev
Choose a base branch
from
Open

openmvg: add new package #7408

wants to merge 13 commits into from

Conversation

choyy
Copy link
Contributor

@choyy choyy commented Jun 16, 2025

No description provided.

@choyy choyy marked this pull request as draft June 16, 2025 05:05
@choyy choyy force-pushed the dev branch 2 times, most recently from 2bade92 to bec0c89 Compare June 16, 2025 07:43
@choyy choyy marked this pull request as ready for review June 16, 2025 09:49
@star-hengxing
Copy link
Contributor

Unbundle dependencies as much as possible

-- CEREAL: (internal)
-- EIGEN:  (external)
-- CERES: 1.13.0 (internal)
-- FLANN: 1.8.4 (internal)
-- LIBTIFF:  (internal)
-- LIBPNG:  (internal)
-- LIBJPEG (internal)
-- CLP: 1.16.10 (internal)
-- COINUTILS: 2.10.13 (internal)
-- OSI:  (internal)
-- LEMON: 1.3 (internal)

@star-hengxing
Copy link
Contributor

We need to remove error pc file and let xmake automatically generate it (openmvg.pc)

$ ls /home/star/.xmake/packages/o/openmvg/2.1/d44a2d53c7564cc797ab9fd2028d7371/lib/pkgconfig
╭─────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────────┬────────────┬────────────────────╮
│       # │                                                  name                                                  │    type    │    size    │      modified      │
├─────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────────┼────────────┼────────────────────┤
│       0 │ /home/star/.xmake/packages/o/openmvg/2.1/d44a2d53c7564cc797ab9fd2028d7371/lib/pkgconfig/flann.pc       │ file       │      392 B │ 2 minutes ago      │
╰─────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────────┴────────────┴────────────────────╯

@choyy
Copy link
Contributor Author

choyy commented Jun 25, 2025

We need to remove error pc file and let xmake automatically generate it (openmvg.pc)

$ ls /home/star/.xmake/packages/o/openmvg/2.1/d44a2d53c7564cc797ab9fd2028d7371/lib/pkgconfig
╭─────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────────┬────────────┬────────────────────╮
│       # │                                                  name                                                  │    type    │    size    │      modified      │
├─────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────────┼────────────┼────────────────────┤
│       0 │ /home/star/.xmake/packages/o/openmvg/2.1/d44a2d53c7564cc797ab9fd2028d7371/lib/pkgconfig/flann.pc       │ file       │      392 B │ 2 minutes ago      │
╰─────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────────┴────────────┴────────────────────╯

这个咋做

@star-hengxing
Copy link
Contributor

-- CEREAL: (internal)
-- EIGEN:  (external)
-- CERES: 1.13.0 (internal)
-- FLANN:  (external)
-- LIBTIFF: 4.7.0 (external)
-- LIBPNG: 1.6.48 (external)
-- LIBJPEG (external)
-- CLP: 1.16.10 (internal)
-- COINUTILS: 2.10.13 (internal)
-- OSI:  (internal)
-- LEMON:  (external)

TODO

  • cereal
  • ceres
  • clp
  • coinutils
  • osi

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.

4 participants