-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Enhance create command with additional flags * Expose experimental libsolv_rs in create command * Test libsolv_rs in rattler_solve * Extract libsolv-sys * Use feature flags for solver backends
- Loading branch information
1 parent
dc6f190
commit 37e378c
Showing
48 changed files
with
7,485 additions
and
2,862 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "crates/rattler/libsolv"] | ||
path = crates/rattler_solve/libsolv | ||
path = crates/libsolv-sys/libsolv | ||
url = https://github.com/baszalmstra/libsolv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[package] | ||
name = "libsolv-sys" | ||
version = "0.1.0" | ||
edition = "2021" | ||
authors = ["Bas Zalmstra <zalmstra.bas@gmail.com>"] | ||
description = "Bindings for libsolv" | ||
categories.workspace = true | ||
homepage.workspace = true | ||
repository.workspace = true | ||
license.workspace = true | ||
readme.workspace = true | ||
|
||
[dependencies] | ||
libc = { version = "0.2" } | ||
libz-sys = { version = "1.1.9", default-features = false, features = ["static"] } | ||
cfg-if = "1.0.0" | ||
|
||
[build-dependencies] | ||
anyhow = "1.0.71" | ||
cc = "1.0.79" | ||
cmake = "0.1.50" | ||
|
||
[package.metadata.cargo-udeps.ignore] | ||
# libz-sys is required to build libsolv properly | ||
normal = ["libz-sys"] |
File renamed without changes.
Submodule libsolv
updated
from 000000 to 251220
Oops, something went wrong.