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

GCC 14.1, 13.3 & 12.4 #133

Merged
merged 28 commits into from
Jun 28, 2024
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
3de056e
add GCC 14.1, drop 11.4
h-vetinari May 7, 2024
b26f072
renormalize patches
h-vetinari May 7, 2024
13776b0
rebase patches
h-vetinari May 7, 2024
c25ac86
bump build number
h-vetinari May 7, 2024
8722e15
MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.35.1, and co…
May 13, 2024
b68fb43
move mingw patches into version-specific folder
h-vetinari May 14, 2024
d6b8ffb
add mingw patches for GCC 14
h-vetinari May 14, 2024
eaf6ac1
fix patch names between gcc 13/14
h-vetinari May 14, 2024
0377ad8
set --with-libstdcxx-zoneinfo
h-vetinari May 21, 2024
3e2d737
let gxx_impl depend on tzdata
h-vetinari May 21, 2024
3a3aeac
GCC 13.3.0
h-vetinari May 21, 2024
5cd75eb
MNT: Re-rendered with conda-build 24.5.0, conda-smithy 3.36.0, and co…
May 21, 2024
2f05a54
remove mingw patch that's already in GCC 13.3
h-vetinari May 22, 2024
3fc9d62
add implementation of zoneinfo_dir_override pointing to our tzdata
h-vetinari Jun 3, 2024
9226a3d
add test for tzdb integration
h-vetinari Jun 3, 2024
ecae937
merge
isuruf Jun 12, 2024
afc6fc9
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.1, and co…
Jun 12, 2024
f1e658d
Merge remote-tracking branch 'upstream/main' into 14
h-vetinari Jun 14, 2024
dec9f45
fix condition to unskip gcc 14 on windows
h-vetinari Jun 14, 2024
67afea2
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.2, and co…
h-vetinari Jun 14, 2024
9085c8d
test fallback without any environment variables
h-vetinari Jun 15, 2024
786d06a
make tzdb integration tests compatible with windows
h-vetinari Jun 15, 2024
2662cc7
gcc 12.4.0
h-vetinari Jun 20, 2024
01a38cf
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.2, and co…
h-vetinari Jun 20, 2024
c857bdc
Merge remote-tracking branch 'upstream/main' into 14
h-vetinari Jun 20, 2024
32e291a
Merge remote-tracking branch 'upstream/main' into 14
h-vetinari Jun 23, 2024
2c40af6
remove tzdb integration
h-vetinari Jun 23, 2024
7099a49
Use upstream URL instead of third party
isuruf Jun 27, 2024
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
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ package:
version: {{ version }}

source:
- url: https://sourceware.org/pub/gcc/releases/gcc-{{ version }}/gcc-{{ version }}.tar.gz
- url: https://ftp.gnu.org/gnu/gcc/gcc-{{ version }}/gcc-{{ version }}.tar.gz
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW, 12.4 wasn't available on the ftp server shortly after release, and the announcement made it seem like that won't happen (also my understanding of sourceware was that it's much closer to GCC than third-party). Just for context why I changed that.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, thanks. I didn't see the FSF affiliation.

sha256: a0be066c02775002a0fa65ad3c65fb56a8bfd923d072a26ed148c0439ecdb68f # [gcc_version == "14.1.0"]
sha256: 3a2b10cab86e32358fdac871546d57e2700e9bdb5875ef33fff5b601265b9e32 # [gcc_version == "13.3.0"]
sha256: 5a30de2be740062bb3ddd3fd13c9b1bb4584d8f85616d33f23a713439d714148 # [gcc_version == "12.4.0"]
Expand Down
Loading