Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: metis-5.1.0
@ 2023-02-26  3:27 agausmann
  2023-02-26  3:29 ` classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: agausmann @ 2023-02-26  3:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/agausmann/void-packages metis-5.1.0
https://github.com/void-linux/void-packages/pull/42456

New package: metis-5.1.0
<!-- 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** - dependency of colmap #XXXX


<!-- 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/42456.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-metis-5.1.0-42456.patch --]
[-- Type: text/x-diff, Size: 1931 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] 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
+	}
+}

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

* Re: New package: metis-5.1.0
  2023-02-26  3:27 [PR PATCH] New package: metis-5.1.0 agausmann
@ 2023-02-26  3:29 ` classabbyamp
  2023-02-26  3:32 ` agausmann
  2023-02-26  3:32 ` [PR PATCH] [Closed]: " agausmann
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-02-26  3:29 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42456#issuecomment-1445259416

Comment:
> dependency of colmap

it should go in the same pr then

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

* Re: New package: metis-5.1.0
  2023-02-26  3:27 [PR PATCH] New package: metis-5.1.0 agausmann
  2023-02-26  3:29 ` classabbyamp
@ 2023-02-26  3:32 ` agausmann
  2023-02-26  3:32 ` [PR PATCH] [Closed]: " agausmann
  2 siblings, 0 replies; 4+ messages in thread
From: agausmann @ 2023-02-26  3:32 UTC (permalink / raw)
  To: ml

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

New comment by agausmann on void-packages repository

https://github.com/void-linux/void-packages/pull/42456#issuecomment-1445259659

Comment:
> it should go in the same pr then

Thanks, I will remember that. 

 #42457

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

* Re: [PR PATCH] [Closed]: New package: metis-5.1.0
  2023-02-26  3:27 [PR PATCH] New package: metis-5.1.0 agausmann
  2023-02-26  3:29 ` classabbyamp
  2023-02-26  3:32 ` agausmann
@ 2023-02-26  3:32 ` agausmann
  2 siblings, 0 replies; 4+ messages in thread
From: agausmann @ 2023-02-26  3:32 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: metis-5.1.0
https://github.com/void-linux/void-packages/pull/42456

Description:
<!-- 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** - dependency of colmap #42457 


<!-- 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
-->


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

end of thread, other threads:[~2023-02-26  3:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-26  3:27 [PR PATCH] New package: metis-5.1.0 agausmann
2023-02-26  3:29 ` classabbyamp
2023-02-26  3:32 ` agausmann
2023-02-26  3:32 ` [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).