* as requested by Ben Allan, include mpicxx in addition to mpic++ and (maybe)
mpiCC This commit was SVN r6061.
Этот коммит содержится в:
родитель
62854316fb
Коммит
21a3974b73
@ -69,11 +69,13 @@ install-exec-hook:
|
|||||||
(cd $(DESTDIR)$(bindir); rm -f hcp; ln -s mpiCC hcp)
|
(cd $(DESTDIR)$(bindir); rm -f hcp; ln -s mpiCC hcp)
|
||||||
(cd $(DESTDIR)$(bindir); rm -f hf77; ln -s mpif77 hf77)
|
(cd $(DESTDIR)$(bindir); rm -f hf77; ln -s mpif77 hf77)
|
||||||
(cd $(DESTDIR)$(bindir); rm -f mpiCC; ln -s mpic++ mpiCC)
|
(cd $(DESTDIR)$(bindir); rm -f mpiCC; ln -s mpic++ mpiCC)
|
||||||
|
(cd $(DESTDIR)$(bindir); rm -f mpicxx; ln -s mpic++ mpicxx)
|
||||||
else
|
else
|
||||||
install-exec-hook:
|
install-exec-hook:
|
||||||
(cd $(DESTDIR)$(bindir); rm -f hcc; ln -s mpicc hcc)
|
(cd $(DESTDIR)$(bindir); rm -f hcc; ln -s mpicc hcc)
|
||||||
(cd $(DESTDIR)$(bindir); rm -f hcp; ln -s mpic++ hcp)
|
(cd $(DESTDIR)$(bindir); rm -f hcp; ln -s mpic++ hcp)
|
||||||
(cd $(DESTDIR)$(bindir); rm -f hf77; ln -s mpif77 hf77)
|
(cd $(DESTDIR)$(bindir); rm -f hf77; ln -s mpif77 hf77)
|
||||||
|
(cd $(DESTDIR)$(bindir); rm -f mpicxx; ln -s mpic++ mpicxx)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -84,12 +86,14 @@ uninstall-local:
|
|||||||
rm -f $(DESTDIR)$(bindir)/hcc \
|
rm -f $(DESTDIR)$(bindir)/hcc \
|
||||||
$(DESTDIR)$(bindir)/hcp \
|
$(DESTDIR)$(bindir)/hcp \
|
||||||
$(DESTDIR)$(bindir)/hf77 \
|
$(DESTDIR)$(bindir)/hf77 \
|
||||||
$(DESTDIR)$(bindir)/mpiCC
|
$(DESTDIR)$(bindir)/mpiCC \
|
||||||
|
$(DESTDIR)$(bindir)/mpicxx
|
||||||
else
|
else
|
||||||
uninstall-local:
|
uninstall-local:
|
||||||
rm -f $(DESTDIR)$(bindir)/hcc \
|
rm -f $(DESTDIR)$(bindir)/hcc \
|
||||||
$(DESTDIR)$(bindir)/hcp \
|
$(DESTDIR)$(bindir)/hcp \
|
||||||
$(DESTDIR)$(bindir)/hf77
|
$(DESTDIR)$(bindir)/hf77 \
|
||||||
|
$(DESTDIR)$(bindir)/mpicxx
|
||||||
endif
|
endif
|
||||||
|
|
||||||
else
|
else
|
||||||
@ -102,14 +106,18 @@ else
|
|||||||
if CASE_SENSITIVE_FS
|
if CASE_SENSITIVE_FS
|
||||||
install-exec-hook:
|
install-exec-hook:
|
||||||
(cd $(DESTDIR)$(bindir); rm -f mpiCC; ln -s mpic++ mpiCC)
|
(cd $(DESTDIR)$(bindir); rm -f mpiCC; ln -s mpic++ mpiCC)
|
||||||
|
(cd $(DESTDIR)$(bindir); rm -f mpicxx; ln -s mpic++ mpicxx)
|
||||||
else
|
else
|
||||||
install-exec-hook:
|
install-exec-hook:
|
||||||
|
(cd $(DESTDIR)$(bindir); rm -f mpicxx; ln -s mpic++ mpicxx)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if CASE_SENSITIVE_FS
|
if CASE_SENSITIVE_FS
|
||||||
uninstall-local:
|
uninstall-local:
|
||||||
rm -f $(DESTDIR)$(bindir)/mpiCC
|
rm -f $(DESTDIR)$(bindir)/mpiCC \
|
||||||
|
$(DESTDIR)$(bindir)/mpicxx
|
||||||
else
|
else
|
||||||
uninstall-local:
|
uninstall-local:
|
||||||
|
rm -f $(DESTDIR)$(bindir)/mpicxx
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user