From 9c930d4c0d61388c08892770b5ebb7f60e8d4ed2 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Tue, 17 Oct 2023 17:15:25 -0400 Subject: [PATCH] Run make_dockerfiles. --- script/frontier/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/frontier/install.sh b/script/frontier/install.sh index e8a56884..9241acd2 100755 --- a/script/frontier/install.sh +++ b/script/frontier/install.sh @@ -40,6 +40,7 @@ export CPATH=\$GLOTZERLAB_SOFTWARE_ROOT/include export LIBRARY_PATH=\$GLOTZERLAB_SOFTWARE_ROOT/lib export VIRTUAL_ENV=\$GLOTZERLAB_SOFTWARE_ROOT export CMAKE_PREFIX_PATH=\$GLOTZERLAB_SOFTWARE_ROOT +export PYTHONPATH=\$(\${GLOTZERLAB_SOFTWARE_ROOT}/bin/python -c 'import site; print(site.getsitepackages()[0])') export CC=\$GCC_PATH/bin/gcc export CXX=\$GCC_PATH/bin/g++ @@ -71,7 +72,7 @@ fi DEST=\$(realpath \$1) -tar --directory $ROOT --exclude software.tar -cvf \$DEST . +tar --directory $ROOT --exclude software.tar -cf \$DEST . EOL chmod ug+x $ROOT/generate-tar-cache.sh