Changeset 1472 in Sophya for trunk/SophyaLib/Mgr
- Timestamp:
- Apr 18, 2001, 11:02:32 PM (24 years ago)
- Location:
- trunk/SophyaLib/Mgr
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Mgr/Makefile
r1455 r1472 100 100 # defining the other external libraries needed on different systems 101 101 102 # On Linux lapack and blas and f2c ere needed102 # On Linux lapack and blas and f2c/g2c ere needed 103 103 ifeq ($(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 106 EXTLIB = $(EXTLIBL) -llapack -lblas -lg2c 107 EXTSLB = $(EXTSLBL) -llapack -lblas -lg2c 106 108 endif 107 109 -
trunk/SophyaLib/Mgr/makefileuser.inc
r1455 r1472 75 75 endif 76 76 ifeq ($(MACHEROS),Linux) 77 SLIBS := $(SLIBS) -lf2c 77 #SLIBS := $(SLIBS) -lf2c 78 SLIBS := $(SLIBS) -lg2c 78 79 endif 79 80 endif … … 126 127 endif 127 128 ifeq ($(MACHEROS),Linux) 128 SLIBS := $(SLIBS) -lf2c 129 #SLIBS := $(SLIBS) -lf2c 130 SLIBS := $(SLIBS) -lg2c 129 131 endif 130 132 endif
Note:
See TracChangeset
for help on using the changeset viewer.