Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SuiteSparse 7.5.1 #732

Merged
merged 11 commits into from
Jan 14, 2024
Merged

SuiteSparse 7.5.1 #732

merged 11 commits into from
Jan 14, 2024

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    08f2466 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Update SuiteSparse_config.h

    prj- authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9f07022 View commit details
    Browse the repository at this point in the history
  2. Update SuiteSparse_config.h.in

    prj- authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8fef63d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #727 from prj-/jolivet/fix-SuiteSparse_config

    Update SuiteSparse_config.h
    DrTimothyAldenDavis authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    0782ead View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8187d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. SuiteSparse_config: Check if linking to librt is necessary

    On some platform, it is necessary to link to librt when using
    `clock_gettime`.  Add configure checks to detect if the function is
    available and whether it needs linking with librt.
    
    That facilitates linking statically to libsuitesparseconfig using the
    CMake import targets or the pkg-config files.  It also helps to avoid
    issues when linking to the shared library with `--as-needed`.
    mmuetzel committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    55c5a2f View commit details
    Browse the repository at this point in the history
  2. SuiteSparse_config: Use configure result for whether to use clock_get…

    …time
    
    Use result of feature test to decide whether `clock_gettime` can be used.
    mmuetzel committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    eab4d8c View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Merge pull request #726 from mmuetzel/suitesparse_config

    SuiteSparse_config: Check if linking to librt is necessary
    DrTimothyAldenDavis authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    3b2647f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #728 from DrTimothyAldenDavis/dev2

    SuiteSparse 7.5.1
    DrTimothyAldenDavis authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    551a546 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df14680 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #731 from DrTimothyAldenDavis/dev2

    Example demo output
    DrTimothyAldenDavis authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    17e8f5f View commit details
    Browse the repository at this point in the history