An open API service indexing awesome lists of open source software.

https://github.com/manodeep/makefile-c-python

A Makefile for a C + Python + numpy project.
https://github.com/manodeep/makefile-c-python

Last synced: 4 months ago
JSON representation

A Makefile for a C + Python + numpy project.

Awesome Lists containing this project

README

          

# Makefile-C-Python

# Description
A Makefile for a C + Python + numpy project.

# Motivation
Mostly so you can seamlessly use gcc/icc/clang with OpenMP and have all reasonable options set automatically. The only file in the this repo, ``common.mk`` is taken directly from a different project of mine : [Corrfunc](github.com/manodeep/Corrfunc/).