Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Eigen as alternative to LAPACK #333

Merged
merged 13 commits into from
May 15, 2016
Merged

Use Eigen as alternative to LAPACK #333

merged 13 commits into from
May 15, 2016

Commits on May 15, 2016

  1. Configuration menu
    Copy the full SHA
    41ae065 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41a357a View commit details
    Browse the repository at this point in the history
  3. [SCons] Make Eigen available to Cantera

    Check for a system copy of Eigen, and if that is not found, install
    Eigen's headers with the Cantera headers. Add the header 'eigen_dense.h'
    to provide a single header to include from other locations.
    speth committed May 15, 2016
    Configuration menu
    Copy the full SHA
    bf67cce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b49c2e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    961ca06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7d854f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f260e85 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01d3679 View commit details
    Browse the repository at this point in the history
  9. Disable SquareMatrix LAPACK operations when LAPACK is not available

    Because SquareMatrix is unused within Cantera and deprecated, it is not
    necessary to implement alternatives for these functions.
    speth committed May 15, 2016
    Configuration menu
    Copy the full SHA
    799695f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    230688d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    efb068e View commit details
    Browse the repository at this point in the history
  12. [SCons] Modify build system to exclude unused Fortran and f2c code

    Cantera no longer requires BLAS / LAPACK (but can use them if available), so it
    is never necessary to compile any of the external Fortran or f2c-converted code.
    speth committed May 15, 2016
    Configuration menu
    Copy the full SHA
    df43a47 View commit details
    Browse the repository at this point in the history
  13. Remove unnused code from 'ext'

    speth committed May 15, 2016
    Configuration menu
    Copy the full SHA
    bbb5eed View commit details
    Browse the repository at this point in the history