Skip to content

Commit

Permalink
no docs needed for SOPT, check where FFTW3 lives
Browse files Browse the repository at this point in the history
  • Loading branch information
20DM committed Oct 2, 2023
1 parent 90d0d0a commit 3e81f36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
make -j$(nproc --ignore 1)
make -j$(nproc --ignore 1) install
cd -
dpkg -L libfftw3-dev
fi
- name: Install Tensorflow API on Ubuntu
Expand Down Expand Up @@ -79,7 +80,7 @@ jobs:
- name: Create SOPT package
run : |
if [[ "USE_CONAN" = 1 ]]; then
conan create ./sopt --build missing -s:b compiler.libcxx=libstdc++11 -o mpi=off -o openmp=off -o docs=on -o cppflow=on -pr:h=default -pr:b=default
conan create ./sopt --build missing -s:b compiler.libcxx=libstdc++11 -o mpi=off -o openmp=off -o cppflow=on -pr:h=default -pr:b=default
else
export PATH=${{github.workspace}}/cppflow/build:$PATH
export PATH=${{github.workspace}}/Catch2/build:$PATH
Expand Down

0 comments on commit 3e81f36

Please sign in to comment.