Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Liblinear 247 #26781

Merged
merged 17 commits into from
Nov 26, 2024
4 changes: 2 additions & 2 deletions packages/liblinear/liblinear.2.47/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "BSD-3-Clause"
build: [
["sh" "-c" "make -C liblinear-247"]
mseri marked this conversation as resolved.
Show resolved Hide resolved
["cp" "-d" "--preserve=all" "liblinear-247/train" "%{bin}%/liblinear-train"]
["cp" "-d" "--preserve=all" "liblinear-247/predict" "%{bin}%/liblinear-predict"]
["install" "liblinear-247/train" "%{bin}%/liblinear-train"]
mseri marked this conversation as resolved.
Show resolved Hide resolved
["install" "liblinear-247/predict" "%{bin}%/liblinear-predict"]
mseri marked this conversation as resolved.
Show resolved Hide resolved
]
UnixJunkie marked this conversation as resolved.
Show resolved Hide resolved
depexts: [
["conf-gcc"]
Expand Down