mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: asymptote: Update to 3.01.
* gnu/packages/plotutils.scm (asymptote): Update to 3.01. [arguments]<#:phases>: Use dynamic GC library. [native-inputs]: Remove autoconf, Add autoconf-2.71. Change-Id: Ia2a3759c411f35cae4169c148427ef48f9e5c683
This commit is contained in:
parent
f634fc01ef
commit
8baf7e11ff
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2015 Eric Bavier <bavier@member.fsf.org>
|
;;; Copyright © 2015 Eric Bavier <bavier@member.fsf.org>
|
||||||
;;; Copyright © 2016-2024 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
;;; Copyright © 2016-2025 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||||
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;; Copyright © 2022 Antero Mejr <antero@mailbox.org>
|
;;; Copyright © 2022 Antero Mejr <antero@mailbox.org>
|
||||||
|
@ -67,14 +67,14 @@
|
||||||
(define-public asymptote
|
(define-public asymptote
|
||||||
(package
|
(package
|
||||||
(name "asymptote")
|
(name "asymptote")
|
||||||
(version "2.95")
|
(version "3.01")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/asymptote/"
|
(uri (string-append "mirror://sourceforge/asymptote/"
|
||||||
version "/asymptote-" version ".src.tgz"))
|
version "/asymptote-" version ".src.tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1rvqmjp6gich2fvxgl2d31d84z31zkkd4abmh1dvrpdn5k84yq0m"))
|
(base32 "115hjza0ic2mh3y2qjkvzpsx8cpy0yghklpbv8qhdgznqc5001bs"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Remove bundled RapidJSON.
|
;; Remove bundled RapidJSON.
|
||||||
|
@ -85,7 +85,7 @@
|
||||||
;; "help" command in interactive mode, so adding a "doc" output is not
|
;; "help" command in interactive mode, so adding a "doc" output is not
|
||||||
;; currently useful.
|
;; currently useful.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf
|
(list autoconf-2.71
|
||||||
automake
|
automake
|
||||||
bison
|
bison
|
||||||
boost
|
boost
|
||||||
|
@ -145,6 +145,7 @@
|
||||||
(add-after 'unpack 'locate-tirpc
|
(add-after 'unpack 'locate-tirpc
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(substitute* (list "configure.ac")
|
(substitute* (list "configure.ac")
|
||||||
|
(("GCLIB=\".*/libgc.a\"") "GCLIB=\"-lgc\"")
|
||||||
(("/usr/include/tirpc")
|
(("/usr/include/tirpc")
|
||||||
(search-input-directory inputs "include/tirpc")))))
|
(search-input-directory inputs "include/tirpc")))))
|
||||||
(add-after 'unpack 'unbundle-rapidjson
|
(add-after 'unpack 'unbundle-rapidjson
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue