diff --git a/.github/workflows/compile-halide-cpp.yml b/.github/workflows/compile-halide-cpp.yml index 81132ef..89bfd14 100644 --- a/.github/workflows/compile-halide-cpp.yml +++ b/.github/workflows/compile-halide-cpp.yml @@ -53,8 +53,8 @@ jobs: run: meson setup --vsenv proximal/halide proximal/halide/build if: startsWith(matrix.os, 'window') == true - #- name: Build Python interfaces - # run: meson compile -C proximal/halide/build python_interface + - name: Build Python interfaces + run: meson compile -C proximal/halide/build python_interface #- name: Build ProxImaL-codegen # run: meson compile -C proximal/halide/build ladmm-runtime:alias diff --git a/proximal/halide/subprojects/packagefiles/halide/meson.build b/proximal/halide/subprojects/packagefiles/halide/meson.build index 4ce0ce0..e402058 100644 --- a/proximal/halide/subprojects/packagefiles/halide/meson.build +++ b/proximal/halide/subprojects/packagefiles/halide/meson.build @@ -15,7 +15,6 @@ else halide_autoscheduler_path = halide_library_path endif -message(halide_library_path) halide_lib = cc.find_library('Halide', dirs: halide_library_path, )