Changeset 2151 in Sophya for trunk/SophyaProg/Tests/Makefile
- Timestamp:
- Jul 31, 2002, 3:58:15 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/Makefile
r2044 r2151 27 27 endif 28 28 29 endif 30 31 # Sur MacOSX, LinAlg+lapack ne peuvent pas etre mis ds un 32 # shared lib (pb symbols globaux) 33 ifeq ($(MACHEROS),Darwin) 34 LIBS := -L$(LIB) -lLinAlg $(LIBS) -L$(EXTLIBPATH) -llapack -lblas -lg2c 29 35 endif 30 36
Note:
See TracChangeset
for help on using the changeset viewer.