1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-23 03:07:45 +02:00
trexio/python/tools/set_NUMPY_INCLUDEDIR.sh

5 lines
106 B
Bash
Executable File

INCLUDEDIR=`python -c 'import numpy; print(numpy.get_include())'`
export NUMPY_INCLUDEDIR=${INCLUDEDIR}