Unverified Commit dde271db authored by Steve Plimpton's avatar Steve Plimpton Committed by GitHub
Browse files

Merge pull request #900 from lammps/install

Consistency tweaks to various package Install.sh files and related shell scripts
parents e5a589e0 a7a83b11
Loading
Loading
Loading
Loading

src/COMPRESS/Install.sh

100644 → 100755
+0 −0

File mode changed from 100644 to 100755.

src/CORESHELL/Install.sh

100644 → 100755
+0 −0

File mode changed from 100644 to 100755.

src/Depend.sh

100644 → 100755
+2 −2
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ if (test $1 = "MANYBODY") then
  depend GPU
  depend KOKKOS
  depend OPT
  depend QEQ
  depend USER-MISC
  depend USER-OMP
fi
@@ -95,9 +96,8 @@ if (test $1 = "MOLECULE") then
  depend GPU
  depend KOKKOS
  depend USER-MISC
  depend USER-OMP
  depend USER-FEP
  depend USER-CGDNA
  depend USER-OMP
  depend USER-INTEL
fi

src/GPU/Install.sh

100644 → 100755
+0 −0

File mode changed from 100644 to 100755.

src/Install.sh

100644 → 100755
+0 −0

File mode changed from 100644 to 100755.

Loading