Changeset 2560 in Sophya for trunk/SophyaLib/Mgr/Makefile


Ignore:
Timestamp:
Jul 23, 2004, 12:53:02 PM (21 years ago)
Author:
cmv
Message:

add -lapack for OSF1 for missing lapack routines in dxml (cmv 23/07/04)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/Makefile

    r2437 r2560  
    109109# defining the other external libraries needed on different systems
    110110
    111 # On Linux   lapack and blas and f2c/g2c ere needed
     111# On Linux   lapack and blas and f2c/g2c are needed
    112112ifeq ($(MACHEROS),Linux)
    113113#EXTLIB = $(EXTLIBL) -llapack -lblas -lf2c
     
    117117endif
    118118
    119 # On OSF1 libdxml contains Lapack, but the fortran support library is needed
     119# On OSF1 libdxml contains Lapack, and the fortran support library is needed
     120#  (we still need to add liblapack.a to supply missing lapack routines in dxml)
    120121ifeq ($(MACHEROS),OSF1)
    121 EXTLIB = $(EXTLIBL) -ldxml -lfor
    122 EXTSLB = $(EXTSLBL) -ldxml -lfor
     122EXTLIB = $(EXTLIBL) -llapack -ldxml -lfor
     123EXTSLB = $(EXTSLBL) -llapack -ldxml -lfor
    123124endif
    124125
Note: See TracChangeset for help on using the changeset viewer.