summaryrefslogtreecommitdiffstats
path: root/math/lapack++/files/patch-blaspp:testing:makefile
blob: cfa85b5f04ab9ed2c2673b4407b86f2454d54b78 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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)  
 
OpenPOWER on IntegriCloud