rdicosmo / parmap

Parmap is a minimalistic library allowing to exploit multicore architecture for OCaml programs with minimal modifications.
http://rdicosmo.github.io/parmap/
Other
94 stars 20 forks source link

we depend on automake #61

Closed UnixJunkie closed 6 years ago

UnixJunkie commented 7 years ago

aclocal is provided by automake. So parmap (the opam package) fails to install in case we don't have automake installed. So we need a conf-automake package first ...

UnixJunkie commented 7 years ago

related to https://github.com/ocaml/opam-repository/pull/9568

UnixJunkie commented 7 years ago

I'll send an update to the opam package after that one is accepted

rdicosmo commented 7 years ago

Thanks Francois!

On Tue, Jun 20, 2017 at 07:35:37PM -0700, Francois BERENGER wrote:

I'll send an update to the opam package after that one is accepeted

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.*

-- Roberto

UnixJunkie commented 6 years ago

related to https://github.com/rdicosmo/parmap/pull/65