summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 9a80655d3c88c1347c6d71ec743b41a378a8e5ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgbase = cppadcodegen-git
	pkgdesc = A C++ Algorithmic Differentiation Package
	pkgver = r928.38d4f3b
	pkgrel = 1
	url = https://github.com/joaoleal/CppADCodeGen
	arch = any
	license = GPL3
	license = EPL1
	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
	provides = cppadcodegen
	conflicts = cppadcodegen
	source = git+https://github.com/joaoleal/CppADCodeGen.git
	sha256sums = SKIP

pkgname = cppadcodegen-git