Skip to content

Commit

Permalink
Install head version of xsimd
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Aug 19, 2022
1 parent 6857f15 commit 9e23384
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
THREADS: 4
CONFIG: RelWithDebInfo
ALPAKA_BRANCH: 0.9.0
VCPKG_INSTALL_LIST: "fmt tinyobjloader xsimd boost-mp11 boost-atomic boost-smart-ptr boost-functional boost-container"
VCPKG_INSTALL: "vcpkg install fmt tinyobjloader boost-mp11 boost-atomic boost-smart-ptr boost-functional boost-container; vcpkg install --head xsimd"

jobs:
clang-format:
Expand All @@ -40,7 +40,7 @@ jobs:
sudo apt install clang-14 libomp-14-dev clang-tidy-14
- name: vcpkg install dependencies
run: |
vcpkg install $VCPKG_INSTALL_LIST
eval $VCPKG_INSTALL
- name: install alpaka
run: |
git clone https://github.com/alpaka-group/alpaka.git
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
sudo apt install lcov
- name: vcpkg install dependencies
run: |
vcpkg install $VCPKG_INSTALL_LIST
eval $VCPKG_INSTALL
- name: cmake
run: |
mkdir build
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
run: |
# vcpkg fails to build with Intel compilers
if [ ${{ matrix.install_oneapi }} ]; then unset CXX; fi
vcpkg install $VCPKG_INSTALL_LIST
eval $VCPKG_INSTALL
- name: download CUDA
if: matrix.cuda_url
run: |
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
- uses: actions/checkout@v2
- name: vcpkg install dependencies
run: |
vcpkg install $VCPKG_INSTALL_LIST
eval $VCPKG_INSTALL
- name: install alpaka
run: |
git clone --branch $ALPAKA_BRANCH --depth 1 https://github.com/alpaka-group/alpaka.git
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
brew install libomp
- name: vcpkg install dependencies
run: |
vcpkg install $VCPKG_INSTALL_LIST
eval $VCPKG_INSTALL
- name: install alpaka
run: |
git clone --branch $ALPAKA_BRANCH --depth 1 https://github.com/alpaka-group/alpaka.git
Expand Down

0 comments on commit 9e23384

Please sign in to comment.