summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-22 16:32:41 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-22 16:32:41 +0000
commitb5f34e904cca4c092d46885db2e16b246fba18da (patch)
tree0a3e613d320000a3e722a6c05c087f672b903257 /lib
parent3147b322870b27d00fa188d74b3ff38bd6439989 (diff)
Update for C++ compilation. Now WaveToyCXX compiles.
Changed order for linking in fortran maths libraries. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1780 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/make/known-architectures/hiuxmpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/make/known-architectures/hiuxmpp b/lib/make/known-architectures/hiuxmpp
index 237b8343..457e0bb3 100644
--- a/lib/make/known-architectures/hiuxmpp
+++ b/lib/make/known-architectures/hiuxmpp
@@ -6,7 +6,7 @@
# @desc
#
# @enddesc
-# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/hiuxmpp,v 1.2 2000-05-10 13:34:51 goodale Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/known-architectures/hiuxmpp,v 1.3 2000-07-22 16:32:41 goodale Exp $
# @@*/
if test "$CCTK_CONFIG_STAGE" = "preferred-compilers" ; then
@@ -43,9 +43,9 @@ else
# Yet another CXX->C translator 8-(.
: ${CXX_WORKING_NAME='$(notdir $<)'}
- : ${CXX_POSTPROCESSING='cp $(SCRATCH_BUILD)$(DIRSEP)$(basename $(basename $(notdir $@))).o $@'}
+ : ${CXX_POSTPROCESSING='if test -r $(SCRATCH_BUILD)$(DIRSEP)$(basename $(basename $(notdir $@))).o ; then cp $(SCRATCH_BUILD)$(DIRSEP)$(basename $(basename $(notdir $@))).o $@ ; fi'}
- : ${LIBS="f90s f90 hf90math hf90pvmath m"}
+ : ${LIBS="f90s f90 hf90pvmath hf90math m"}
# MPI stuff