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

move out LinearAlgebra into its own repository #56637

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
00198e6d92d033fb33e75cf4eac34dca
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ba4b390d99644c31d64594352da888e9ef18021cc9b7700c37a6cdb0c1ff2532eb208ecaccf93217e3183e1db8e6c089456fa5d93633b8ff037e8796199934e7
12 changes: 12 additions & 0 deletions julia.spdx.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,18 @@
"copyrightText": "Copyright (c) 2020 Stefan Karpinski <stefan@karpinski.org> and contributors",
"summary": "ArgTools provides tools for creating consistent, flexible APIs that work with various kinds of function arguments."
},
{
"name": "LinearAlgebra.jl",
"SPDXID": "SPDXRef-JuliaLinearAlgebra",
"downloadLocation": "git+https://github.com/Julia/LinearAlgera.jl.git",
KristofferC marked this conversation as resolved.
Show resolved Hide resolved
"filesAnalyzed": false,
"homepage": "https://juliastats.org",
"sourceInfo": "The git hash of the version in use can be found in the file stdlib/LinearAlgebra.version",
"licenseConcluded": "MIT",
"licenseDeclared": "MIT",
"copyrightText": "Copyright (c) 2009-2024: Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors: https://github.com/JuliaLang/julia/contributors",
"summary": "Development repository for the LinearAlgebra standard library (stdlib) that ships with Julia."
},
{
"name": "Tar.jl",
"SPDXID": "SPDXRef-JuliaTar",
Expand Down
2 changes: 2 additions & 0 deletions stdlib/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
/StyledStrings
/JuliaSyntaxHighlighting-*
/JuliaSyntaxHighlighting
/LinearAlgebra-*
/LinearAlgebra
/*_jll/StdlibArtifacts.toml
/*/Manifest.toml
/*.image
4 changes: 4 additions & 0 deletions stdlib/LinearAlgebra.version
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
LINEARALGEBRA_BRANCH = master
LINEARALGEBRA_SHA1 = 56d561c22e1ab8e0421160edbdd42f3f194ecfa8
LINEARALGEBRA_GIT_URL := https://github.com/JuliaLang/LinearAlgebra.jl.git
LINEARALGEBRA_TAR_URL = https://api.github.com/repos/JuliaLang/LinearAlgebra.jl/tarball/$1
15 changes: 0 additions & 15 deletions stdlib/LinearAlgebra/Project.toml

This file was deleted.

903 changes: 0 additions & 903 deletions stdlib/LinearAlgebra/docs/src/index.md

This file was deleted.

Loading