Skip to content

Commit

Permalink
Run make_dockerfiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Oct 17, 2023
1 parent 053de62 commit 9c930d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/frontier/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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++
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 9c930d4

Please sign in to comment.