Changeset 2582 in Sophya for trunk/SophyaProg/Tests/Makefile


Ignore:
Timestamp:
Jul 29, 2004, 11:39:53 PM (21 years ago)
Author:
ansari
Message:

Tests sur les operations completes ds carrt.cc et modifs adaptation a MulElt(a, res) ds ovharr.cc - Reza 29/07/2004

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/Makefile

    r2437 r2582  
    2727endif
    2828ifeq ($(MACHEROS),Darwin)
    29 LIBS := -L$(LIB) -lLinAlg $(LIBS) -L$(EXTLIBPATH) -llapack -lblas -L/sw/lib -lg2c
     29LIBS := -L$(LIB) -lLinAlg $(LIBS) -L$(EXTLIBPATH) -framework Accelerate
    3030endif
    3131
     
    3434#  Sur MacOSX, LinAlg+lapack ne peuvent pas etre mis ds un
    3535#  shared lib (pb symbols globaux)
    36 ifeq ($(MACHEROS),Darwin)
    37 LIBS := -L$(LIB) -lLinAlg $(LIBS) -L$(EXTLIBPATH) -llapack -lblas -lg2c
    38 endif
     36# ifeq ($(MACHEROS),Darwin)
     37# LIBS := -L$(LIB) -lLinAlg $(LIBS) -L$(EXTLIBPATH) -llapack -lblas -lg2c
     38# endif
    3939
    4040LDLIBS := $(LIBS) $(LDLIBS)
Note: See TracChangeset for help on using the changeset viewer.