Skip to content

Commit

Permalink
Add lapack to libcf deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeezley committed May 7, 2015
1 parent 8a9b545 commit 2d07dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/cdat_modules/libcf_deps.cmake
Original file line number Diff line number Diff line change
@@ -1 +1 @@
set(libcf_deps ${pkgconfig_pkg} ${python_pkg} ${netcdf_pkg} ${hdf5_pkg} ${curl_pkg} ${zlib_pkg} ${uuid_pkg} )
set(libcf_deps ${pkgconfig_pkg} ${python_pkg} ${netcdf_pkg} ${hdf5_pkg} ${curl_pkg} ${zlib_pkg} ${uuid_pkg} ${clapack_pkg} ${lapack_pkg} )

0 comments on commit 2d07dbe

Please sign in to comment.