this repo has no description
1opam-version: "2.0"
2maintainer: "Philippe Veber <philippe.veber@gmail.com>"
3homepage: "https://www.r-project.org/"
4bug-reports: "https://github.com/ocaml/opam-repository/issues"
5license: "GPL-1.0-or-later"
6build: [["pkg-config" "libRmath"]]
7depends: ["conf-pkg-config" {build}]
8depexts: [
9 ["r-mathlib"] {os-family = "debian" | os-family = "ubuntu"}
10 ["libRmath-devel"] {os-distribution = "mageia"}
11 ["libRmath-devel"] {os-distribution = "centos"}
12 ["libRmath-devel"] {os-distribution = "fedora"}
13 ["libRmath-devel"] {os-distribution = "rhel"}
14 ["R-mathlib"] {os-distribution = "alpine"}
15 ["R-base"] {os-family = "suse" | os-family = "opensuse"}
16 ["libRmath"] {os = "freebsd"}
17 ["r"] {os = "macos" & os-distribution = "homebrew"}
18 ["r"] {os-distribution = "arch"}
19]
20x-ci-accept-failures: [
21 "oraclelinux-7"
22 "oraclelinux-8"
23 "oraclelinux-9"
24]
25synopsis:
26 "Virtual package relying on a system installation of R Standalone Mathlib"
27description:
28 "This package can only install if R Standalone Mathlib is installed on the system."
29authors: "https://www.r-project.org/contributors.html"
30flags: conf