From 5c8a012cd5126f923d27df9e1152a0adeb5fede3 Mon Sep 17 00:00:00 2001 From: "Billy K. Poon" Date: Tue, 30 Jul 2024 03:55:54 -0700 Subject: [PATCH] Use libcxx<18 for building on macOS --- recipe/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ef77cef..0e73fe3 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -37,6 +37,7 @@ outputs: - {{ cdt('libxxf86vm') }} # [linux] - {{ cdt('mesa-libgl-devel') }} # [linux] - {{ cdt('mesa-dri-drivers') }} # [linux] + - libcxx <18 # [osx] host: - libboost-python-devel - libboost-devel @@ -51,6 +52,7 @@ outputs: - setuptools - six - xorg-libxfixes # [linux] + - libcxx <18 # [osx] run: - biopython - future