Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Jan 2, 2025
1 parent 0ff867a commit eedbf66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
16 changes: 6 additions & 10 deletions modules/soplex/7.1.2.bcr.1/overlay/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Description:
# Soplex is a LP solver, a common tool in Operations Research.git
# Soplex is a LP solver, a common tool in Operations Research.

cc_library(
name = "libsoplex",
name = "soplex",
srcs = glob(
["src/soplex/*.cpp"],
exclude = ["src/git_hash.cpp"],
Expand All @@ -20,12 +20,8 @@ cc_library(
copts = select({
"@platforms//os:windows": ["-utf-8"],
"//conditions:default": [],
}) + [
"-Isrc/soplex/external",
],
includes = [
"src",
],
}),
includes = ["src"],
visibility = ["//visibility:public"],
deps = [
"@boost.multiprecision",
Expand All @@ -36,10 +32,10 @@ cc_library(
)

cc_binary(
name = "soplex",
name = "soplex_interactive",
srcs = ["src/soplexmain.cpp"],
deps = [
":libsoplex",
":soplex",
"@boost.multiprecision",
"@zlib",
],
Expand Down
2 changes: 1 addition & 1 deletion modules/soplex/7.1.2.bcr.1/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"patch_strip": 1,
"overlay": {
"BUILD.bazel": "sha256-iChG1nWE8G5adFDB20qXvfVyODJvq4S2fC/fhcZCmto=",
"BUILD.bazel": "sha256-0PyNd35GEc05BSknQjzs8frwGBufXi1cpmzvmfEc5Xg=",
"MODULE.bazel": "sha256-JSEr3bYeVvq0K35PrwOYgKqGixoRZiH7pZQetttBs5M="
}
}

0 comments on commit eedbf66

Please sign in to comment.