[Bug 260771] math/sundials: Update to version 6.0.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 28 Dec 2021 23:28:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260771

            Bug ID: 260771
           Summary: math/sundials: Update to version 6.0.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/LLNL/sundials/releases/tag/v6.0.0
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: yuri@freebsd.org
          Reporter: bsd@philippost.de
             Flags: maintainer-feedback?(yuri@freebsd.org)
          Assignee: yuri@freebsd.org

Created attachment 230512
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=230512&action=edit
math/sundials: update to version 6.0.0

This patch updates math/sundials to version 6.0.0.

The release notes are at https://github.com/LLNL/sundials/releases/tag/v6.0.0.

The changes to the ports' Makefile are as follows:
- Bump version number to 6.0.0
- Add -DCMAKE_C_STANDARD=99 to CMAKE_ARGS; this fixes the LAPACK option.
- Add LAPACK as default option
- Remove -DSUNDIALS_INDEX_TYPE:STRING=int64_t, since this is automatically
determined based on SUNDIALS_INDEX_SIZE which defaults to 64 bits.
SUNDIALS_INDEX_TYPE has been deprecated with release 3.2.0.
- Remove LAPACK_BROKEN
- Remove {BLAS,LAPACK}_CMAKE_ON, since CMake warns during configuring that
FREEBSD_GCC_DIR is not used
- Reenable the OPENMP option
- Replace BLAS_ENABLE by ENABLE_BLAS; this silences a warning
- Switch the MPI option to CMAKE_BOOL
- Add HYPRE_BROKEN, since configure errors out when trying to build with hypre
support

distinfo and pkg-plist have been updated accordingly.

poudriere is happy: I tested the port with 12.2-Release i386, 12.3-Release and
13.0-Release amd64.

The SUNDIALS testsuite passes without any errors.

-- 
You are receiving this mail because:
You are the assignee for the bug.