this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

conf-glpk: separate macOS homebrew build case, account for different Intel vs M{1,2,3} location

+2 -1
+2 -1
packages/conf-glpk/conf-glpk.1/opam
··· 7 7 build: [ 8 8 ["sh" "-c" "echo '#include <glpk.h>' > test.c"] 9 9 ["cc" "-E" "test.c"] {os = "linux"} 10 - ["cc" "-E" "-I/usr/local/include" "test.c"] {os = "macos" | os = "freebsd"} 10 + ["cc" "-E" "-I/usr/local/include" "test.c"] {os = "freebsd"} 11 + ["cc" "-E" "-I/usr/local/include" "-I/opt/homebrew/include" "test.c"] {os = "macos" & os-distribution = "homebrew"} 11 12 ] 12 13 depexts: [ 13 14 ["libglpk-dev"] {os-family = "debian"}