#38401: new port: py-khmer -------------------------+-------------------------------- Reporter: sean@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: py-khmer | -------------------------+-------------------------------- Comment (by larryv@…): Replying to [comment:3 sean@…]:
I'm attempting to address this in the revision -- it's a Python project with some C libraries (outside the Python directory) that need to be built first. Looking at just running 'make' in the lib/ dir before the Python module is built. Ideally the Python build would take care of everything, but it doesn't.
This is the top-level makefile: {{{ all: lib_files python_files clean: cd lib && make clean cd python && rm -fr build khmer/*.so doc: FORCE cd doc && make html lib_files: cd lib && make python_files: cd python && python setup.py build_ext -i test: all nosetests FORCE: }}} It looks like running `make all` from the top-level directory (i.e., the default MacPorts build behavior) should take care of both the C and Python bits. Does it not? -- Ticket URL: <https://trac.macports.org/ticket/38401#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X