summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authoracxz2020-01-25 20:27:54 -0500
committeracxz2020-01-25 20:27:54 -0500
commita4010ee7626da34598a106779a8544516ddf321f (patch)
tree1afa0f887dea51404b976b252b003061b14d6ef4 /.SRCINFO
downloadaur-cppadcodegen-git.tar.gz
create cppadcodegen-git package
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO21
1 files changed, 21 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..9a80655d3c88
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,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
+