Skip to content

Commit

Permalink
Fix user-provided BLAS/LAPACK dir in Cantera.mak
Browse files Browse the repository at this point in the history
Fixes an error introduced in 5720d7c.
  • Loading branch information
speth committed Jul 1, 2015
1 parent 94316d8 commit 812cbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/posix/Cantera.mak.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ CANTERA_SUNDIALS_LIBS=@mak_sundials_libdir@ @mak_sundials_libs@
# BLAS LAPACK LINKAGE
###############################################################################

CANTERA_BLAS_LAPACK_LIBS=@blas_lapack_dir@ @mak_blas_lapack_libs@
CANTERA_BLAS_LAPACK_LIBS=-L@blas_lapack_dir@ @mak_blas_lapack_libs@

###############################################################################
# COMBINATIONS OF INCLUDES AND LIBS
Expand Down

0 comments on commit 812cbc4

Please sign in to comment.