Skip to content

Commit

Permalink
Merge pull request #1298 from UV-CDAT/fix-libcf-build
Browse files Browse the repository at this point in the history
Add lapack to libcf deps
  • Loading branch information
doutriaux1 committed May 7, 2015
2 parents 8a9b545 + 2d07dbe commit d28dc1d
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 d28dc1d

Please sign in to comment.