Github messages for voidlinux
 help / color / mirror / Atom feed
From: ndowens <ndowens@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] gmsh: update to 4.7.0
Date: Sat, 14 Nov 2020 00:33:51 +0100	[thread overview]
Message-ID: <20201113233351.MbgG6mFa3DXz3QUGSuxOU6fWQSkmUWAULHIROCWV-iU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26298@inbox.vuxu.org>

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

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

https://github.com/ndowens/void-packages gmsh
https://github.com/void-linux/void-packages/pull/26298

gmsh: update to 4.7.0


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

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

From cb8162881ba9a85bc23475460a727ce81af58b61 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Wed, 11 Nov 2020 14:23:47 -0600
Subject: [PATCH] gmsh: update to 4.7.0

---
 srcpkgs/gmsh/template | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/gmsh/template b/srcpkgs/gmsh/template
index 16d55e768b0..2b11cd57cf3 100644
--- a/srcpkgs/gmsh/template
+++ b/srcpkgs/gmsh/template
@@ -1,13 +1,12 @@
 # Template file for 'gmsh'
 pkgname=gmsh
-version=4.6.0
+version=4.7.0
 revision=1
 wrksrc="${pkgname}-${version}-source"
 build_style=cmake
 configure_args="-DENABLE_SYSTEM_CONTRIB=ON
  -DENABLE_HXT=$(vopt_if hxt ON OFF)
- -DENABLE_ZIPPER=$(vopt_if zipper ON OFF)
- -DENABLE_NUMPY=$(vopt_if numpy ON OFF)"
+ -DENABLE_ZIPPER=$(vopt_if zipper ON OFF)"
 makedepends="freetype-devel glu-devel gmp-devel
  $(vopt_if fltk fltk-devel) blas-devel lapack-devel"
 short_desc="Three-dimensional finite element mesh generator"
@@ -16,7 +15,14 @@ license="GPL-2.0-or-later"
 homepage="https://gmsh.info"
 changelog="http://gmsh.info/CHANGELOG.txt"
 distfiles="https://gmsh.info/src/gmsh-${version}-source.tgz"
-checksum=0f2c55e50fb6c478ebc8977f6341c223754cbf3493b7b0d683b4395ae9f2ad1c
+checksum=e27f32f92b374ba2a746a9d9c496401c13f66ac6e3e70753e16fa4012d14320e
+
+build_options="fltk hxt zipper"
+build_options_default="hxt"
+
+desc_option_hxt="Enable HXT library"
+desc_option_fltk="Enable FLTK GUI support"
+desc_option_zipper="Enable zip file compression/decompression"
 
 CFLAGS="-fcommon"
 
@@ -24,18 +30,11 @@ if [ -z "$CROSS_BUILD" ]; then
 	makedepends+=" hdf5-devel"
 fi
 
-build_options="fltk hxt numpy zipper"
-build_options_default="hxt"
 
 case "$XBPS_TARGET_MACHINE" in
 	aarch64*|i686*|x86_64*|ppc64*) build_options_default+=" fltk";;
 esac
 
-desc_option_hxt="Enable HXT library"
-desc_option_fltk="Enable FLTK GUI support"
-desc_option_numpy="Enable fullMatrix and numpy array conversion"
-desc_option_zipper="Enable zip file compression/decompression"
-
 post_install() {
 	rm -rf builddir/gmsh-$version-source/api
 }

  parent reply	other threads:[~2020-11-13 23:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-11 20:24 [PR PATCH] " ndowens
2020-11-13 20:22 ` [PR REVIEW] " ahesford
2020-11-13 23:33 ` ndowens [this message]
2020-11-14  0:01 ` [PR PATCH] [Merged]: " ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201113233351.MbgG6mFa3DXz3QUGSuxOU6fWQSkmUWAULHIROCWV-iU@z \
    --to=ndowens@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).