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.
- Host: GitHub
- URL: https://github.com/manodeep/makefile-c-python
- Owner: manodeep
- License: mit
- Created: 2016-03-27T21:12:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-02T05:53:35.000Z (about 10 years ago)
- Last Synced: 2025-09-11T05:14:06.893Z (9 months ago)
- Language: Makefile
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).