Skip to content

Commit

Permalink
Move Statistics stdlib module to external repository (#33399)
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan authored and KristofferC committed Apr 11, 2020
1 parent 9f9a626 commit 4af5912
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1,832 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dcb3084255e7072157f8efb820988bb9
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5f4d0a25915f066bed0c78270af61d63ec60514d5a3b9b08a2250fbbe2aea7046c730263e28dd257b9686d930d6dee814c0aa141b3d532a25a78fd7c58c0587f
6 changes: 4 additions & 2 deletions stdlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ $(build_datarootdir)/julia/stdlib/$(VERSDIR):
STDLIBS = Base64 CRC32c Dates DelimitedFiles Distributed FileWatching \
Future InteractiveUtils Libdl LibGit2 LinearAlgebra Logging \
Markdown Mmap Printf Profile Random REPL Serialization SHA \
SharedArrays Sockets SparseArrays Statistics SuiteSparse Test Unicode UUIDs
STDLIBS_EXT = Pkg
SharedArrays Sockets SparseArrays SuiteSparse Test Unicode UUIDs
STDLIBS_EXT = Pkg Statistics
PKG_GIT_URL := git://github.com/JuliaLang/Pkg.jl.git
PKG_TAR_URL = https://api.github.com/repos/JuliaLang/Pkg.jl/tarball/$1
STATISTICS_GIT_URL := git://github.com/JuliaLang/Statistics.jl.git
STATISTICS_TAR_URL = https://api.github.com/repos/JuliaLang/Statistics.jl/tarball/$1

$(foreach module, $(STDLIBS_EXT), $(eval $(call stdlib-external,$(module),$(shell echo $(module) | tr a-z A-Z))))

Expand Down
2 changes: 2 additions & 0 deletions stdlib/Statistics.version
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
STATISTICS_BRANCH = master
STATISTICS_SHA1 = a2203d3b67f7413701be5de251622cb85c9cc69d
13 changes: 0 additions & 13 deletions stdlib/Statistics/Project.toml

This file was deleted.

22 changes: 0 additions & 22 deletions stdlib/Statistics/docs/src/index.md

This file was deleted.

Loading

0 comments on commit 4af5912

Please sign in to comment.