Skip to content

Commit e5e7be2

Browse files
authored
move out LinearAlgebra into its own repository (#56637)
This moves out LinearAlgebra into its own repo https://github.com/JuliaLang/LinearAlgebra.jl. This repo is still a bit bare (README needs to be added) but it has CI set up to run on buildkite (https://buildkite.com/julialang/linearalgebra-dot-jl/builds/18) and doc building on GHA. The external repo has all commits up to 4709b6c included in it. The reason for the move is to be able to focus issues and PRs and development regarding LinearAlgebra in one place.
1 parent f892a9e commit e5e7be2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+22
-54201
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
00198e6d92d033fb33e75cf4eac34dca
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ba4b390d99644c31d64594352da888e9ef18021cc9b7700c37a6cdb0c1ff2532eb208ecaccf93217e3183e1db8e6c089456fa5d93633b8ff037e8796199934e7

julia.spdx.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,18 @@
8686
"copyrightText": "Copyright (c) 2020 Stefan Karpinski <[email protected]> and contributors",
8787
"summary": "ArgTools provides tools for creating consistent, flexible APIs that work with various kinds of function arguments."
8888
},
89+
{
90+
"name": "LinearAlgebra.jl",
91+
"SPDXID": "SPDXRef-JuliaLinearAlgebra",
92+
"downloadLocation": "git+https://github.com/JuliaLang/LinearAlgebra.jl.git",
93+
"filesAnalyzed": false,
94+
"homepage": "https://juliastats.org",
95+
"sourceInfo": "The git hash of the version in use can be found in the file stdlib/LinearAlgebra.version",
96+
"licenseConcluded": "MIT",
97+
"licenseDeclared": "MIT",
98+
"copyrightText": "Copyright (c) 2009-2024: Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors: https://github.com/JuliaLang/julia/contributors",
99+
"summary": "Development repository for the LinearAlgebra standard library (stdlib) that ships with Julia."
100+
},
89101
{
90102
"name": "Tar.jl",
91103
"SPDXID": "SPDXRef-JuliaTar",

stdlib/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
/StyledStrings
3030
/JuliaSyntaxHighlighting-*
3131
/JuliaSyntaxHighlighting
32+
/LinearAlgebra-*
33+
/LinearAlgebra
3234
/*_jll/StdlibArtifacts.toml
3335
/*/Manifest.toml
3436
/*.image

stdlib/LinearAlgebra.version

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
LINEARALGEBRA_BRANCH = master
2+
LINEARALGEBRA_SHA1 = 56d561c22e1ab8e0421160edbdd42f3f194ecfa8
3+
LINEARALGEBRA_GIT_URL := https://github.com/JuliaLang/LinearAlgebra.jl.git
4+
LINEARALGEBRA_TAR_URL = https://api.github.com/repos/JuliaLang/LinearAlgebra.jl/tarball/$1

stdlib/LinearAlgebra/Project.toml

Lines changed: 0 additions & 15 deletions
This file was deleted.

stdlib/LinearAlgebra/docs/src/index.md

Lines changed: 0 additions & 903 deletions
This file was deleted.

0 commit comments

Comments
 (0)