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


Ignore:
Timestamp:
Jul 28, 2004, 4:40:12 PM (21 years ago)
Author:
cmv
Message:

pour OSF dxml vs blas+lapack cmv 28/07/04

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/Makefile

    r2560 r2573  
    117117endif
    118118
    119 # On OSF1 libdxml contains Lapack, and the fortran support library is needed
     119# On OSF1 libdxml contains part of Lapack, and the fortran support library is needed
    120120#  (we still need to add liblapack.a to supply missing lapack routines in dxml)
    121121ifeq ($(MACHEROS),OSF1)
    122 EXTLIB = $(EXTLIBL) -llapack -ldxml -lfor
    123 EXTSLB = $(EXTSLBL) -llapack -ldxml -lfor
     122###EXTLIB = $(EXTLIBL) -llapack -ldxml -lfor
     123EXTLIB = $(EXTLIBL) -ldxml -llapack -lfor
     124###EXTLIB = $(EXTLIBL) -llapack -lblas -lfor
     125###EXTSLB = $(EXTSLBL) -llapack -ldxml -lfor
     126EXTSLB = $(EXTSLBL) -ldxml -llapack -lfor
     127###EXTSLB = $(EXTSLBL) -llapack -lblas -lfor
    124128endif
    125129
Note: See TracChangeset for help on using the changeset viewer.