Skip to content

Commit b4bdb1d

Browse files
committed
pyproject.toml: move brial and eclib to optional-host-requires
It is now possible to build sagelib without these libraries; the corresponding extensions are automatically disabled by meson.
1 parent 2b3153d commit b4bdb1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,9 @@ host-requires = [
129129
"virtual:interface/blas",
130130
"virtual:compiler/fortran",
131131
"pkg:generic/boost",
132-
"pkg:generic/brial",
133132
"pkg:generic/cddlib",
134133
"pkg:generic/cliquer",
135134
"pkg:generic/ecl",
136-
"pkg:generic/eclib",
137135
"pkg:generic/ecm",
138136
"pkg:generic/fflas-ffpack",
139137
"pkg:generic/flint",
@@ -183,7 +181,9 @@ dependencies = [
183181
[external.optional-host-requires]
184182
extra = [
185183
"pkg:generic/bliss",
184+
"pkg:generic/brial",
186185
"pkg:generic/coxeter3",
186+
"pkg:generic/eclib",
187187
"pkg:generic/mcqd",
188188
"pkg:generic/meataxe",
189189
"pkg:generic/sirocco",

0 commit comments

Comments
 (0)