Changeset 997 in Sophya for trunk/SophyaLib/Mgr/makefileuser.inc
- Timestamp:
- May 2, 2000, 5:52:21 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Mgr/makefileuser.inc
r977 r997 58 58 ELIBS := $(ELIBS) -llapack -lblas 59 59 endif 60 ifeq ($(MACHEROS),IRIX64) 61 ELIBS := $(ELIBS) -lcomplib.sgimath 62 endif 60 63 endif 61 64 62 #--------- lib system e---------65 #--------- lib system --------- 63 66 # librairie des instances de templates cxx Sophya 64 67 ifeq ($(CXX),cxx) … … 110 113 ELIBS := $(ELIBS) -llapack -lblas 111 114 endif 115 ifeq ($(MACHEROS),IRIX64) 116 ELIBS := $(ELIBS) -lcomplib.sgimath 117 endif 112 118 endif 113 119
Note:
See TracChangeset
for help on using the changeset viewer.