Added DEC configuration file

This commit is contained in:
vhenson 1997-09-10 17:36:22 +00:00
parent 668e446e87
commit 4ab689b90b
2 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,26 @@
#BHEADER***********************************************************************
# (c) 1996 The Regents of the University of California
#
# See the file COPYRIGHT_and_DISCLAIMER for a complete copyright
# notice, contact person, and disclaimer.
#
# $Revision$
#EHEADER***********************************************************************
#=============================================================================
# Configuration file for Sun Solaris systems
#=============================================================================
AMG_CC="cc"
AMG_CC_FLAGS="-I$AMG_DIR/include -I/usr/local/include"
AMG_F77="f77"
AMG_F77_FLAGS=""
AMG_F77_OPT="-O"
AMG_F77_DEBUG="-g"
AMG_F90_FLAGS="-silent"
AMG_LINK="cc"
AMG_LINK_FLAGS="-L${AMG_DIR}/lib -lamg -L$AMG_DIR/lib/cvode -lcvode \
-L/usr/local/lib -L/usr/lib -lfor -lm"

View File

@ -0,0 +1,26 @@
#BHEADER***********************************************************************
# (c) 1996 The Regents of the University of California
#
# See the file COPYRIGHT_and_DISCLAIMER for a complete copyright
# notice, contact person, and disclaimer.
#
# $Revision$
#EHEADER***********************************************************************
#=============================================================================
# Configuration file for Sun Solaris systems
#=============================================================================
AMG_CC="cc"
AMG_CC_FLAGS="-I$AMG_DIR/include -I/usr/local/include"
AMG_F77="f77"
AMG_F77_FLAGS=""
AMG_F77_OPT="-O"
AMG_F77_DEBUG="-g"
AMG_F90_FLAGS="-silent"
AMG_LINK="cc"
AMG_LINK_FLAGS="-L${AMG_DIR}/lib -lamg -L$AMG_DIR/lib/cvode -lcvode \
-L/usr/local/lib -L/usr/lib -lfor -lm"