easyconfigs-it4i/v/vaspkit/vaspkit-1.3.3-fix-setup-script.patch
Lukas Krupcik edfe945b36 new file: b/Blender/Blender-3.1.0-GCC-10.3.0.eb
new file:   h/HDF5/HDF5-1.12.1-gompi-2021b.eb
	new file:   h/HyperQueue/HyperQueue-0.9.0.eb
	new file:   h/hipSYCL/hipSYCL-0.9.2-filter-cuda-stubs-rpath.patch
	new file:   h/hipSYCL/hipSYCL-0.9.2-gcccuda-2020b.eb
	new file:   t/TB2J/TB2J-7.1.1-Python-3.8.6-GCCcore-10.2.0.eb
	new file:   v/VASP/VASP-6.3.0-intel-2020b-mkl=sequential-march=znver3-karolina.eb
	new file:   v/vaspkit/vaspkit-1.3.3-fix-setup-script.patch
	new file:   v/vaspkit/vaspkit-1.3.3.eb
2022-03-30 11:27:18 +02:00

16 lines
654 B
Diff

--- setup.sh-orig 2022-03-18 08:51:22.299365270 +0100
+++ setup.sh 2022-03-18 08:47:49.044743450 +0100
@@ -1,10 +1,10 @@
#!/bin/bash
-vaspkit_path=`pwd`
+vaspkit_path="$EBROOTVASPKIT"
vaspkit_env=~
cp ~/.bashrc ~/.bashrc.bk
echo "+------------------------------------------------------------------------+"
if [ ! -f "${vaspkit_env}/.vaspkit" ]; then
- cp how_to_set_environment_variables ~/.vaspkit
+ cp ${vaspkit_path}/how_to_set_environment_variables ~/.vaspkit
echo "| The ~/.vaspkit file for vaspkit code has been added. |"
echo "| Please modify ~/.vaspkit based on your account settings! |"
else