Skip to content

Commit 16225e6

Browse files
authored
Take a step toward complete BB domination (#33125)
This provides a number of benefits: * Significantly reduces the amount of work in win-extras, which I've always thought was an annoying wart in our build system. * Provides a consistent 7z executable on all platforms, which can be picked up by Pkg/BinaryProvider for consistent unzipping/untarring/ungzipping on all platforms. Note that on Windows, 7z is a repackaged binary from sourceforge and is the "full" 7z, whereas on all other platforms it is a p7zip build of the standalone 7za executable with all relevant patches applied. There are some format capability differences, but for the important things it should be fine.
1 parent c56d160 commit 16225e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

LICENSE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,10 @@ Julia's build process uses the following external tools:
7777
- [PATCHELF](https://nixos.org/patchelf.html)
7878
- [OBJCONV](https://www.agner.org/optimize/#objconv)
7979

80-
Julia bundles the following external programs and libraries on some platforms:
80+
Julia bundles the following external programs and libraries:
8181

8282
- [7-Zip](https://www.7-zip.org/license.txt)
8383
- [ZLIB](https://zlib.net/zlib_license.html)
84-
- [LIBEXPAT](http://expat.cvs.sourceforge.net/viewvc/expat/expat/README)
8584

8685
On some platforms, distributions of Julia contain SSL certificate authority certificates,
8786
released under the [Mozilla Public License](https://en.wikipedia.org/wiki/Mozilla_Public_License).

0 commit comments

Comments
 (0)