From 3d3892f70a3a6b6fb14d40c43e979834740421b3 Mon Sep 17 00:00:00 2001 From: "Balos, Cody, J" Date: Wed, 19 Jun 2024 10:44:42 -0700 Subject: [PATCH] move note --- doc/shared/RecentChanges.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/shared/RecentChanges.rst b/doc/shared/RecentChanges.rst index b36fd85eed..adc2691e7b 100644 --- a/doc/shared/RecentChanges.rst +++ b/doc/shared/RecentChanges.rst @@ -116,6 +116,8 @@ Fix bug on LLP64 platforms (like Windows 64-bit) where ``KLU_INDEXTYPE`` could b Check if size of ``SuiteSparse_long`` is 8 if the size of ``sunindextype`` is 8 when using KLU. +Fixed several build errors with the Fortran interfaces on Windows systems. + **Deprecation Notices** Numerous ARKODE stepper-specific functions are now deprecated in favor of @@ -129,5 +131,3 @@ The unsupported implementations of ``N_VGetArrayPointer`` and ``N_VSetArrayPointer`` for the *hypre* and PETSc vectors are now deprecated. Users should access the underlying wrapped external library vector objects instead with ``N_VGetVector_ParHyp`` and ``N_VGetVector_Petsc``, respectively. - -Fixed several build errors with the Fortran interfaces on Windows systems.