mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
1.1 KiB
Tcl
22 lines
1.1 KiB
Tcl
# -*- 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.7.2
|
|
github.tarball_from archive
|
|
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 5995d915ae97d3ef0f3f8e785797ba0131e1ceea14e1246a063dcf3c46b37b2c \
|
|
rmd160 9c411e9a43e221bd42406b713fb5d22ea0a38bda \
|
|
size 3914171
|