ports/math/lapack++/files/patch-blaspp:testing:makefile
Ying-Chieh Liao c93bf47f91 add lapack++ 1.1
Linear Algebra PACKage in C++, a wrapper for LAPACK

PR:		39653
Submitted by:	Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
2002-06-22 17:10:55 +00:00

11 lines
363 B
Text

--- blaspp/testing/makefile.org Mon May 20 11:04:29 2002
+++ blaspp/testing/makefile Mon May 20 11:04:44 2002
@@ -13,7 +13,7 @@
tblasd++ : tblasd++.o
- $(CPP) $(CPPFLAGS) -o tblasd++ tblasd++.o $(LAMATRIXPP_LIB) \
+ $(CPP) $(CPPFLAGS) -o tblasd++ tblasd++.o -L${PREFIX}/lib $(LAMATRIXPP_LIB) \
$(COMPLEX_LIB) $(BLASPP_LIB) $(BLAS_LIB) \
$(FLIBS)