mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 16:36:28 -04:00
Linear Algebra PACKage in C++, a wrapper for LAPACK PR: 39653 Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
11 lines
363 B
Text
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)
|
|
|