rdicosmo / parmap

Parmap is a minimalistic library allowing to exploit multicore architecture for OCaml programs with minimal modifications.

Home Page:http://rdicosmo.github.io/parmap/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

UnixJunkie opened this issue · comments

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.

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.

I don't have this anymore.