Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clang 17 + msvc 14.38 #32

Merged
merged 4 commits into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 15 additions & 4 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 13 additions & 4 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 13 additions & 4 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ CHOST_BASE:
CLANG_VERSION:
- 16.0.6
CL_VERSION:
- 19.37.32822
- 19.38.33130
FINAL_CFLAGS:
- -march=nocona -mtune=haswell -ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections
-pipe
FINAL_CXXFLAGS:
- -fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell
-ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections -pipe
MSVC_HEADERS_VERSION:
- 14.37.32822
- 14.38.33130
RUNTIME_VERSION:
- 14.36.32532
- 14.38.33130
TOOLCHAIN_COMBINED:
- 14.37.17.7
- 14.38.17.8
VCVER:
- '14.3'
WINSDK_URL:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
CHOST_BASE:
- x86_64-pc-windows-msvc
CLANG_VERSION:
- 17.0.6
CL_VERSION:
- 19.29.30139
FINAL_CFLAGS:
- -march=nocona -mtune=haswell -ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections
-pipe
FINAL_CXXFLAGS:
- -fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell
-ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections -pipe
MSVC_HEADERS_VERSION:
- 14.29.30133
RUNTIME_VERSION:
- 14.29.30139
TOOLCHAIN_COMBINED:
- 14.29.16.11
VCVER:
- '14.2'
WINSDK_URL:
- https://go.microsoft.com/fwlink/?linkid=2237510
WINSDK_VERSION:
- 10.0.22621.0
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
- linux-64
zip_keys:
- - VCVER
- RUNTIME_VERSION
- CL_VERSION
- TOOLCHAIN_COMBINED
- MSVC_HEADERS_VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
CHOST_BASE:
- x86_64-pc-windows-msvc
CLANG_VERSION:
- 17.0.6
CL_VERSION:
- 19.38.33130
FINAL_CFLAGS:
- -march=nocona -mtune=haswell -ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections
-pipe
FINAL_CXXFLAGS:
- -fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell
-ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections -pipe
MSVC_HEADERS_VERSION:
- 14.38.33130
RUNTIME_VERSION:
- 14.38.33130
TOOLCHAIN_COMBINED:
- 14.38.17.8
VCVER:
- '14.3'
WINSDK_URL:
- https://go.microsoft.com/fwlink/?linkid=2237510
WINSDK_VERSION:
- 10.0.22621.0
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
- linux-64
zip_keys:
- - VCVER
- RUNTIME_VERSION
- CL_VERSION
- TOOLCHAIN_COMBINED
- MSVC_HEADERS_VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CHOST_BASE:
CLANG_VERSION:
- 16.0.6
CL_VERSION:
- 19.37.32822
- 19.38.33130
FINAL_CFLAGS:
- -march=nocona -mtune=haswell -ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections
-pipe
Expand All @@ -13,11 +13,11 @@ FINAL_CXXFLAGS:
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
MSVC_HEADERS_VERSION:
- 14.37.32822
- 14.38.33130
RUNTIME_VERSION:
- 14.36.32532
- 14.38.33130
TOOLCHAIN_COMBINED:
- 14.37.17.7
- 14.38.17.8
VCVER:
- '14.3'
WINSDK_URL:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
CHOST_BASE:
- x86_64-pc-windows-msvc
CLANG_VERSION:
- 17.0.6
CL_VERSION:
- 19.29.30139
FINAL_CFLAGS:
- -march=nocona -mtune=haswell -ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections
-pipe
FINAL_CXXFLAGS:
- -fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell
-ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections -pipe
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
MSVC_HEADERS_VERSION:
- 14.29.30133
RUNTIME_VERSION:
- 14.29.30139
TOOLCHAIN_COMBINED:
- 14.29.16.11
VCVER:
- '14.2'
WINSDK_URL:
- https://go.microsoft.com/fwlink/?linkid=2237510
WINSDK_VERSION:
- 10.0.22621.0
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
macos_machine:
- x86_64-apple-darwin13.4.0
target_platform:
- osx-64
zip_keys:
- - VCVER
- RUNTIME_VERSION
- CL_VERSION
- TOOLCHAIN_COMBINED
- MSVC_HEADERS_VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
CHOST_BASE:
- x86_64-pc-windows-msvc
CLANG_VERSION:
- 17.0.6
CL_VERSION:
- 19.38.33130
FINAL_CFLAGS:
- -march=nocona -mtune=haswell -ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections
-pipe
FINAL_CXXFLAGS:
- -fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell
-ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections -pipe
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
MSVC_HEADERS_VERSION:
- 14.38.33130
RUNTIME_VERSION:
- 14.38.33130
TOOLCHAIN_COMBINED:
- 14.38.17.8
VCVER:
- '14.3'
WINSDK_URL:
- https://go.microsoft.com/fwlink/?linkid=2237510
WINSDK_VERSION:
- 10.0.22621.0
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
macos_machine:
- x86_64-apple-darwin13.4.0
target_platform:
- osx-64
zip_keys:
- - VCVER
- RUNTIME_VERSION
- CL_VERSION
- TOOLCHAIN_COMBINED
- MSVC_HEADERS_VERSION
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
CLANG_VERSION:
- 16.0.6
CL_VERSION:
- 19.37.32822
- 19.38.33130
FINAL_CFLAGS:
- -march=nocona -mtune=haswell -ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections
-pipe
FINAL_CXXFLAGS:
- -fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell
-ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections -pipe
RUNTIME_VERSION:
- 14.36.32532
- 14.38.33130
VCVER:
- '14.3'
VSVER:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
CLANG_VERSION:
- 17.0.6
CL_VERSION:
- 19.29.30139
FINAL_CFLAGS:
- -march=nocona -mtune=haswell -ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections
-pipe
FINAL_CXXFLAGS:
- -fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell
-ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections -pipe
RUNTIME_VERSION:
- 14.29.30139
VCVER:
- '14.2'
VSVER:
- '16'
VSYEAR:
- '2019'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
target_platform:
- win-64
vc:
- '14'
zip_keys:
- - VCVER
- VSYEAR
- VSVER
- RUNTIME_VERSION
- CL_VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
CLANG_VERSION:
- 17.0.6
CL_VERSION:
- 19.38.33130
FINAL_CFLAGS:
- -march=nocona -mtune=haswell -ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections
-pipe
FINAL_CXXFLAGS:
- -fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell
-ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections -pipe
RUNTIME_VERSION:
- 14.38.33130
VCVER:
- '14.3'
VSVER:
- '17'
VSYEAR:
- '2022'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
target_platform:
- win-64
vc:
- '14'
zip_keys:
- - VCVER
- VSYEAR
- VSVER
- RUNTIME_VERSION
- CL_VERSION
Loading