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

WIP: meson on windows (clang.exe) #253

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
5705a36
Revert "hard-reset scipy source directory for recompilation on windows"
h-vetinari Sep 3, 2023
fd87054
switch windows builds to meson
h-vetinari Sep 3, 2023
13de901
use flang 17 prerelease
h-vetinari Sep 3, 2023
5c9ee75
debug: skip non-windows
h-vetinari Sep 3, 2023
1f39ffe
set FC
h-vetinari Sep 3, 2023
f649625
try lld
h-vetinari Sep 4, 2023
fc6ce51
MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.25.1, and co…
h-vetinari Sep 13, 2023
c4f9175
use clang 17 on windows
h-vetinari Sep 15, 2023
d98e510
MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.25.1, and co…
h-vetinari Sep 15, 2023
776366a
according to meson, flang can't do `fortran_std=legacy`
h-vetinari Sep 15, 2023
8ba8310
try without lld again
h-vetinari Sep 15, 2023
3997544
further removals from switch to meson
h-vetinari Sep 15, 2023
188e9ec
set `fortran_std=none` also on unix
h-vetinari Sep 16, 2023
cc0f1ca
try if flang works on osx
h-vetinari Sep 19, 2023
e9d27bc
MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.25.1, and co…
h-vetinari Sep 19, 2023
202bb82
Patch for missing float.h
xhochy Sep 19, 2023
cd3dde0
Link to ucrt
xhochy Sep 19, 2023
6762a3f
Use gnu99
xhochy Sep 19, 2023
4526773
build only for win+py311
xhochy Sep 19, 2023
0c197f7
MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.26.0, and co…
xhochy Sep 19, 2023
8459d92
Use _strdup
xhochy Sep 20, 2023
36435de
Use _fdopen
xhochy Sep 20, 2023
70bbac8
use meson from dev-label
h-vetinari Sep 21, 2023
2d807b0
MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.26.2, and co…
h-vetinari Sep 21, 2023
88adb33
backport fix for BOOST_MATH_DECLARE_SPECIAL_FUNCTIONS
h-vetinari Sep 24, 2023
5052f03
backport patch for unuran metadata
h-vetinari Sep 24, 2023
8e1c19e
set MESON_RSP_THRESHOLD
h-vetinari Sep 24, 2023
7224f51
use gnu-like lld
h-vetinari Sep 24, 2023
77a267a
try setting {CC,CXX}_LD
h-vetinari Sep 28, 2023
795f341
unset LD
h-vetinari Sep 28, 2023
b6cbde8
show meson-log.txt upon failure
h-vetinari Sep 28, 2023
add909f
Merge remote-tracking branch 'up/main' into win_meson_clang.exe
h-vetinari Sep 28, 2023
46898bc
override LDFLAGS from clang-win-activation
h-vetinari Sep 28, 2023
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
84 changes: 0 additions & 84 deletions .azure-pipelines/azure-pipelines-linux.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .azure-pipelines/azure-pipelines-osx.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .azure-pipelines/azure-pipelines-win.yml

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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading