mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 20:54:07 +01:00
5 lines
106 B
Bash
Executable File
5 lines
106 B
Bash
Executable File
|
|
INCLUDEDIR=`python -c 'import numpy; print(numpy.get_include())'`
|
|
export NUMPY_INCLUDEDIR=${INCLUDEDIR}
|
|
|