From 69962fefc233ba06450b353073a2db4a9fce3ceb Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Thu, 13 Jan 2022 21:55:21 +1300 Subject: Specify CMAKE_INSTALL_RPATH for macOS; use -rpath LDFLAGS for tests (#3009) --- .github/workflows/mac/before_install.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to '.github/workflows/mac') diff --git a/.github/workflows/mac/before_install.sh b/.github/workflows/mac/before_install.sh index 217039fe..b01645ab 100755 --- a/.github/workflows/mac/before_install.sh +++ b/.github/workflows/mac/before_install.sh @@ -3,11 +3,9 @@ set -e -conda update -n base -c defaults conda -conda install compilers -y +conda update --yes --quiet -n base -c defaults conda +conda install --yes --quiet compilers conda config --set channel_priority strict -conda install --yes --quiet python=3.8 autoconf automake libtool ccache -y -conda install --yes --quiet proj=7.1.1=h45baca5_3 --only-deps -y - -./travis/before_install_pip.sh +conda install --yes --quiet python=3.8 autoconf automake libtool ccache jsonschema +conda install --yes --quiet --only-deps proj=7.1.1=h45baca5_3 -- cgit v1.2.3