We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4620c18 commit 472616bCopy full SHA for 472616b
.github/workflows/ci_catalyst.yml
@@ -75,6 +75,9 @@ jobs:
75
run: |
76
git clone --branch mqt_integration --depth=1 https://github.com/flowerthrower/catalyst.git catalyst
77
78
+ - name: Set macOS deployment target for linker
79
+ run: echo "MACOSX_DEPLOYMENT_TARGET=14.0" >> $GITHUB_ENV
80
+
81
# configure only MLIRQuantum dialect (skip building tools)
82
- name: Configure MLIRQuantum dialect
83
@@ -98,7 +101,6 @@ jobs:
98
101
99
102
cmake -G Ninja -S . -B build \
100
103
-DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_OSX_DEPLOYMENT_TARGET=14.0 \
104
-DBUILD_MQT_CORE_MLIR=ON \
105
-DENABLE_MQT_CORE_MLIR_CATALYST_PLUGIN=ON \
106
-DCatalyst_DIR="$PWD/catalyst/mlir/build/lib/cmake/catalyst"
0 commit comments