Skip to content

Commit 6c01b25

Browse files
authored
Merge pull request #27996 from clecat/master
conf-gnuplot: Add support for windows & openbsd
2 parents a9c54a2 + a86dce3 commit 6c01b25

File tree

1 file changed

+6
-1
lines changed
  • packages/conf-gnuplot/conf-gnuplot.0.1

1 file changed

+6
-1
lines changed

packages/conf-gnuplot/conf-gnuplot.0.1/opam

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ homepage: "http://www.gnuplot.info/"
44
authors: "http://www.gnuplot.info/faq/faq.html"
55
bug-reports: "https://github.com/ocaml/opam-repository/issues"
66
license: "gnuplot"
7-
build: ["gnuplot" "--version"]
7+
build: [
8+
["gnuplot" "--version"] { !(os = "win32" & os-distribution = "cygwin") }
9+
["gnuplot-base.exe" "--version"] {os = "win32" & os-distribution = "cygwin"}]
810
depexts: [
911
["gnuplot-x11"] {os-family = "debian"}
1012
["gnuplot-x11"] {os-family = "ubuntu"}
@@ -16,6 +18,9 @@ depexts: [
1618
["gnuplot"] {os-family = "suse" | os-family = "opensuse"}
1719
["gnuplot"] {os-family = "arch"}
1820
["gnuplot"] {os = "freebsd"}
21+
["gnuplot-base"] {os = "win32" & os-distribution = "cygwin"}
22+
["mingw-w64-x86_64-gnuplot"] {os = "win32" & os-distribution = "msys2"}
23+
["math/gnuplot"] {os = "openbsd"}
1924
]
2025
synopsis: "Virtual package relying on gnuplot installation"
2126
description: """

0 commit comments

Comments
 (0)