Changeset 1472 in Sophya


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

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

Location:
trunk/SophyaLib/Mgr
Files:
2 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
  • trunk/SophyaLib/Mgr/makefileuser.inc

    r1455 r1472  
    7575endif
    7676ifeq ($(MACHEROS),Linux)
    77 SLIBS := $(SLIBS) -lf2c
     77#SLIBS := $(SLIBS) -lf2c
     78SLIBS := $(SLIBS) -lg2c
    7879endif
    7980endif
     
    126127endif
    127128ifeq ($(MACHEROS),Linux)
    128 SLIBS := $(SLIBS) -lf2c
     129#SLIBS := $(SLIBS) -lf2c
     130SLIBS := $(SLIBS) -lg2c
    129131endif
    130132endif
Note: See TracChangeset for help on using the changeset viewer.