Skip to content

Commit 72114b4

Browse files
committed
Fixup: update testing
1 parent 058eefc commit 72114b4

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

buildscripts/conda-recipes/pyomp/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ test:
7171
- test -f $SP_DIR/numba/openmp/libs/openmp/lib/libomptarget-amdgpu.bc # [linux]
7272
- test -f $SP_DIR/numba/openmp/libs/openmp/lib/libomptarget-nvptx.bc # [linux]
7373
- test -f $SP_DIR/numba/openmp/libs/openmp/lib/libomptarget.so.{{ LLVM_VERSION_MAJOR }}.{{ LLVM_VERSION_MINOR }} # [linux]
74+
- test -f $SP_DIR/numba/openmp/libs/openmp/lib/libpyomp_loader.dylib # [osx]
75+
- test -f $SP_DIR/numba/openmp/libs/openmp/lib/libpyomp_loader.so # [linux]
7476

7577
about:
7678
home: https://github.com/Python-for-HPC/PyOMP

src/numba/openmp/tests/test_openmp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5074,6 +5074,7 @@ def test_impl():
50745074
python_num_procs = omp_get_num_procs()
50755075
self.assertEqual(jit_num_procs, python_num_procs)
50765076

5077+
@linux_only
50775078
def test_omp_get_num_devices(self):
50785079
from numba.openmp import omp_get_num_devices
50795080

0 commit comments

Comments
 (0)