File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -290,20 +290,19 @@ jobs:
290
290
if : ${{ contains(matrix.os, 'ubuntu') }}
291
291
run : |
292
292
sudo apt update
293
- sudo apt install openmpi-bin libopenmpi-dev ccache graphviz libeigen3-dev libtiff-dev libcfitsio-dev libboost-all-dev libyaml-cpp-dev
293
+ sudo apt install openmpi-bin libopenmpi-dev ccache graphviz libeigen3-dev libtiff-dev libcfitsio-dev libboost-all-dev libyaml-cpp-dev libbenchmark-dev
294
294
295
295
- name : Install Dependencies on MacOS
296
296
if : ${{ contains(matrix.os, 'macos') }}
297
297
run : |
298
- brew install open-mpi libomp eigen ccache cfitsio boost yaml-cpp onnxruntime
298
+ brew install open-mpi libomp eigen ccache cfitsio boost yaml-cpp onnxruntime google-benchmark
299
299
echo "CMAKE_PREFIX_PATH=/opt/homebrew/opt/libomp" >> $GITHUB_ENV
300
300
echo "/opt/homebrew/opt/ccache/libexec" >> $GITHUB_PATH
301
301
302
302
- name : Build examples
303
303
# Build your program with the given configuration
304
304
run : |
305
305
export CMAKE_PREFIX_PATH=${{github.workspace}}/local:$CMAKE_PREFIX_PATH
306
- #export PATH=${{github.workspace}}/local:$PATH
307
306
mkdir -p ${{github.workspace}}/build
308
307
cd ${{github.workspace}}/build
309
308
cmake .. --fresh -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local -Donnxrt=ON -Dhdf5=ON -Ddocasa=OFF -Ddompi=${{matrix.mpi}} -Dopenmp=${{matrix.omp}} -Dtests=OFF -Dexamples=ON -Dbenchmarks=ON
You can’t perform that action at this time.
0 commit comments