Skip to content

Commit f4404d9

Browse files
authored
Merge pull request #299 from jcfr/patch-1
Makefile: Fix typo in message
2 parents 762fec6 + 3449817 commit f4404d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ blaspplib:
3232
lapackpplib:
3333
@echo "Thank you for your interest in LAPACK++, a newly developed C++ API for LAPACK library"
3434
@echo "The objective of LAPACK++ is to provide a convenient, performance oriented API for development in the C++ language, that, for the most part, preserves established conventions, while, at the same time, takes advantages of modern C++ features, such as: namespaces, templates, exceptions, etc."
35-
@echo "We are still working on integrating LAPACK++ in our library. For the moment, you can download directly blas++ from https://bitbucket.org/icl/lapackpp"
35+
@echo "We are still working on integrating LAPACK++ in our library. For the moment, you can download directly lapack++ from https://bitbucket.org/icl/lapackpp"
3636
@echo "For support LAPACK++ related question, please email: slate-user@icl.utk.edu"
3737

3838
tmglib:

0 commit comments

Comments
 (0)