# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0   
PortGroup           cmake 1.1

github.setup        casadi casadi 3.3.0
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
categories          math
license             LGPL-3
maintainers         {@ierofant gmail.com:aw.kornilov} openmaintainer

description         CasADi is a symbolic framework for numeric optimization
long_description    CasADi is a symbolic framework for numeric optimization implementing automatic differentiation \
                    in forward and reverse modes on sparse matrix-valued computational graphs. \
                    It supports self-contained C-code generation and interfaces state-of-the-art codes \
                    such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.

checksums           sha256  1c7e665cf9b4a8b6e1d2e04f961529d7a619ee49df8182106219f6a2cd04b27b \
                    rmd160  eadf2d412c271adcb237a9ad66c624a15e918bc6
