Add env var to enable experimental numpy array function handling.

pull/1/head
Stella Laurenzo 2020-05-08 14:21:43 -07:00
parent 0092b912ab
commit 497f1de5a2
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ fi
# Write a .env file for python tooling.
echo "Updating $td/.env file"
echo "PYTHONPATH=\"$(realpath "$build_dir/python_native"):$(realpath "$build_dir/python")\"" > "$td/.env"
echo "NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=1" >> "$td/.env"
set -x
cmake -GNinja \