This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1656db7466 gnu: asymptote: Update to 2.95.
1656db7466 is described below

commit 1656db7466ea6217a420aff1a2f59ff5b5ef07cb
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed Dec 25 11:40:25 2024 +0100

    gnu: asymptote: Update to 2.95.
    
    * gnu/packages/plotutils.scm (asymptote): Update to 2.95.
    [arguments]: Remove unnecessary phase.
    
    Change-Id: Idc9b844a390445d24e3095e3e8a9f2979acac1af
---
 gnu/packages/plotutils.scm | 17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm
index d5b2f0d9fa..b34dfd571f 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -67,14 +67,14 @@
 (define-public asymptote
   (package
     (name "asymptote")
-    (version "2.91")
+    (version "2.95")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/asymptote/"
                            version "/asymptote-" version ".src.tgz"))
        (sha256
-        (base32 "0562lfkh9i9zkqyizl6qzggrxhylnihi30lwadkbggplrdgb48za"))
+        (base32 "1rvqmjp6gich2fvxgl2d31d84z31zkkd4abmh1dvrpdn5k84yq0m"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove bundled RapidJSON.
@@ -152,19 +152,6 @@
               (substitute* (list "Makefile.in")
                 (("\\$\\(CMAKE\\)" all)
                  (string-append all " -DUSE_SYSTEM_RAPIDJSON=ON")))))
-          (add-after 'unpack 'fix-includes
-            (lambda _
-              (substitute* (find-files "." "\\.in$")
-                (("#include <primitives.h>") "#include \"primitives.h\""))
-              (substitute* (find-files "prc" "\\.h$")
-                (("#include \"config.h\"") "#include \"../config.h\""))
-              (substitute* "prc/oPRCFile.h"
-                (("#include \"xstream.h\"") "#include \"../xstream.h\""))
-              (substitute* "v3dfile.h"
-                (("#include <prc/oPRCFile.h>") "#include \"prc/oPRCFile.h\""))
-              (substitute* "LspCpp/src/lsp/ParentProcessWatcher.cpp"
-                (("#include <boost/process.hpp>" all)
-                 (string-append "#include <algorithm>\n" all)))))
           (replace 'bootstrap
             (lambda _
               (invoke "autoreconf" "-vfi")))

Reply via email to