aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-01-10 14:30:36 +0200
committerEfraim Flashner <efraim@flashner.co.il>2021-01-10 14:30:36 +0200
commit6985a1acb3e9cc4cad8b6f63d77154842d25c929 (patch)
tree4df49b9f438e0e466efb3d589027a62b39d49761 /gnu/packages/maths.scm
parent87eaa4207208e16e5e1b22b60ba4ff5c3d035023 (diff)
parentd0fff8f840afc17be40bdc49bff52ed08d5a1a7b (diff)
downloadguix-6985a1acb3e9cc4cad8b6f63d77154842d25c929.tar.gz
guix-6985a1acb3e9cc4cad8b6f63d77154842d25c929.zip
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index b54cd6dff1..7866bcc6eb 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -8,7 +8,7 @@
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
;;; Copyright © 2015, 2018 Mark H Weaver <mhw@netris.org>
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2015 Fabian Harfert <fhmgufs@web.de>
;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
;;; Copyright © 2016, 2018, 2020 Kei Kebreau <kkebreau@posteo.net>
@@ -3928,7 +3928,8 @@ Fresnel integrals, and similar related functions as well.")
" -DCMAKE_C_FLAGS_RELEASE=\"$(CFLAGS) $(CPPFLAGS)\""
" -DCMAKE_CXX_FLAGS_RELEASE=\"$(CXXFLAGS) $(CPPFLAGS)\""
" -DCMAKE_SKIP_RPATH=TRUE"
- " -DCMAKE_BUILD_TYPE=Release")
+ " -DCMAKE_BUILD_TYPE=Release"
+ " -DCMAKE_INSTALL_LIBDIR=lib")
(string-append "INSTALL_LIB="
(assoc-ref %outputs "out") "/lib")
(string-append "INSTALL_INCLUDE="
@@ -4558,7 +4559,7 @@ structured and unstructured grid problems.")))
(define-public matio
(package
(name "matio")
- (version "1.5.6")
+ (version "1.5.19")
(source
(origin
(method url-fetch)
@@ -4566,7 +4567,7 @@ structured and unstructured grid problems.")))
"matio-" version ".tar.gz"))
(sha256
(base32
- "0y2qymgxank8wdiwc68ap8bxdzrhvyw86i29yh3xgn4z1njfd9ir"))))
+ "0vr8c1mz1k6mz0sgh6n3scl5c3a71iqmy5fnydrgq504icj4vym4"))))
(build-system gnu-build-system)
(inputs
`(("zlib" ,zlib)
a31afa3d70'>gnu: zabbix-agentd: Use the correct license....Marius Bakke 2022-02-13gnu: zabbix-agentd: Add release-monitoring-url....Marius Bakke 2022-01-29gnu: zabbix: Update to 5.4.9....Marius Bakke 2022-01-29gnu: zabbix-server: Use a sensible default for the "fping" executable....Marius Bakke 2022-01-26gnu: zabbix-server: Remove duplicate input....Marius Bakke 2022-01-26gnu: zabbix-server: Don't install agent....Marius Bakke 2022-01-26gnu: zabbix-server: Adjust style....Marius Bakke 2022-01-18gnu: python-pyzabbix: Fix test failure....Marius Bakke 2021-12-18gnu: fswatch: Omit static library....Tobias Geerinckx-Rice 2021-12-18gnu: fswatch: Update to 1.16.0....Tobias Geerinckx-Rice 2021-12-14gnu: python-pyzabbix: Update to 1.0.0....Marius Bakke 2021-12-13gnu: Further simplify package inputs....Ludovic Courtès 2021-12-13gnu: Simplify package inputs....Ludovic Courtès 2021-12-05gnu: python-whisper: Update to 1.1.8....Marius Bakke 2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès 2021-11-11gnu: Move a few Python packages to (gnu packages python-build)....Maxim Cournoyer 2021-11-08gnu: packages: Remove last year's deprecations....Tobias Geerinckx-Rice 2021-09-26gnu: python2-whisper: Remove package....Maxim Cournoyer 2021-09-26gnu: python-carbon: Update to 1.1.8 and rename from python2-carbon....Maxim Cournoyer 2021-09-03gnu: Add fatrace....Raphaël Mélotte 2021-05-28gnu: hostscope: Add 'release-monitoring-url' property....Ludovic Courtès 2021-05-28gnu: Add hostscope....Stefan Reichör