Skip to content

Commit

Permalink
remove debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
20DM committed May 29, 2024
1 parent 4b3845e commit a899adc
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,17 +148,6 @@ jobs:
- name: Build sopt
run: |
conan profile detect
#if [ $(conan profile show -pr default | grep "compiler=" | wc -l) -eq 0 ]; then
# if [[ ${{matrix.cc}} == "clang" ]]; then
# echo "compiler=apple-clang" >> ~/.conan2/profiles/default
# echo "compiler.version=15" >> ~/.conan2/profiles/default
# echo "compiler.libcxx=libstdc++11" >> ~/.conan2/profiles/default
# else
# echo "compiler=gcc" >> ~/.conan2/profiles/default
# echo "compiler.version=11" >> ~/.conan2/profiles/default
# echo "compiler.libcxx=libstdc++11" >> ~/.conan2/profiles/default
# fi
#fi
conan create ${{github.workspace}}/sopt --build missing -s compiler.cppstd=17 -o dompi=${{matrix.mpi}} -o openmp=${{matrix.omp}}
- name: Dependencies
Expand Down

0 comments on commit a899adc

Please sign in to comment.