File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 "${CHANNELS[@]}" \
7777 conda-recipe-cf
7878
79+ - name : Check llvm-openmp linkage
80+ run : |
81+ ls -la "$CONDA_PREFIX/lib/libgomp"* "$CONDA_PREFIX/lib/libiomp5"* "$CONDA_PREFIX/lib/libomp.so"
82+ ldd "$CONDA_PREFIX/lib/python${{ matrix.python }}/site-packages/mkl_fft/_pydfti"*.so | grep omp
83+
7984 - name : Upload artifact
8085 uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8186 with :
@@ -210,6 +215,12 @@ jobs:
210215 run : |
211216 conda build --no-test --python ${{ matrix.python }} --numpy ${{ matrix.numpy }} -c conda-forge --override-channels conda-recipe-cf
212217
218+ - name : Check llvm-openmp linkage
219+ shell : bash -l {0}
220+ run : |
221+ ls -la "$CONDA_PREFIX/Library/bin/libiomp5md.dll" "$CONDA_PREFIX/Library/bin/libomp.dll" || true
222+ python -c "import mkl_fft; print('import OK')"
223+
213224 - name : Store conda paths as envs
214225 shell : bash -l {0}
215226 run : |
You can’t perform that action at this time.
0 commit comments