packages feed

casadi-bindings-control-2.0.0.1: casadi-bindings-control.cabal

name:                casadi-bindings-control
version:             2.0.0.1
license:             LGPL-3
license-file:        LICENSE
category:            Numerical, Math
copyright:           (c) 2013-2014 Greg Horn
author:              Greg Horn
maintainer:          gregmainland@gmail.com
build-type:          Simple
cabal-version:       >=1.10
synopsis:            low level bindings to casadi-control
description:         see <http://hackage.haskell.org/package/casadi-bindings http://hackage.haskell.org/package/casadi-bindings> for all instructions
extra-source-files:  cbits/marshal.hpp
extra-tmp-files:     Casadi/Callback_stub.h

library
  build-depends:       base >=4.6 && <5,
                       vector >=0.10,
                       casadi-bindings-core,
                       casadi-bindings-internal == 0.1.1

  default-language:    Haskell2010


  extra-libraries:  stdc++

  pkgconfig-depends: casadi_control

  ghc-prof-options: -prof -fprof-auto -fprof-cafs -rtsopts
  ghc-options: 
  cc-options: -Wall -Wno-delete-non-virtual-dtor

  C-sources:        cbits/autogen/control_classes.cpp
                    cbits/autogen/control_functions.cpp

  exposed-modules:  Casadi.Control.Data
                    Casadi.Control.Enums
                    Casadi.Control.Classes.DpleSolver