We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c046fb commit 87eb13eCopy full SHA for 87eb13e
recipe/build.sh
@@ -16,8 +16,7 @@ if [[ $target_platform == "osx-arm64" ]]; then
16
# currently cannot properly detect long double format
17
# on osx-arm64 when cross-compiling in QEMU, see
18
# https://github.com/numpy/numpy/pull/24414
19
- echo "[properties]" >> ${CONDA_PREFIX}/meson_cross_file.txt
20
- echo "longdouble_format = 'IEEE_DOUBLE_LE'" >> ${CONDA_PREFIX}/meson_cross_file.txt
+ sed -i.bak "s@\[properties\]@[properties]\nlongdouble_format = 'IEEE_DOUBLE_LE'@g" ${CONDA_PREFIX}/meson_cross_file.txt
21
fi
22
23
# meson-python already sets up a -Dbuildtype=release argument to meson, so
0 commit comments