Skip to content

Commit ee2a8ed

Browse files
committed
chore(gappa.1.6.0): condition {dev} for autotools and add x-maintenance-intent
1 parent 9d609ca commit ee2a8ed

File tree

1 file changed

+7
-6
lines changed
  • packages/gappa/gappa.1.6.0

1 file changed

+7
-6
lines changed

packages/gappa/gappa.1.6.0/opam

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ bug-reports: "https://gitlab.inria.fr/gappa/gappa/-/issues"
55
homepage: "https://gitlab.inria.fr/gappa/gappa"
66
dev-repo: "git+https://gitlab.inria.fr/gappa/gappa.git"
77
license: "CECILL-2.1"
8+
x-maintenance-intent: ["(latest)"]
89
available: [ arch != "x86_32" ]
910
patches: [
1011
"0001-Added-configure-for-c-11.patch"
1112
]
1213
build: [
13-
[ "autoreconf" ]
14+
[ "autoreconf" ] {dev}
1415
# Note: configure.in seems to reference this file
15-
[ "touch" "stamp-config_h.in" ]
16+
[ "touch" "stamp-config_h.in" ] {dev}
1617
[ "./configure"
1718
# If someone knows how to ask MacPorts for the usual include and lib path, please tell me
1819
"CXXFLAGS=-I/opt/local/include" { os-distribution = "macports" & os = "macos" }
@@ -31,13 +32,13 @@ build: [
3132
install: [ "./remake" "-d" "install" ]
3233
depends: [
3334
"conf-g++" {build}
34-
"conf-autoconf" {build}
35-
"conf-automake" {build}
35+
"conf-autoconf" {build & dev}
36+
"conf-automake" {build & dev}
3637
"conf-gmp"
3738
"conf-mpfr"
3839
"conf-boost"
39-
"conf-bison" {build}
40-
"conf-flex" {build}
40+
"conf-bison" {build & dev}
41+
"conf-flex" {build & dev}
4142
]
4243
synopsis: "Tool intended for formally proving properties on numerical programs dealing with floating-point or fixed-point arithmetic"
4344
url {

0 commit comments

Comments
 (0)