mirror of
https://github.com/triqs/dft_tools
synced 2024-11-07 14:43:49 +01:00
819fc987f0
The files from the original vasp-interface repository are reshuffled in accord with the directory structure of dft_tools. Some of the directories, such as 'test' (unit tests for the interface), 'examples' (simple examples for the development purposes) are temporarily placed into 'python/vasp' directory to avoid confusion with integral tests and examples of dft_tools.
10 lines
272 B
Plaintext
10 lines
272 B
Plaintext
|
|
CC=gcc
|
|
INC_FLAGS=-I/usr/include/python2.7 -I/usr/lib/python2.7/dist-packages/numpy/core/include/numpy
|
|
LIB_FLAGS=-L/usr/lib/python2.7
|
|
|
|
c_plocar_io.so: c_plocar_io.c
|
|
# $(CC) $< -fPIC -shared -o $@ $(INC_FLAGS) $(LIB_FLAGS) -lpython2.7
|
|
python setup.py build_ext --inplace
|
|
|