summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: f0e158004fbfd1fc7b2e367359e9168dcee32930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pkgbase = cppadcodegen
	pkgdesc = A C++ Algorithmic Differentiation Package
	pkgver = 2.4.0
	pkgrel = 1
	url = https://github.com/joaoleal/CppADCodeGen
	arch = any
	license = GPL3
	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 = https://github.com/joaoleal/CppADCodeGen/archive/v2.4.0.tar.gz
	sha256sums = 8bb6c7a7ef9cceb5efad65d8a547e36ac67a825025d168b9773af755a800b34b

pkgname = cppadcodegen