Changeset 2431 in Sophya for trunk/SophyaProg/Tests


Ignore:
Timestamp:
Sep 12, 2003, 11:47:45 AM (22 years ago)
Author:
ansari
Message:

Adaptation Makefile pour MacOSX 10.2 - g++ 3.1 , Reza 12/09/2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/Makefile

    r2151 r2431  
    2525ifeq ($(MACHEROS),Linux)
    2626LIBS := $(LIBS) -ldl
     27endif
     28ifeq ($(MACHEROS),Darwin)
     29LIBS := -L$(LIB) -lLinAlg $(LIBS) -L$(EXTLIBPATH) -llapack -lblas -L/sw/lib -lg2c
    2730endif
    2831
Note: See TracChangeset for help on using the changeset viewer.