blob: 349bbc27a7dda1848842fd27713b51a3c4392e30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = sundials
pkgdesc = Suite of nonlinear differential/algebraic equation solvers
pkgver = 2.7.0
pkgrel = 3
url = https://computation.llnl.gov/casc/sundials/main.html
arch = i686
arch = x86_64
license = BSD
makedepends = cmake
depends = gcc-libs
depends = lapack
depends = gcc-fortran
depends = openmpi
source = http://computation.llnl.gov/projects/sundials/download/sundials-2.7.0.tar.gz
source = https://raw.githubusercontent.com/conda-forge/sundials-feedstock/9cc2f6aa344487b892dd3dd46793735c3ee41ece/recipe/sundials-link-libs.patch
sha256sums = d39fcac7175d701398e4eb209f7e92a5b30a78358d4a0c0fcc23db23c11ba104
sha256sums = 08febcacb706694f7461d6496047bc57048187aa3f77ee000cec2626c19e15c1
pkgname = sundials
|