Skip to content

Commit 5eb88fe

Browse files
committedMay 24, 2024
Initial API support for v7.0
1 parent a63eb48 commit 5eb88fe

12 files changed

+1660
-5
lines changed
 

‎.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version:
26-
- '1.0'
27-
- '1.10'
26+
- '1.9'
27+
- 'latest'
2828
- 'nightly'
2929
os:
3030
- ubuntu-latest

‎Project.toml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
name = "Scotch"
22
uuid = "c8656ae5-b689-4c12-92d5-de0ad806c81d"
33
authors = ["Keluaa <34173752+Keluaa@users.noreply.github.com> and contributors"]
4-
version = "1.0.0-DEV"
4+
version = "1.0.0"
5+
6+
[deps]
7+
SCOTCH_jll = "a8d0f55d-b80e-548d-aff6-1a04c175f0f9"
58

69
[compat]
7-
julia = "1"
10+
julia = "1.9"
11+
SCOTCH_jll = "7"
812

913
[extras]
1014
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

‎README.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@
55
[![Build Status](https://github.com/Keluaa/Scotch.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/Keluaa/Scotch.jl/actions/workflows/CI.yml?query=branch%3Amain)
66
[![Coverage](https://codecov.io/gh/Keluaa/Scotch.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/Keluaa/Scotch.jl)
77
[![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
8+
9+
Julia wrapper around the [SCOTCH](https://www.labri.fr/perso/pelegrin/scotch/) library.
10+
11+
SCOTCH is downloaded through the [SCOTCH_jll](https://juliahub.com/ui/Packages/General/SCOTCH_jll),
12+
therefore there is no need to build the library manually.
13+
[See here](https://docs.binarybuilder.org/stable/jll/#Overriding-the-artifacts-in-JLL-packages) to use
14+
a local installation instead.

0 commit comments

Comments
 (0)