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


Ignore:
Timestamp:
Jul 31, 2002, 3:58:15 PM (23 years ago)
Author:
ansari
Message:

MAJ Makefile pour compil MacOS-X , Reza 31/7/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/Makefile

    r2044 r2151  
    2727endif
    2828
     29endif
     30
     31#  Sur MacOSX, LinAlg+lapack ne peuvent pas etre mis ds un
     32#  shared lib (pb symbols globaux)
     33ifeq ($(MACHEROS),Darwin)
     34LIBS := -L$(LIB) -lLinAlg $(LIBS) -L$(EXTLIBPATH) -llapack -lblas -lg2c
    2935endif
    3036
Note: See TracChangeset for help on using the changeset viewer.