Revision 10e2437bd5d131b474dad95d48c53ad1546d3f4c authored by Roberto Di Cosmo on 05 June 2016, 19:31:59 UTC, committed by Roberto Di Cosmo on 05 June 2016, 19:31:59 UTC
can_redirect: don't treat mkdir returning EEXIST as an error
2 parent s 7598fb9 + a1e92fe
Raw File
META
name = "parmap"
version = "1.0-rc1"
description = "Parallel map primitive for multicores"
requires = "bigarray unix"
archive(byte) = "parmap.cma"
archive(native) = "parmap.cmxa"
linkopts(byte) = "-cclib -lparmap_stubs"
back to top