Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Commit a0634ad

Browse files
staticfloatKristoffer Carlsson
authored and
Kristoffer Carlsson
committed
Take a step toward complete BB domination (JuliaLang/julia#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. (cherry picked from commit 358c406)
1 parent 2c5d97d commit a0634ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

LICENSE.md

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

79-
Julia bundles the following external programs and libraries on some platforms:
79+
Julia bundles the following external programs and libraries:
8080

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

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

0 commit comments

Comments
 (0)