Skip to content

Commit

Permalink
added new csr matrix eltypes, example with Ferrite.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
youwuyou committed Dec 26, 2023
1 parent d852aa5 commit b41fe23
Show file tree
Hide file tree
Showing 17 changed files with 2,525 additions and 94 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
julia --project=@. -e '
using Pkg
Pkg.develop(PackageSpec(name="ginkgo_jll", uuid="e4326e8b-370f-5d90-bbd6-f077a22d5a69", url="https://github.com/youwuyou/ginkgo_jll.jl"))
Pkg.instantiate()'
# - uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
Expand All @@ -58,8 +59,9 @@ jobs:
run: |
julia --project=docs/ -e '
using Pkg
Pkg.develop(PackageSpec(name="ginkgo_jll", uuid="e4326e8b-370f-5d90-bbd6-f077a22d5a69", url="https://github.com/youwuyou/ginkgo_jll.jl"))
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()'
Pkg.instantiate()'
# - uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = "1.0.0"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
MatrixMarket = "4d4711f2-db25-561a-b6b3-d35e7d4047d3"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
ScopedValues = "7e506255-f358-4e82-b7e4-beb19740aa63"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Expand Down
Loading

0 comments on commit b41fe23

Please sign in to comment.