mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-21 21:01:23 +00:00
add ocaml dep
This commit is contained in:
parent
2377596068
commit
b445195195
17
hidden.cfg
17
hidden.cfg
@ -19,6 +19,7 @@
|
|||||||
# tinyxml2
|
# tinyxml2
|
||||||
# z3
|
# z3
|
||||||
# ghc-rpm-macros
|
# ghc-rpm-macros
|
||||||
|
# ocaml-zarith
|
||||||
package {
|
package {
|
||||||
name: "PyQt-builder"
|
name: "PyQt-builder"
|
||||||
type: PACKAGE_TYPE_NORMAL_SRC
|
type: PACKAGE_TYPE_NORMAL_SRC
|
||||||
@ -144,6 +145,22 @@ package {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
package {
|
||||||
|
name: "ocaml-zarith"
|
||||||
|
type: PACKAGE_TYPE_NORMAL_SRC
|
||||||
|
repository {
|
||||||
|
name: "hidden"
|
||||||
|
include_filter: "ocaml-zarith.x86_64"
|
||||||
|
include_filter: "ocaml-zarith-devel.x86_64"
|
||||||
|
include_filter: "ocaml-zarith.aarch64"
|
||||||
|
include_filter: "ocaml-zarith-devel.aarch64"
|
||||||
|
include_filter: "ocaml-zarith.ppc64le"
|
||||||
|
include_filter: "ocaml-zarith-devel.ppc64le"
|
||||||
|
include_filter: "ocaml-zarith.s390x"
|
||||||
|
include_filter: "ocaml-zarith-devel.s390x"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
# All Excludes
|
# All Excludes
|
||||||
#exclude_filter {
|
#exclude_filter {
|
||||||
# repo_match: "plus"
|
# repo_match: "plus"
|
||||||
|
Loading…
Reference in New Issue
Block a user