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

findlib: [WARNING] Interface myocamlbuild.cmi occurs in several directories: ., /home/berenger/.opam/4.00.1/lib/parmap #15

Closed UnixJunkie closed 10 years ago

UnixJunkie commented 11 years ago

opam list parmap

Available packages for 4.00.1: parmap 1.0-rc2

There is a trailing .cmi file after install of parmap via OPAM.

That's a little annoying as it gives compiler warnings.

UnixJunkie commented 11 years ago

I always get this when compiling against Parmap after a fresh OPAM install of it: findlib: [WARNING] Interface myocamlbuild.cmi occurs in several directories: ., ~/.opam/4.01.0dev+trunk/lib/parmap

That's a little annoying.

UnixJunkie commented 10 years ago

I don't have this anymore.