Port details on branch 2024Q4 |
- sundials SUite of Nonlinear and DIfferential/ALgebraic Equation Solvers
- 6.6.0_9 math
=0 6.6.0_9Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2024-12-26 10:51:04
- Last Update: 2024-12-26 10:48:19
- Commit Hash: cf23a14
- License: BSD3CLAUSE
- WWW:
- https://computing.llnl.gov/projects/sundials
- Description:
- SUNDIALS is a SUite of Nonlinear and DIfferential/ALgebraic equation Solvers.
It consists of the following six solvers: CVODE, solves initial value problems
for ordinary differential equation (ODE) systems; CVODES, solves ODE systems and
includes sensitivity analysis capabilities (forward and adjoint); ARKODE, solves
initial value ODE problems with additive Runge-Kutta methods, include support
for IMEX methods; IDA, solves initial value problems for differential-algebraic
equation (DAE) systems; IDAS, solves DAE systems and includes sensitivity
analysis capabilities (forward and adjoint); KINSOL, solves nonlinear algebraic
systems.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/sundials/ && make install clean
- To add the package, run one of these commands:
- pkg install math/sundials
- pkg install sundials
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sundials
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1692767874
SHA256 (sundials-6.6.0.tar.gz) = f90029b8da846c8faff5530fd1fa4847079188d040554f55c1d5d1e04743d29d
SIZE (sundials-6.6.0.tar.gz) = 91658584
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- gfortran13 : lang/gcc13
- python3.11 : lang/python311
- as : devel/binutils
- Runtime dependencies:
-
- gfortran13 : lang/gcc13
- Library dependencies:
-
- libamd.so : math/suitesparse-amd
- libbtf.so : math/suitesparse-btf
- libcolamd.so : math/suitesparse-colamd
- libklu.so : math/suitesparse-klu
- libsuitesparseconfig.so : math/suitesparse-config
- libmpich.so : net/mpich
- libopenblas.so : math/openblas
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for sundials-6.6.0_9:
BLAS=off: Enable BLAS support
EXAMPLES=on: Build and/or install examples
KLU=on: Use KLU package that is part of suitesparse
LAPACK=on: Use Lapack linear algebra (sets SUNDIALS_INDEX_TYPE=int32)
MPI=on: MPI (Message Passing Interface) support
OPENMP=on: Parallel processing support via OpenMP
====> Alternative vector libraries
HYPRE=off: HYPRE vectors support (also enables MPI)
PETSC=off: PETSc vectors support (also enables MPI)
===> Use 'make config' to modify these settings
- Options name:
- math_sundials
- USES:
- cmake:testing fortran localbase:ldflags python:build blaslapack:openblas
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|