Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Opencoarrays
@ 2021-01-17 17:14 ramos
  2021-01-28  9:04 ` Opencoarrays kawaiiamber
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ramos @ 2021-01-17 17:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 298 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/27983

Opencoarrays


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

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

From 9aa5b29cd7223af2b4b3d5e8b171cbafbf0046b6 Mon Sep 17 00:00:00 2001
From: Alberto Ramos <alberto.ramos@ific.uv.es>
Date: Sat, 2 Jan 2021 11:09:03 +0100
Subject: [PATCH 1/3] New package: Opencoarrays-2.9.2

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

diff --git a/srcpkgs/OpenCoarrays/template b/srcpkgs/OpenCoarrays/template
new file mode 100644
index 00000000000..1dd0b170662
--- /dev/null
+++ b/srcpkgs/OpenCoarrays/template
@@ -0,0 +1,15 @@
+# Template file for 'OpenCoarrays'
+pkgname=OpenCoarrays
+version=2.9.2
+revision=1
+build_style=cmake
+short_desc="OpenCoarray fortran PAGS paralellization library"
+maintainer="Alberto Ramos <alberto.ramos@ific.uv.es>"
+hostdepends="gcc gcc-fortran openmpi openmpi-devel cmake"
+makedepends="gcc gcc-fortran openmpi openmpi-devel cmake"
+depends="gcc gcc-fortran openmpi openmpi-devel cmake"
+license="GPL-3.0-or-later"
+homepage="http://www.opencoarrays.org/"
+distfiles="https://github.com/sourceryinstitute/OpenCoarrays/releases/download/2.9.2/OpenCoarrays-${version}.tar.gz"
+checksum=6c200ca49808c75b0a2dfa984304643613b6bc77cc0044bee093f9afe03698f7
+

From 05ffaba85185f18e2fc03769c967387da22bf143 Mon Sep 17 00:00:00 2001
From: Alberto Ramos <alberto.ramos@ific.uv.es>
Date: Sat, 16 Jan 2021 11:01:23 +0100
Subject: [PATCH 2/3] OpenCoarrays: Removed empty line to pass LINT test

---
 srcpkgs/OpenCoarrays/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/OpenCoarrays/template b/srcpkgs/OpenCoarrays/template
index 1dd0b170662..97a6f625b69 100644
--- a/srcpkgs/OpenCoarrays/template
+++ b/srcpkgs/OpenCoarrays/template
@@ -12,4 +12,3 @@ license="GPL-3.0-or-later"
 homepage="http://www.opencoarrays.org/"
 distfiles="https://github.com/sourceryinstitute/OpenCoarrays/releases/download/2.9.2/OpenCoarrays-${version}.tar.gz"
 checksum=6c200ca49808c75b0a2dfa984304643613b6bc77cc0044bee093f9afe03698f7
-

From 450961ab82f4237374226bb17c30a071b012d2d0 Mon Sep 17 00:00:00 2001
From: Alberto Ramos <alberto.ramos@ific.uv.es>
Date: Sun, 17 Jan 2021 10:19:56 +0100
Subject: [PATCH 3/3] New package: OpenCoarrays-2.9.2

---
 srcpkgs/OpenCoarrays/template | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/OpenCoarrays/template b/srcpkgs/OpenCoarrays/template
index 97a6f625b69..2311a4b3878 100644
--- a/srcpkgs/OpenCoarrays/template
+++ b/srcpkgs/OpenCoarrays/template
@@ -3,12 +3,16 @@ pkgname=OpenCoarrays
 version=2.9.2
 revision=1
 build_style=cmake
-short_desc="OpenCoarray fortran PAGS paralellization library"
+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>"
-hostdepends="gcc gcc-fortran openmpi openmpi-devel cmake"
-makedepends="gcc gcc-fortran openmpi openmpi-devel cmake"
-depends="gcc gcc-fortran openmpi openmpi-devel cmake"
-license="GPL-3.0-or-later"
-homepage="http://www.opencoarrays.org/"
-distfiles="https://github.com/sourceryinstitute/OpenCoarrays/releases/download/2.9.2/OpenCoarrays-${version}.tar.gz"
-checksum=6c200ca49808c75b0a2dfa984304643613b6bc77cc0044bee093f9afe03698f7
+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] 4+ messages in thread

* Re: Opencoarrays
  2021-01-17 17:14 [PR PATCH] Opencoarrays ramos
@ 2021-01-28  9:04 ` kawaiiamber
  2021-02-04  6:22 ` Opencoarrays ericonr
  2021-02-04  6:22 ` [PR PATCH] [Closed]: Opencoarrays ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: kawaiiamber @ 2021-01-28  9:04 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27983#issuecomment-768907666

Comment:
Why are we dupping [this](https://github.com/void-linux/void-packages/pull/27618)?

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

* Re: Opencoarrays
  2021-01-17 17:14 [PR PATCH] Opencoarrays ramos
  2021-01-28  9:04 ` Opencoarrays kawaiiamber
@ 2021-02-04  6:22 ` ericonr
  2021-02-04  6:22 ` [PR PATCH] [Closed]: Opencoarrays ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-02-04  6:22 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27983#issuecomment-773062978

Comment:
Duplicate of #27993

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

* Re: [PR PATCH] [Closed]: Opencoarrays
  2021-01-17 17:14 [PR PATCH] Opencoarrays ramos
  2021-01-28  9:04 ` Opencoarrays kawaiiamber
  2021-02-04  6:22 ` Opencoarrays ericonr
@ 2021-02-04  6:22 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-02-04  6:22 UTC (permalink / raw)
  To: ml

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

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

Opencoarrays
https://github.com/void-linux/void-packages/pull/27983

Description:


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

end of thread, other threads:[~2021-02-04  6:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-17 17:14 [PR PATCH] Opencoarrays ramos
2021-01-28  9:04 ` Opencoarrays kawaiiamber
2021-02-04  6:22 ` Opencoarrays ericonr
2021-02-04  6:22 ` [PR PATCH] [Closed]: Opencoarrays ericonr

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