#!/bin/sh
cat > compile_flags.txt <<EOF
-xc++
-Wall
-I$(python -c "import numpy; print(numpy.get_include())")
-I$(python -c "import sysconfig; print(sysconfig.get_paths()['include'])")
-Ilib/eigen
-Ilib/parallel-hashmap
-Ilib/pybind11/include
-Ilib/spectra/include
-Ipyci/include
EOF

