changeset 6904:67989b9b99b1

Backout changeset 2e72cfa4eecf * src/sundials-ida.mk: revert changeset 2e72cfa4eecf
author John Donoghue <john.donoghue@ieee.org>
date Tue, 03 Oct 2023 16:57:29 -0400
parents 0eb2c5c34b60
children 0d1843620df0
files src/sundials-ida.mk
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/sundials-ida.mk	Tue Oct 03 16:55:13 2023 -0400
+++ b/src/sundials-ida.mk	Tue Oct 03 16:57:29 2023 -0400
@@ -20,11 +20,7 @@
 ifeq ($(MXE_WINDOWS_BUILD),yes)
     $(PKG)_SUITESPARSECONFIG_LIBRARY := $(HOST_LIBDIR)/libsuitesparseconfig.dll.a
 else
-  ifeq ($(MXE_USE_LIB64_DIRECTORY),yes)
-    $(PKG)_SUITESPARSECONFIG_LIBRARY := $(HOST_LIB64DIR)/libsuitesparseconfig.so
-  else
     $(PKG)_SUITESPARSECONFIG_LIBRARY := $(HOST_LIBDIR)/libsuitesparseconfig.so
-  endif
 endif
 
 # Keep "sunindextype" in sync with LAPACK (bug #58795)