#38198: New port: libCUDF -------------------------+-------------------- Reporter: egall@… | Owner: cal@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: fixed | Keywords: Port: libCUDF | -------------------------+-------------------- Comment (by egall@…): Replying to [comment:3 cal@…]:
Commited in r103436 with a ''couple'' of changes:
A "couple"? lol
- Split the ocaml part and the C bindings part into two subports, renamed the ocaml part to ocaml-cudf.
Sweet, I had been trying to do that but couldn't get it to work
- Avoided manually moving the files from /usr to $prefix by patching `Makefile.config` -- it seems that's what it's for
Good idea, that's probably the better way to do it
- Set $CC to use the right compiler (see UsingTheRightCompiler)
Is that necessary for the ocaml part? Or just the C part?
- Tests don't have to be run in the build phase, we have a dedicated test target for that.
Really? I had kind of wanted them to run automatically when using the +tests variant, but whatever...
Unfortunately, we don't have depends_test, which makes the variant necessary, if we want to avoid the dependency.
I think I might open a separate ticket for this; I already opened a similar one one asking for a similar `depends_pkg` type of dependency (It's #38112 for reference) -- Ticket URL: <https://trac.macports.org/ticket/38198#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS