name: casadi-bindings-snopt-interface
version: 1.9.0.2
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-snopt_interface
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
default-language: Haskell2010
extra-libraries: stdc++
pkgconfig-depends: casadi_snopt_interface
ghc-prof-options: -prof -fprof-auto -fprof-cafs -rtsopts
ghc-options:
cc-options: -Wall -Wno-delete-non-virtual-dtor
C-sources: cbits/autogen/snopt_interface_classes.cpp
cbits/autogen/snopt_interface_functions.cpp
exposed-modules: Casadi.SnoptInterface.Data
Casadi.SnoptInterface.Enums
Casadi.SnoptInterface.Classes.SnoptSolver