Git Product home page Git Product logo

freesteam's Introduction

Introduction

CMake updates for easier installation and use

Original repo (version 2.1) at sourceforge: http://freesteam.sourceforge.net/

Credit goes to the original authors: John Pye, etc

Migration from sourceforge to github and use of CMake and SWIG, to make it compatible with modern Linux system (version 3.0).

Credit goes to Qingfeng Xia https://github.com/qingfengxia/freesteam

Upgraded to cmake 3.14.2, swig3 and python3, use of ctest for C and Pyton tests (version 3.1)

License: GPL as original release

Prerequisites

  • CMake, mandatory. Package 'cmake' on Fedora and Ubuntu
  • LAPACK (Linear Algebra PACKage), mandatory. Package 'lapack-devel' or 'openblas-devel' on Fedora, 'liblapacke-dev' on Ubuntu
  • GSL (gnu scientific library), (optional). Package 'gsl-devel' on Fedora, 'libgsl-dev' on Ubuntu
  • python (optional), required if 'FREESTEAM_WITH_PYTHON=ON'. Package 'python-devel' on Fedora, 'python-dev' on Ubuntu
  • SWIG (optional), required if 'FREESTEAM_WITH_PYTHON=ON'. Package 'swig' on Fedora and Ubuntu
  • matplotlib (optional), for curves plotting. Package 'python-matplotlib' on Fedora and Ubuntu

Overview of the features

On the latest github version 3.1 (released in Nov 2019)

  • New directory gsl-light
  • Removed dependence on gsl library

Readme of version 3.1

Readme of version 3.0

Readme of version 2.1

Installation with CMake

mkdir build
cd build
cmake ../freesteam_src -DCMAKE_INSTALL_PREFIX=../freesteam_install -DFREESTEAM_WITH_PYTHON=ON
make
make test 
make install 

Version definition: version jumps from 3.1 to 3.2 to indicate updates

freesteam's People

Contributors

q11bul avatar ndjinga 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.