blob: 040372b007d10665d628383ef457e7f23841b787 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = cppadcodegen
pkgdesc = Source Code Generation for Automatic Differentiation using Operator Overloading
pkgver = 2.5.0
pkgrel = 1
url = https://github.com/joaoleal/CppADCodeGen
arch = any
license = GPL-3.0-only
makedepends = cmake
depends = cppad
optdepends = eigen: required when DAE differentiation index reduction is used,
optdepends = valgrind: memcheck test
optdepends = clang: only required for JIT compilation
optdepends = llvm: only required for JIT compilation
source = cppadcodegen-2.5.0.tar.gz::https://github.com/joaoleal/CppADCodeGen/archive/v2.5.0.tar.gz
sha256sums = a53d3e91cfa17381f31819d549de71767b90d05e671fa848043694b0f53d6c18
pkgname = cppadcodegen
|