pkgsrc/misc/ocaml-cudf/buildlink3.mk
jaapb 26a1dabd58 Updated package to latest version, 0.8. Changes include:
* Cudf: performance improvement by allocating larger hashtbl
        * Cudf: expose empty_universe
          (Thanks to Pietro Abate for the above 2 patches)
        * Makefile: inhibit parallel build (thanks to Roberto Di Cosmo)
        * Cudf_parser: prevent in_channel leaks when using from_file
2016-06-17 16:15:48 +00:00

14 lines
381 B
Makefile

# $NetBSD: buildlink3.mk,v 1.2 2016/06/17 16:15:48 jaapb Exp $
BUILDLINK_TREE+= ocaml-cudf
.if !defined(OCAML_CUDF_BUILDLINK3_MK)
OCAML_CUDF_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-cudf+= ocaml-cudf>=0.8
BUILDLINK_PKGSRCDIR.ocaml-cudf?= ../../misc/ocaml-cudf
.include "../../devel/ocaml-extlib/buildlink3.mk"
.endif # OCAML_CUDF_BUILDLINK3_MK
BUILDLINK_TREE+= -ocaml-cudf