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


Ignore:
Timestamp:
Apr 18, 2001, 11:02:32 PM (25 years ago)
Author:
cmv
Message:

f2c -> g2c pour linux redhat6.? cmv 18/4/01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/Makefile

    r1455 r1472  
    100100# defining the other external libraries needed on different systems
    101101
    102 # On Linux   lapack and blas and f2c ere needed
     102# On Linux   lapack and blas and f2c/g2c ere needed
    103103ifeq ($(MACHEROS),Linux)
    104 EXTLIB = $(EXTLIBL) -llapack -lblas -lf2c
    105 EXTSLB = $(EXTSLBL) -llapack -lblas -lf2c
     104#EXTLIB = $(EXTLIBL) -llapack -lblas -lf2c
     105#EXTSLB = $(EXTSLBL) -llapack -lblas -lf2c
     106EXTLIB = $(EXTLIBL) -llapack -lblas -lg2c
     107EXTSLB = $(EXTSLBL) -llapack -lblas -lg2c
    106108endif
    107109
Note: See TracChangeset for help on using the changeset viewer.