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

added test for ocamlbuild #80

Closed taskset closed 4 years ago

taskset commented 5 years ago

parmap relies on ocamlbuild, so when the configure script detects that ocamlbuid does not exist, it should report an error. fix #78

UnixJunkie commented 5 years ago

isn't the configure script generated automatically?

taskset commented 5 years ago

isn't the configure script generated automatically?

Both configure and configure.ac are under the version management of git. Although configure files are automatically generated, they have always been like this before. A better way is to remove the configure script from version control. Thanks.