Skip to content

Commit

Permalink
remove openssl?
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Sep 18, 2024
1 parent b84ea7c commit f411399
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
mpi = ["dep:mpi"]
serde = ["dep:serde"]
strict = []
python = ["dep:openssl"]
sleef = ["rlst/sleef"]
default = ["sleef"]

Expand All @@ -29,7 +28,6 @@ mpi = { version = "0.8.*", optional = true }
num = "0.4"
rlst = { version = "0.2.0", default-features = false }
serde = { version = "1", features = ["derive"], optional = true }
openssl = { version = "0.10", features = ["vendored"], optional = true }

[dev-dependencies]
paste = "1.*"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repository = "https://github.com/bempp/ndelement"
[tool.maturin]
python-source = "python"
module-name = "ndelement._ndelementrs"
cargo-extra-args = '--features "serde,python"'
cargo-extra-args = '--features "serde"'
no-default-features = true

[tool.ruff]
Expand Down

0 comments on commit f411399

Please sign in to comment.