···11+opam-version: "2.0"
22+maintainer: "David Allsopp"
33+authors: [ "David Allsopp" ]
44+homepage: "https://opam.ocaml.org"
55+bug-reports: "https://github.com/ocaml/opam-repository/issues"
66+license: "ISC"
77+build: [
88+ "sh"
99+ "-exc"
1010+ "printf 'opam-version: \"2.0\"\\nvariables {\\n pkg-config-homebrew: \"%s/lib/pkgconfig\"\\n}' \"$(brew --prefix openblas)\" > %{_:name}%.config"
1111+]
1212+depends: [
1313+ "conf-openblas" {>= "0.2.2"}
1414+]
1515+setenv: [
1616+ PKG_CONFIG_PATH += "%{_:pkg-config-homebrew}%"
1717+]
1818+synopsis: "Virtual package to set the environment correctly for OpenBLAS in Homebrew"
1919+description: """
2020+Homebrew requires an update to PKG_CONFIG_PATH in order to detect the openblas
2121+package. opam 2.0.10 and earlier and 2.1.4 and earlier cannot handle a setenv
2222+update of "", and setenv updates cannot be filtered. This package exists to
2323+workaround these two limitations."""
2424+flags: conf
2525+available: os = "macos" & os-distribution = "homebrew"
+1
packages/conf-openblas/conf-openblas.0.2.1/opam
···4040 "The package prepares OpenBLAS (CBLAS) and LAPACKE backend for Owl (OCaml numerical library). It can only be installed if OpenBLAS and LAPACKE are installed on the system."
4141extra-files: ["test.c" "md5=8eb3463bce56366f0506721ca5c4e29c"]
4242flags: conf
4343+available: os != "macos" | os-distribution != "homebrew"