Giter VIP home page Giter VIP logo

utility's Introduction

Utility

A lot of tools for physical simulation.

Installation-------------------------------------------------------------------------

  1. dependency

g++ gfortran

boost-dev boost-system boost-filesystem

blas/gotoblas/openblas lapack

superlu2.0 arpack arpack++

suitesparse eigen3

opengl glew qt4 qglviewer

ipopt casadi

  1. installation

Most of the packages can be installed using synaptic, except the followings:

  1. eigen3 Download the latest version from http://eigen.tuxfamily.org/index.php?title=Main_Page, then follow the instructions in ./INSTALL to install this library.

  2. superlu2.0 and arpack++ arpack++ depends on superlu2.0. However both the superlu2.0 and arpack++ installed from synaptic are broken. I repaired these two packages which can be found in RevisedThirdPartyLibraries on the github. Run ./install to install these two packages.

  3. casadi and ipopt casadi depends on ipopt. The ipopt library installed from synaptic is broken. Try to compile it from sourse. see https://github.com/casadi/casadi/wiki/InstallationLinux for the installation instructions.

    Especially, the casadi can be installed by using,

    cd ..; mkdir build; cd build ../configure --prefix=/usr/local --disable-shared ADD_FFLAGS=-fPIC ADD_CFLAGS=-fPIC ADD_CXXFLAGS=-fPIC make; sudo make install

utility's People

Contributors

xiaowanzi1001 avatar simba518 avatar

Watchers

James Cloos avatar Yizhi Tang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.