Date: Tue, 28 Dec 2021 23:28:04 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 260771] math/sundials: Update to version 6.0.0 Message-ID: <bug-260771-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260771 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=3D230512&action= =3Dedit 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=3D99 to CMAKE_ARGS; this fixes the LAPACK option. - Add LAPACK as default option - Remove -DSUNDIALS_INDEX_TYPE:STRING=3Dint64_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 hy= pre 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260771-7788>