Browse Source

gh m1: fix mixed linkage when built with OpenMP and clang+gfortran

tags/v0.3.30
Ruiyang Wu 1 year ago
parent
commit
251c3f857d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/apple_m.yml

+ 1
- 0
.github/workflows/apple_m.yml View File

@@ -102,6 +102,7 @@ jobs:
mkdir build && cd build
cmake -DDYNAMIC_ARCH=1 \
-DUSE_OPENMP=${{matrix.openmp}} \
-DOpenMP_Fortran_LIB_NAMES=omp \
-DINTERFACE64=${{matrix.ilp64}} \
-DNOFORTRAN=0 \
-DBUILD_WITHOUT_LAPACK=0 \


Loading…
Cancel
Save