guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: python-pygmsh: Update snippet for Gmsh > 4.7.0.


From: guix-commits
Subject: 01/03: gnu: python-pygmsh: Update snippet for Gmsh > 4.7.0.
Date: Fri, 13 Aug 2021 04:31:23 -0400 (EDT)

pgarlick pushed a commit to branch master
in repository guix.

commit d56a29edb7e5ab24ae04869aea68befa4625c11d
Author: Paul Garlick <pgarlick@tourbillion-technology.com>
AuthorDate: Thu Aug 12 19:03:25 2021 +0100

    gnu: python-pygmsh: Update snippet for Gmsh > 4.7.0.
    
    The old field option name is not needed after commit
    78595fe3650057f258109c6599f4bae1d0e72e (Gmsh 4.8.4).
    
    * gnu/packages/simulation.scm (python-pygmsh)[source]: Remove
    option name substitution.
---
 gnu/packages/simulation.scm | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index 96928df..929399c 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -863,13 +863,6 @@ tools and a collection of Python modules for programmatic 
use.")
             ;; The extra reference is unnecessary and is removed.
             (substitute* "setup.cfg"
               (("^[[:blank:]]+setuptools>=42\n") ""))
-            ;; FIXME: gmsh version 4.7.0 introduces new field option
-            ;; names.  See gmsh commit 6eab8028.  pygmsh needs to use
-            ;; one of the old option names for compatibility with gmsh
-            ;; version 4.6.0.
-            (with-directory-excursion "pygmsh/common"
-              (substitute* "size_field.py"
-                (("NumPointsPerCurve") "NNodesByEdge")))
             #t))))
     (build-system python-build-system)
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]