We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from ocaml-gmp:
extra-source "src/gmp-6.2.0.tar.xz" { src: "https://gmplib.org/download/gmp/gmp-6.2.0.tar.xz" checksum: "md5=a325e3f09e6d91e62101e59f9bda3ec1" }
(rule (targets gmp-6.2.0.tar.xz) (mode fallback) (action (run wget https://gmplib.org/download/gmp/gmp-6.2.0.tar.xz)) ) (rule (targets gmp.h libgmp.a dllgmp.so) (deps gmp-6.2.0.tar.xz) (action (run ./build.sh %{ocaml-config:host} "%{ocaml-config:ocamlc_cflags}" %{ocaml-config:supports_shared_libraries}) ))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from ocaml-gmp:
The text was updated successfully, but these errors were encountered: