File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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 \
You can’t perform that action at this time.
0 commit comments