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 Cmake OBJECT libraries to create openfastlib and add option to use downloaded reference lapack and blas sources #1010

Merged

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    e2e2d2b View commit details
    Browse the repository at this point in the history
  2. create_FAST_SFunc.m: need linux-specific mex call COMPFLAGS windows o…

    …nly -MT option differrent in gcc
    reos-rcrozier committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    a951254 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b009fb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Modify build system to create static libopenfast from object librarie…

    …s to ensure correct linking
    reos-rcrozier committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    abcd0a5 View commit details
    Browse the repository at this point in the history
  2. More modifying build system to create static libopenfast from object …

    …libraries to ensure correct linking
    reos-rcrozier committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    0ab29c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    0d907d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f4baff View commit details
    Browse the repository at this point in the history
  3. Updating CMakeLists to add object libs to install directives to fix e…

    …xport error, also ensure object lib deps all correct
    reos-rcrozier committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    6a14d06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2848f6c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b35ce05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a164971 View commit details
    Browse the repository at this point in the history
  7. openfast-library/CMakeLists.txt: remove object libraries from target_…

    …link_libraries, also remove STATIC arg from add_library
    reos-rcrozier committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    2a793b4 View commit details
    Browse the repository at this point in the history
  8. top level CMakeLists.txt: install downloaded lapack in src dir, not s…

    …ystem, and do so when openfast is installed, also use correct built lapack library locations for linking before make install is invoked
    reos-rcrozier committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    94fd3a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    73614b0 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. odifications to cmake files to ensure each object file is built only …

    …once, and also to reduce pollution when building Simulink interface and linking against mex libraries
    reos-rcrozier committed May 19, 2022
    Configuration menu
    Copy the full SHA
    221b250 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c769488 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    54488a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af56d52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36c4dec View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    ae106c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    89d8a83 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. openfast-library/CMakeLists.txt: correct target_link_libraries for op…

    …enfastlib_common_obj and export openfastlib_common_obj
    reos-rcrozier committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    57dfd99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b1bec3 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    ab0d172 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    4c73cdc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'static-openfast-cmake-obj-libs' of github.com:REOptimiz…

    …e-Systems/openfast into static-openfast-cmake-obj-libs
    reos-rcrozier committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    1da89df View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    de00a9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b428af5 View commit details
    Browse the repository at this point in the history