Commit 48067a96 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

conda build: configure pyopencl source build also on macOS

parent 8b0a29df
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -227,6 +227,10 @@ build_py_project_in_conda_env()
    cat >> ~/.aksetup-defaults.py <<EOF
CL_INC_DIR = ["$CONDA_PREFIX/include"]
CL_LIB_DIR = ["$CONDA_PREFIX/lib"]

# This matches the default on Linux and forces the use of the conda-installed
# ICD loader on macOS.
CL_LIBNAME = ["OpenCL"]
EOF
  fi