We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d68f0 commit 94ebe9cCopy full SHA for 94ebe9c
.github/workflows/build.yml
@@ -82,7 +82,7 @@ jobs:
82
compiler_cc: amdclang
83
compiler_cxx: amdclang++
84
compiler_fc: amdflang-new
85
- cmake_options: -DCMAKE_Fortran_FLAGS_INIT='-fPIC -fopenmp' -DCMAKE_CXX_FLAGS_INIT='-fPIC -fopenmp' -DCMAKE_C_FLAGS_INIT='-fPIC -fopenmp' -DENABLE_MPI=OFF
+ cmake_options: -DCMAKE_Fortran_FLAGS_INIT=-fPIC -DCMAKE_CXX_FLAGS_INIT=-fPIC -DCMAKE_C_FLAGS_INIT=-fPIC -DENABLE_MPI=OFF
86
87
- name: macos
88
# Xcode compiler requires empty environment variables, so we pass null (~) here
0 commit comments