2021-01-08 15:48:07 -05:00
|
|
|
@ECHO OFF
|
|
|
|
:: (c) 2021 Lawrence Livermore National Laboratory
|
2021-07-07 08:32:47 -04:00
|
|
|
:: To use this file independently of Spack's installer, execute this script in its directory, or add the
|
|
|
|
:: associated bin directory to your PATH. Invoke to launch Spack Shell.
|
|
|
|
::
|
|
|
|
:: source_dir/spack/bin/spack_cmd.bat
|
|
|
|
::
|
2021-01-08 15:48:07 -05:00
|
|
|
|
2024-10-25 15:23:29 -04:00
|
|
|
call "%~dp0..\share\spack\setup-env.bat"
|
|
|
|
pushd %SPACK_ROOT%
|
|
|
|
%comspec% /K
|