File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
packages/gappa/gappa.1.6.0 Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,15 @@ bug-reports: "https://gitlab.inria.fr/gappa/gappa/-/issues"
55homepage: "https://gitlab.inria.fr/gappa/gappa"
66dev-repo: "git+https://gitlab.inria.fr/gappa/gappa.git"
77license: "CECILL-2.1"
8+ x-maintenance-intent: ["(latest)"]
89available: [ arch != "x86_32" ]
910patches: [
1011 "0001-Added-configure-for-c-11.patch"
1112]
1213build: [
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: [
3132install: [ "./remake" "-d" "install" ]
3233depends: [
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]
4243synopsis: "Tool intended for formally proving properties on numerical programs dealing with floating-point or fixed-point arithmetic"
4344url {
You can’t perform that action at this time.
0 commit comments