Changeset 2685 in Sophya


Ignore:
Timestamp:
Apr 25, 2005, 10:23:13 AM (20 years ago)
Author:
cmv
Message:

add comment for -ldxml vs -lblas for some OSF1 versions cmv 25/04/05

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/mkmf

    r2579 r2685  
    11#!/bin/csh
    2 # $Id: mkmf,v 1.22 2004-07-29 15:09:54 cmv Exp $
     2# $Id: mkmf,v 1.23 2005-04-25 08:23:13 cmv Exp $
    33
    44#  Pour debugger
     
    191191echo '# On OSF1 libdxml contains part of Lapack, and the fortran support library is needed'   >> GNUmakefile
    192192echo '#  (we still need to add liblapack.a to supply missing lapack routines in dxml)'   >> GNUmakefile
     193echo '#  (some OSF dxml versions are not OK, please use  -lblas instead of  -ldxml)'   >> GNUmakefile
    193194echo 'ifeq ($(MACHEROS),OSF1)'   >> GNUmakefile
    194195echo 'EXTLIB = $(EXTLIBL) -llapack -ldxml -lfor'   >> GNUmakefile
Note: See TracChangeset for help on using the changeset viewer.