Skip to content

Commit 3b25168

Browse files
author
pradeep
committed
Use boost env var on linux github ci jobs
Change ninja to 1.10.0
1 parent 61c4a04 commit 3b25168

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cpu_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: CPU
1515
runs-on: ${{ matrix.os }}
1616
env:
17-
NINJA_VER: 1.9.0
17+
NINJA_VER: 1.10.0
1818
CMAKE_VER: 3.5.1
1919
strategy:
2020
fail-fast: false
@@ -65,7 +65,7 @@ jobs:
6565
- name: Install Dependencies for Macos
6666
if: matrix.os == 'macos-latest'
6767
run: |
68-
brew install fontconfig glfw freeimage boost fftw lapack openblas
68+
brew install boost fontconfig glfw freeimage fftw lapack openblas
6969
echo "::set-env name=CMAKE_PROGRAM::cmake"
7070
7171
- name: Install Common Dependencies for Ubuntu
@@ -74,7 +74,6 @@ jobs:
7474
sudo apt-get -qq update
7575
sudo apt-get install -y libfreeimage-dev \
7676
libglfw3-dev \
77-
libboost-dev \
7877
libfftw3-dev \
7978
liblapacke-dev
8079
@@ -109,6 +108,7 @@ jobs:
109108
mkdir build && cd build
110109
${CMAKE_PROGRAM} -G Ninja \
111110
-DCMAKE_MAKE_PROGRAM:FILEPATH=${GITHUB_WORKSPACE}/ninja \
111+
-DBOOST_ROOT:PATH=${BOOST_ROOT_1_72_0} \
112112
-DAF_BUILD_CUDA:BOOL=OFF -DAF_BUILD_OPENCL:BOOL=OFF \
113113
-DAF_BUILD_UNIFIED:BOOL=OFF -DAF_BUILD_EXAMPLES:BOOL=ON \
114114
-DAF_BUILD_FORGE:BOOL=ON \

0 commit comments

Comments
 (0)