Skip to content

Conversation

@awvwgk
Copy link
Member

@awvwgk awvwgk commented May 7, 2022

Tested with Intel oneAPI 2022.1 and VS2022

cmake -B _build_intel -DCMAKE_INSTALL_PREFIX=%CD%\_dist
cmake --build _build_intel
ctest --test-dir _build_intel
cmake --build _build_intel --config Release
cmake --install _build intel
meson setup _build_intel --prefix=%CD%\_dist --default-library=static
meson compiler -C _build_intel
meson test -C _build_intel
meson install -C _build_intel

@awvwgk awvwgk added the build Build system related issues (platform, compilers) label May 7, 2022
@codecov
Copy link

codecov bot commented May 7, 2022

Codecov Report

Merging #43 (cffc8a1) into main (1f69000) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #43   +/-   ##
=======================================
  Coverage   69.80%   69.80%           
=======================================
  Files          60       60           
  Lines        7616     7616           
  Branches     2232     2232           
=======================================
  Hits         5316     5316           
  Misses        739      739           
  Partials     1561     1561           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1f69000...cffc8a1. Read the comment docs.

@awvwgk awvwgk merged commit 4e88c52 into grimme-lab:main May 7, 2022
@awvwgk awvwgk deleted the intel-cl branch May 7, 2022 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Build system related issues (platform, compilers)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant