Skip to content

Don't require opam for the bindings compilation#32

Merged
hannesm merged 2 commits into
mirage:masterfrom
sternenseemann:makefile-without-opam
Nov 15, 2021
Merged

Don't require opam for the bindings compilation#32
hannesm merged 2 commits into
mirage:masterfrom
sternenseemann:makefile-without-opam

Conversation

@sternenseemann
Copy link
Copy Markdown
Contributor

If opam is not present just use the PKG_CONFIG_PATH specified in the environment.

This fix is required for nixpkgs where we already set the PKG_CONFIG_PATH correctly when setting up the environment for the builder and don't have opam in path.

If opam is not present just use the PKG_CONFIG_PATH specified in the
environment.
Comment thread lib/bindings/Makefile Outdated
@hannesm hannesm merged commit 49eda09 into mirage:master Nov 15, 2021
@hannesm
Copy link
Copy Markdown
Member

hannesm commented Nov 15, 2021

thanks!

@sternenseemann sternenseemann deleted the makefile-without-opam branch November 15, 2021 16:33
hannesm added a commit to hannesm/opam-repository that referenced this pull request Nov 18, 2021
CHANGES:

* Fix OCaml documentation strings (mirage/mirage-xen#30 @hannesm)
* Add caml_get_wall_clock to retrieve the wall clock as int64 (mirage/mirage-xen#31 @hannesm)
* Don't require opam for the bindings compilation (mirage/mirage-xen#32 @sternenseemann)
* Remove checksum_stubs and alloc_pages_stubs (available in mirage-tcpip
  and io-page), to keep in sync with mirage-solo5 (mirage/mirage-xen#33 @dinosaure, adapted
  by @hannesm to mirage-xen)
arbipher pushed a commit to arbipher/opam-repository that referenced this pull request Nov 21, 2021
CHANGES:

* Fix OCaml documentation strings (mirage/mirage-xen#30 @hannesm)
* Add caml_get_wall_clock to retrieve the wall clock as int64 (mirage/mirage-xen#31 @hannesm)
* Don't require opam for the bindings compilation (mirage/mirage-xen#32 @sternenseemann)
* Remove checksum_stubs and alloc_pages_stubs (available in mirage-tcpip
  and io-page), to keep in sync with mirage-solo5 (mirage/mirage-xen#33 @dinosaure, adapted
  by @hannesm to mirage-xen)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants