Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gf2x-1.3.0
@ 2021-03-27 17:05 dkwo
  2021-03-27 17:47 ` [PR PATCH] [Updated] " dkwo
                   ` (24 more replies)
  0 siblings, 25 replies; 26+ messages in thread
From: dkwo @ 2021-03-27 17:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages gf2x/ntl
https://github.com/void-linux/void-packages/pull/29783

New package: gf2x-1.3.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29783.patch is attached

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

From 4fb6e0af274f42aa37e889ee175f6d87b2ac4efc Mon Sep 17 00:00:00 2001
From: Nicolo <nicolopiazzalunga@gmail.com>
Date: Sat, 27 Mar 2021 18:02:33 +0100
Subject: [PATCH 1/2] common/shlibs: gf2x

---
 common/shlibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/shlibs b/common/shlibs
index 7319cc8d20cb..ec45552742c9 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3970,3 +3970,4 @@ libwayland-cursor++.so.0 libwaylandpp-0.2.8_1
 libwayland-egl++.so.0 libwaylandpp-0.2.8_1
 libwayland-client-extra++.so.0 libwaylandpp-0.2.8_1
 libspdlog.so.1 libspdlog-1.8.2_2
+libgf2x.so.3 gf2x-1.3.0_1

From 12b4dca43c09aad6248f289249a23cada4897854 Mon Sep 17 00:00:00 2001
From: Nicolo <nicolopiazzalunga@gmail.com>
Date: Sat, 27 Mar 2021 18:03:18 +0100
Subject: [PATCH 2/2] New package: gf2x-1.3.0

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

diff --git a/srcpkgs/gf2x/template b/srcpkgs/gf2x/template
new file mode 100644
index 000000000000..eb992f1bc7fc
--- /dev/null
+++ b/srcpkgs/gf2x/template
@@ -0,0 +1,13 @@
+# Template file for 'gf2x'
+pkgname=gf2x
+version=1.3.0
+revision=1
+wrksrc=${pkgname}-${version}
+build_style=gnu-configure
+configure_args="--prefix=/usr --enable-sse2 --disable-pclmul"
+short_desc="Library for multiplying polynomials over the binary field"
+maintainer="Nicolo' Piazzalunga <nicolopiazzalunga@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.inria.fr/gf2x/gf2x"
+distfiles="https://gitlab.inria.fr/gf2x/gf2x/uploads/c46b1047ba841c20d1225ae73ad6e4cd/gf2x-${version}.tar.gz"
+checksum=9472cd651972a1de38e3c4c47697a86e0ecf19d7d33454d4bc2a62bc85841b59

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

end of thread, other threads:[~2021-08-14 18:07 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-27 17:05 [PR PATCH] New package: gf2x-1.3.0 dkwo
2021-03-27 17:47 ` [PR PATCH] [Updated] " dkwo
2021-03-28  6:00 ` ericonr
2021-03-28 10:20 ` [PR PATCH] [Updated] " dkwo
2021-03-31 17:20 ` [PR REVIEW] " abenson
2021-03-31 17:23 ` abenson
2021-03-31 17:23 ` abenson
2021-04-01  9:20 ` dkwo
2021-04-01 12:43 ` ericonr
2021-04-01 15:06 ` sgn
2021-04-01 15:06 ` sgn
2021-04-01 19:06 ` dkwo
2021-04-01 19:21 ` ericonr
2021-04-01 19:35 ` gt7-void
2021-04-02  8:20 ` [PR PATCH] [Updated] " dkwo
2021-04-02  8:24 ` dkwo
2021-04-02 12:08 ` dkwo
2021-04-02 12:09 ` dkwo
2021-04-02 19:42 ` tornaria
2021-04-03 17:40 ` [PR PATCH] [Updated] " dkwo
2021-04-04 15:00 ` [PR REVIEW] " tornaria
2021-04-04 15:00 ` tornaria
2021-04-04 17:39 ` [PR PATCH] [Updated] " dkwo
2021-05-06 18:17 ` [PR PATCH] [Closed]: " dkwo
2021-08-14 18:07 ` dkwo
2021-08-14 18:07 ` [PR PATCH] [Closed]: " dkwo

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