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

Build the samples on the CI services #649

Merged
merged 5 commits into from
Jun 17, 2019

Commits on Jun 11, 2019

  1. Include Func1.h in zerodim.h

    zerodim.h used to have Func1.h included indirectly, so make it explicit.
    bryanwweber committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    ba99633 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    851d31b View commit details
    Browse the repository at this point in the history
  3. CMake use Accelerate even if OpenMP is also used

    For samples, make sure that OpenMP and Accelerate are not exclusive
    options on macOS
    bryanwweber committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    a36b16d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Correct flag and libs for OpenMP on macOS

    Apple's clang on macOS requires the libomp to link. Apple symlinks gcc
    to clang, so it can't be detected as clang by executable name
    bryanwweber committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    076dece View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2019

  1. Build the samples on the CI services

    Requires libomp on macOS from homebrew. OpenMP with Visual C/C++ requires
    the loop index to be a signed type (from OpenMP < 3.0).
    bryanwweber committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    fb14816 View commit details
    Browse the repository at this point in the history