Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package: OpenCoarrays-2.9.2
@ 2021-01-17 21:11 ramos
  2021-01-17 21:15 ` [PR PATCH] [Updated] " ramos
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: ramos @ 2021-01-17 21:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ramos/void-packages opencoarrays
https://github.com/void-linux/void-packages/pull/27993

New Package: OpenCoarrays-2.9.2
Hopefully final attempt.

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

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

From 00b76ece4aaf545443f14e318ec00f5bbc087b41 Mon Sep 17 00:00:00 2001
From: Alberto Ramos <alberto.ramos@ific.uv.es>
Date: Sun, 17 Jan 2021 22:08:07 +0100
Subject: [PATCH] New Package: OpenCoarrays-2.9.2

---
 srcpkgs/OpenCoarrays/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/OpenCoarrays/template

diff --git a/srcpkgs/OpenCoarrays/template b/srcpkgs/OpenCoarrays/template
new file mode 100644
index 00000000000..2311a4b3878
--- /dev/null
+++ b/srcpkgs/OpenCoarrays/template
@@ -0,0 +1,18 @@
+# Template file for 'OpenCoarrays'
+pkgname=OpenCoarrays
+version=2.9.2
+revision=1
+build_style=cmake
+hostmakedepends="gcc-fortran openmpi"
+makedepends="libgfortran-devel openmpi-devel"
+short_desc="Parallel application binary interface for Fortran 2018 compilers"
+maintainer="Alberto Ramos <alberto.ramos@ific.uv.es>"
+license="BSD-3-Clause"
+homepage="https://opencoarrays.org"
+distfiles="https://github.com/sourceryinstitute/OpenCoarrays/archive/${version}.tar.gz"
+checksum=a11639034ecc2445b6e5efa187ab4fac2b0b384ddae5872d62f717b40922d259
+nocross="openmpi not available on cross build"
+  
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New Package: OpenCoarrays-2.9.2
  2021-01-17 21:11 [PR PATCH] New Package: OpenCoarrays-2.9.2 ramos
@ 2021-01-17 21:15 ` ramos
  2021-01-17 22:35 ` [PR REVIEW] " ericonr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: ramos @ 2021-01-17 21:15 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ramos against master on the void-packages repository

https://github.com/ramos/void-packages opencoarrays
https://github.com/void-linux/void-packages/pull/27993

New Package: OpenCoarrays-2.9.2
Hopefully final attempt.

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

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

From e28d92f6e7147f6a3432491decde0225f477af7e Mon Sep 17 00:00:00 2001
From: Alberto Ramos <alberto.ramos@ific.uv.es>
Date: Sun, 17 Jan 2021 22:08:07 +0100
Subject: [PATCH] New Package: OpenCoarrays-2.9.2

---
 srcpkgs/OpenCoarrays/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/OpenCoarrays/template

diff --git a/srcpkgs/OpenCoarrays/template b/srcpkgs/OpenCoarrays/template
new file mode 100644
index 00000000000..7c84d3546d7
--- /dev/null
+++ b/srcpkgs/OpenCoarrays/template
@@ -0,0 +1,18 @@
+# Template file for 'OpenCoarrays'
+pkgname=OpenCoarrays
+version=2.9.2
+revision=1
+build_style=cmake
+hostmakedepends="gcc-fortran openmpi"
+makedepends="libgfortran-devel openmpi-devel"
+short_desc="Parallel application binary interface for Fortran 2018 compilers"
+maintainer="Alberto Ramos <alberto.ramos@ific.uv.es>"
+license="BSD-3-Clause"
+homepage="https://opencoarrays.org"
+distfiles="https://github.com/sourceryinstitute/OpenCoarrays/archive/${version}.tar.gz"
+checksum=a11639034ecc2445b6e5efa187ab4fac2b0b384ddae5872d62f717b40922d259
+nocross="openmpi not available on cross build"
+#
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New Package: OpenCoarrays-2.9.2
  2021-01-17 21:11 [PR PATCH] New Package: OpenCoarrays-2.9.2 ramos
  2021-01-17 21:15 ` [PR PATCH] [Updated] " ramos
@ 2021-01-17 22:35 ` ericonr
  2021-02-04  6:22 ` ericonr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-01-17 22:35 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27993#discussion_r559248811

Comment:
You don't need to specify this, the build system will detect that `openmpi` isn't available when building.

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

* Re: [PR REVIEW] New Package: OpenCoarrays-2.9.2
  2021-01-17 21:11 [PR PATCH] New Package: OpenCoarrays-2.9.2 ramos
  2021-01-17 21:15 ` [PR PATCH] [Updated] " ramos
  2021-01-17 22:35 ` [PR REVIEW] " ericonr
@ 2021-02-04  6:22 ` ericonr
  2022-05-02  2:16 ` github-actions
  2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-02-04  6:22 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27993#discussion_r569973245

Comment:
Shouldn't be a comment, just empty line.

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

* Re: New Package: OpenCoarrays-2.9.2
  2021-01-17 21:11 [PR PATCH] New Package: OpenCoarrays-2.9.2 ramos
                   ` (2 preceding siblings ...)
  2021-02-04  6:22 ` ericonr
@ 2022-05-02  2:16 ` github-actions
  2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-05-02  2:16 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/27993#issuecomment-1114433333

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New Package: OpenCoarrays-2.9.2
  2021-01-17 21:11 [PR PATCH] New Package: OpenCoarrays-2.9.2 ramos
                   ` (3 preceding siblings ...)
  2022-05-02  2:16 ` github-actions
@ 2022-05-17  2:13 ` github-actions
  4 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-05-17  2:13 UTC (permalink / raw)
  To: ml

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

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

New Package: OpenCoarrays-2.9.2
https://github.com/void-linux/void-packages/pull/27993

Description:
Hopefully final attempt.

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

* Re: [PR PATCH] [Closed]: New package: Opencoarrays-2.9.2
  2021-01-02 10:14 [PR PATCH] New package: Opencoarrays-2.9.2 ramos
@ 2022-05-17  2:13 ` github-actions
  0 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-05-17  2:13 UTC (permalink / raw)
  To: ml

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

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

New package: Opencoarrays-2.9.2
https://github.com/void-linux/void-packages/pull/27618

Description:
None

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

end of thread, other threads:[~2022-05-17  2:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-17 21:11 [PR PATCH] New Package: OpenCoarrays-2.9.2 ramos
2021-01-17 21:15 ` [PR PATCH] [Updated] " ramos
2021-01-17 22:35 ` [PR REVIEW] " ericonr
2021-02-04  6:22 ` ericonr
2022-05-02  2:16 ` github-actions
2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions
  -- strict thread matches above, loose matches on Subject: below --
2021-01-02 10:14 [PR PATCH] New package: Opencoarrays-2.9.2 ramos
2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions

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).