Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #104 from simphony/move-lammps-git-to-http-master
Browse files Browse the repository at this point in the history
Moved lammps git to http after git connection issues
  • Loading branch information
stefanoborini authored Mar 22, 2017
2 parents 24d8634 + 949ee8b commit 1aa0783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ aviz:
lammps:
rm -Rf src/lammps
# bulding and installing executable
git clone --branch $(LAMMPS_VERSION) --depth 1 git://git.lammps.org/lammps-ro.git src/lammps
git clone --branch $(LAMMPS_VERSION) http://git.lammps.org/lammps-ro.git src/lammps
$(MAKE) -C src/lammps/src ubuntu_simple -j 3
cp src/lammps/src/lmp_ubuntu_simple $(SIMPHONYENV)/bin/lammps
# bulding and installing python module
Expand Down

0 comments on commit 1aa0783

Please sign in to comment.