nufeb / NUFEB

Official release of the NUFEB software
http://research.ncl.ac.uk/nufeb/
GNU General Public License v3.0
18 stars 16 forks source link

Installation Troubles #8

Open ketancmaheshwari opened 3 years ago

ketancmaheshwari commented 3 years ago

Trying to install the latest release 3.0 on a Linux system, When I run install.sh, I get the following errors:

$ ./install.sh Installing NUFEB.. Copying packages to LAMMPS.. cp: target '/ccs/home/ketan2/summitwork/CNMSWork/NUFEB-3.0/lammps/src/' is not a directory cp: target '/ccs/home/ketan2/summitwork/CNMSWork/NUFEB-3.0/lammps/lib/' is not a directory Configuring Makefile.lammps.. ./install.sh: line 14: cd: /ccs/home/ketan2/summitwork/CNMSWork/NUFEB-3.0/lammps/lib/nufeb: No such file or directory Installing required packages.. ./install.sh: line 40: cd: /ccs/home/ketan2/summitwork/CNMSWork/NUFEB-3.0/lammps/src: No such file or directory make: No rule to make target `yes-user-nufeb'. Stop. make: No rule to make target yes-granular'. Stop. make: *** No rule to make targetmpi'. Stop.

Any suggestions to fix this?

shelllbw commented 3 years ago

Hi, the release is out of date. Please use the latest commit. You can follow this tutorial for the installation: https://github.com/nufeb/NUFEB/wiki/Installing-NUFEB-on-Linux-and-Mac

Bowen