Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: colmap-3.8
@ 2023-02-26  3:28 agausmann
  2023-02-26  3:36 ` [PR REVIEW] " classabbyamp
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: agausmann @ 2023-02-26  3:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1224 bytes --]

There is a new pull request by agausmann against master on the void-packages repository

https://github.com/agausmann/void-packages colmap-3.8
https://github.com/void-linux/void-packages/pull/42457

New package: colmap-3.8
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42457.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-colmap-3.8-42457.patch --]
[-- Type: text/x-diff, Size: 3677 bytes --]

From 023c261902b18bb24472a54f3f0c6a514eacbde3 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <adam@gaussian.dev>
Date: Sat, 25 Feb 2023 20:31:53 -0600
Subject: [PATCH 1/2] New package: metis-5.1.0

---
 common/shlibs          |  1 +
 srcpkgs/metis-devel    |  1 +
 srcpkgs/metis/template | 24 ++++++++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 120000 srcpkgs/metis-devel
 create mode 100644 srcpkgs/metis/template

diff --git a/common/shlibs b/common/shlibs
index 538ff08ce5ff..d09bd41b1486 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -45,6 +45,7 @@ libBrokenLocale.so.1 glibc-2.36_1
 libSimGearCore.so.2020.3.17 simgear-2020.3.17_1
 libSimGearScene.so.2020.3.17 simgear-2020.3.17_1
 libmemusage.so glibc-2.36_1
+libmetis.so metis-5.1.0_1
 libSegFault.so glibc-2.36_1
 libpcprofile.so glibc-2.36_1
 libcidn.so.1 glibc-2.36_1
diff --git a/srcpkgs/metis-devel b/srcpkgs/metis-devel
new file mode 120000
index 000000000000..701b536397ed
--- /dev/null
+++ b/srcpkgs/metis-devel
@@ -0,0 +1 @@
+metis
\ No newline at end of file
diff --git a/srcpkgs/metis/template b/srcpkgs/metis/template
new file mode 100644
index 000000000000..67befc58ad45
--- /dev/null
+++ b/srcpkgs/metis/template
@@ -0,0 +1,24 @@
+# Template file for 'metis'
+pkgname=metis
+version=5.1.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="cmake"
+short_desc="Serial Graph Partitioning and Fill-reducing Matrix Ordering"
+maintainer="Adam Gausmann <adam@gaussian.dev>"
+license="Apache-2.0"
+homepage="http://glaros.dtc.umn.edu/gkhome/metis/metis/overview"
+distfiles="http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-${version}.tar.gz"
+checksum=76faebe03f6c963127dbb73c13eab58c9a3faeae48779f049066a21c087c5db2
+
+do_configure() {
+	make config shared=1 prefix="/usr"
+}
+
+metis-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+	}
+}

From f3567bb75c38f371c7f1198acabc43a2853f2603 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <adam@gaussian.dev>
Date: Sat, 25 Feb 2023 20:32:08 -0600
Subject: [PATCH 2/2] New package: colmap-3.8

---
 srcpkgs/colmap-devel    |  1 +
 srcpkgs/colmap/template | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 120000 srcpkgs/colmap-devel
 create mode 100644 srcpkgs/colmap/template

diff --git a/srcpkgs/colmap-devel b/srcpkgs/colmap-devel
new file mode 120000
index 000000000000..3cbc82bbee21
--- /dev/null
+++ b/srcpkgs/colmap-devel
@@ -0,0 +1 @@
+colmap
\ No newline at end of file
diff --git a/srcpkgs/colmap/template b/srcpkgs/colmap/template
new file mode 100644
index 000000000000..81b24895279f
--- /dev/null
+++ b/srcpkgs/colmap/template
@@ -0,0 +1,26 @@
+# Template file for 'colmap'
+pkgname=colmap
+version=3.8
+revision=1
+build_style=cmake
+makedepends="boost-devel eigen flann-devel freeimage-devel metis-devel \
+	glog-devel gflags-devel sqlite-devel glew-devel qt5-devel cgal-devel \
+	ceres-solver-devel liblz4-devel"
+short_desc="Structure-from-Motion (SfM) and Multi-View Stereo (MVS) pipeline"
+maintainer="Adam Gausmann <adam@gaussian.dev>"
+license="GPL-3.0-or-later"
+homepage="https://demuc.de/colmap/"
+changelog="https://github.com/colmap/colmap/raw/master/CHANGELOG.txt"
+distfiles="https://github.com/colmap/colmap/archive/refs/tags/${version}.tar.gz"
+checksum=02288f8f61692fe38049d65608ed832b31246e7792692376afb712fa4cef8775
+
+colmap-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/colmap/*.a"
+		vmove "usr/share/colmap/*.cmake"
+		vmove "usr/share/colmap/cmake"
+	}
+}

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-04-02  0:05 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-26  3:28 [PR PATCH] New package: colmap-3.8 agausmann
2023-02-26  3:36 ` [PR REVIEW] " classabbyamp
2023-02-26  3:37 ` agausmann
2023-02-26  3:37 ` classabbyamp
2023-02-26  3:37 ` classabbyamp
2023-02-26  3:38 ` agausmann
2023-02-26  3:39 ` classabbyamp
2023-02-26  3:39 ` classabbyamp
2023-02-26  3:41 ` agausmann
2023-02-26  3:48 ` [PR PATCH] [Updated] " agausmann
2023-02-26  4:13 ` agausmann
2023-02-26  5:36 ` [PR REVIEW] " agausmann
2023-02-26  5:42 ` agausmann
2023-04-02  0:05 ` agausmann
2023-04-02  0:05 ` [PR PATCH] [Closed]: " agausmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).