Skip to content

Commit

Permalink
Discontinue support for MadNLPGraph (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshin23 authored Nov 12, 2024
1 parent fb02d29 commit 4d38a38
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 1,392 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }} # optional
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs = ["","lib/MadNLPGPU","lib/MadNLPGraph","lib/MadNLPHSL","lib/MadNLPKrylov","lib/MadNLPMumps","lib/MadNLPPardiso","lib/MadNLPTests"])'
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs = ["","lib/MadNLPGPU","lib/MadNLPHSL","lib/MadNLPKrylov","lib/MadNLPMumps","lib/MadNLPPardiso","lib/MadNLPTests"])'
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- run: julia --color=yes --project=.ci .ci/ci.jl full
- uses: julia-actions/julia-processcoverage@v1
with:
directories: src,lib/MadNLPHSL/src,lib/MadNLPPardiso/src,lib/MadNLPMumps/src,lib/MadNLPKrylov/src,lib/MadNLPGraph
directories: src,lib/MadNLPHSL/src,lib/MadNLPPardiso/src,lib/MadNLPMumps/src,lib/MadNLPKrylov/src
- uses: codecov/codecov-action@v1
with:
file: lcov.info
Expand Down
Empty file removed lib/MadNLPGraph/.gitignore
Empty file.
373 changes: 0 additions & 373 deletions lib/MadNLPGraph/LICENSE

This file was deleted.

27 changes: 0 additions & 27 deletions lib/MadNLPGraph/Project.toml

This file was deleted.

29 changes: 0 additions & 29 deletions lib/MadNLPGraph/src/MadNLPGraph.jl

This file was deleted.

140 changes: 0 additions & 140 deletions lib/MadNLPGraph/src/graphtools.jl

This file was deleted.

Loading

0 comments on commit 4d38a38

Please sign in to comment.