8000 Releases Β· xiaoyeli/superlu Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: xiaoyeli/superlu

v7.0.1

08 May 01:28
Compare
Choose a tag to compare

What's Changed

  • [cmake] Revert "make use of "enable_examples" in CMakeLists.txt" by @gruenich in #154
  • Matgen small C improvements by @gruenich in #156
  • [cmake] Disable finding Doxygen only for CMake < 3.28 by @gruenich in #157
  • fix typos by @musvaage in #159
  • Wherever possible declared parameter as pointer to const by @gruenich in #151
  • Add Fortran package manager (fpm) build system by @rouson in #164

New Contributors

Full Changelog: v7.0.0...v7.0.1

v7.0.0

18 Aug 01:41
Compare
Choose a tag to compare

API change: "complex" to "singlecomplex".

What's Changed

New Contributors

Full Changelog: v6.0.1...v7.0.0

v6.0.1

05 Aug 20:29
Compare
Choose a tag to compare

Minor updates:

  1. Doxygen cleanup
  2. Fix memory leak in ILU routines
  3. Clean up some f2c-ed files

What's Changed

Full Changelog: v6.0.0...v6.0.1

version 6.0.0

07 Apr 05:23
Compare
Choose a tag to compare
  1. Add 64-bit indexing support, with mixed int and int64_t types.
    Use cmake definition to install: -DXSDK_INDEX_SIZE=64
  2. Add METIS ordering option.
    In code, chose ColPerm option: options->ColPerm = METIS_ATA;
  3. add FORTRAN/CMakeLists.txt

version 5.3.0

30 Sep 01:29
Compare
Choose a tag to compare

Added a few new features.

0