changeset 6874:fff6ec3b0cf5

SuiteSparse: Depend unconditionally on mpfr * src/suitesparse.mk: Depend unconditionally on mpfr. This hopefully fixes a build error for the buildbot builder mxe-native-on-debian.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 26 Sep 2023 19:25:02 +0200
parents e7e566396211
children 12bf4c42a136
files src/suitesparse.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/suitesparse.mk	Tue Sep 26 12:14:45 2023 +0200
+++ b/src/suitesparse.mk	Tue Sep 26 19:25:02 2023 +0200
@@ -7,9 +7,9 @@
 $(PKG)_SUBDIR   := SuiteSparse-$($(PKG)_VERSION)
 $(PKG)_FILE     := $($(PKG)_SUBDIR).tar.gz
 $(PKG)_URL      := https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$($(PKG)_VERSION).tar.gz
-$(PKG)_DEPS     := blas lapack
+$(PKG)_DEPS     := blas lapack mpfr
 ifeq ($(USE_SYSTEM_GCC),no)
-  $(PKG)_DEPS += libgomp mpfr
+  $(PKG)_DEPS += libgomp
 endif
 
 ifeq ($(MXE_NATIVE_MINGW_BUILD),yes)