We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MCT configure and make run successfully but "make install" fails on master (MCT_2.9.0-90-gb936191) with the following error message,
make[1]: Entering directory `/blues/gpfs/home/jayesh/acme/MCT/mpi-serial' make[1]: Nothing to be done for `default'. make[1]: Leaving directory `/blues/gpfs/home/jayesh/acme/MCT/mpi-serial' make[1]: Entering directory `/blues/gpfs/home/jayesh/acme/MCT/mpeu' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/blues/gpfs/home/jayesh/acme/MCT/mpeu' make[1]: Entering directory `/blues/gpfs/home/jayesh/acme/MCT/mct' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/blues/gpfs/home/jayesh/acme/MCT/mct' make[1]: Entering directory `/blues/gpfs/home/jayesh/acme/MCT/mpi-serial' make[1]: *** No rule to make target `lib', needed by `install'. Stop. make[1]: Leaving directory `/blues/gpfs/home/jayesh/acme/MCT/mpi-serial' make: *** [install] Error 2
The text was updated successfully, but these errors were encountered:
I have the same issue with the current release (2.10)
make[1]: Leaving directory '/MCT/mct' root@modex:/MCT# make install make[1]: Entering directory '/MCT/mpi-serial' make[1]: Nothing to be done for 'default'. make[1]: Leaving directory '/MCT/mpi-serial' make[1]: Entering directory '/MCT/mpeu' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/MCT/mpeu' make[1]: Entering directory '/MCT/mct' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/MCT/mct' make[1]: Entering directory '/MCT/mpi-serial' make[1]: *** No rule to make target 'lib', needed by 'install'. Stop. make[1]: Leaving directory '/MCT/mpi-serial' Makefile:24: recipe for target 'install' failed make: *** [install] Error 2 root@modex:/MCT#
Sorry, something went wrong.
Also tried with 2.9: 20e5d3c
jayeshkrishna
No branches or pull requests
MCT configure and make run successfully but "make install" fails on master (MCT_2.9.0-90-gb936191) with the following error message,
The text was updated successfully, but these errors were encountered: