mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
bump versions of SDK in MacOS CI jobs (#8439)
* bump versions of SDK in MacOS CI jobs * info gathering * the fun never ends * just to trigger a rebuild * just to trigger a rebuild
This commit is contained in:
@@ -33,6 +33,10 @@ steps:
|
||||
export CONDA=/tmp/miniforge
|
||||
source ${CONDA}/etc/profile.d/conda.sh
|
||||
conda activate rdkit_build
|
||||
ls -l /Library
|
||||
ls -l /Library/Developer
|
||||
ls -l /Library/Developer/CommandLineTools
|
||||
ls -l /Library/Developer/CommandLineTools/SDKs
|
||||
export SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX$(target_platform).sdk
|
||||
export CONDA_BUILD_SYSROOT=${SDKROOT}
|
||||
export CXXFLAGS="${CXXFLAGS} -Wall -Wextra -Werror"
|
||||
|
||||
@@ -30,6 +30,10 @@ steps:
|
||||
export CONDA=/tmp/miniforge
|
||||
source ${CONDA}/etc/profile.d/conda.sh
|
||||
conda activate rdkit_build
|
||||
ls -l /Library
|
||||
ls -l /Library/Developer
|
||||
ls -l /Library/Developer/CommandLineTools
|
||||
ls -l /Library/Developer/CommandLineTools/SDKs
|
||||
export SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX$(target_platform).sdk
|
||||
export CONDA_BUILD_SYSROOT=${SDKROOT}
|
||||
mkdir build && cd build && \
|
||||
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
compiler_version: 16
|
||||
boost_version: 1.84
|
||||
number_of_cores: sysctl -n hw.ncpu
|
||||
target_platform: 14.5
|
||||
target_platform: 15.2
|
||||
python: python=3.11
|
||||
steps:
|
||||
- template: .azure-pipelines/mac_build.yml
|
||||
@@ -66,7 +66,7 @@ jobs:
|
||||
compiler_version: 16
|
||||
boost_version: 1.84
|
||||
number_of_cores: sysctl -n hw.ncpu
|
||||
target_platform: 14.5
|
||||
target_platform: 15.2
|
||||
steps:
|
||||
- template: .azure-pipelines/mac_build_java.yml
|
||||
- job: Windows_VS2022_x64
|
||||
|
||||
Reference in New Issue
Block a user