File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
packages/conf-flint/conf-flint.3.0 Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ homepage: "http://flint.org"
4
4
bug-reports: "https://github.com/flintlib/flint2.git"
5
5
license: "LGPL-2.1-only"
6
6
build: [
7
+ ["sh" "-exc" "echo \"#include <flint/flint.h>\\n#if __FLINT_VERSION < 3\\n#error \\\"Flint (>= 3.0) is not accessible\\\"\\n#endif\" > test.c"]
7
8
["sh" "-exc" "cc -c $CFLAGS -I/usr/local/include test.c"] {os != "macos" & os != "win32"}
8
9
[
9
10
"sh"
@@ -28,6 +29,7 @@ depexts: [
28
29
["flint-devel"] {os-family = "suse"}
29
30
["libflint-devel"] {os = "win32" & os-distribution = "cygwinports"}
30
31
["flint"] {os-distribution = "nixos"}
32
+ ["flint"] {os-distribution = "arch"}
31
33
]
32
34
synopsis: "Virtual package relying on a Flint lib system installation"
33
35
description:
You can’t perform that action at this time.
0 commit comments