Skip to content

Commit

Permalink
test dev/oneapi-headers pr (#42)
Browse files Browse the repository at this point in the history
* test dev/oneapi-headers pr

* fix ipp includes
  • Loading branch information
rscohn2 authored Feb 11, 2024
1 parent c186122 commit c73c133
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
pull_request:

env:
SPACK_REPO: spack/spack
SPACK_BRANCH: develop
SPACK_REPO: rscohn2/spack
SPACK_BRANCH: dev/oneapi-headers

jobs:
checks:
Expand Down
2 changes: 1 addition & 1 deletion samples/ipp-sample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include <iostream>

#include "ippcore.h"
#include "ipp.h"

int main() {
const IppLibraryVersion *lib;
Expand Down

0 comments on commit c73c133

Please sign in to comment.