summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 120de5d1a985dde6a7109db4bfbf84cc1a19c57d (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.3
	pkgrel = 2
	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.3.tar.gz
	sha256sums = 3d3fee920f67b70566fa09ba62203323d4a8100d1ab210c6e7b34f7cb23349fb

pkgname = cppadcodegen